Skip to main content
Glama

Bun SSE Transport for MCP

by tigranbs
build.ts411 B
import type { BuildConfig } from 'bun' import dts from 'bun-plugin-dts' const defaultBuildConfig: BuildConfig = { entrypoints: ['./src/index.ts'], outdir: './dist' } await Promise.all([ Bun.build({ ...defaultBuildConfig, plugins: [dts()], format: 'esm', naming: "[dir]/[name].js", }), Bun.build({ ...defaultBuildConfig, format: 'cjs', naming: "[dir]/[name].cjs", }) ])

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tigranbs/bun-mcp-sse-transport'

If you have feedback or need assistance with the MCP directory API, please join our Discord server