Bun SSE Transport for MCP
bun-mcp-sse-transport
Bun을 사용하여 MCP(Model Context Protocol)에 대한 SSE(Server-Sent Events) 전송을 구현합니다.
개요
이 패키지는 MCP 서버를 위한 Bun 전용 SSE 전송 구현을 제공합니다. SSE 프로토콜을 사용하여 서버와 클라이언트 간 실시간 단방향 통신을 지원하며, 클라이언트와 서버 간 통신은 HTTP POST 요청을 통해 처리됩니다.
Related MCP server: MCP Server with SSE and Bearer Authentication
주요 특징
Bun 런타임을 위해 특별히 제작됨
MCP 전송 인터페이스를 구현합니다.
적절한 헤더로 SSE 연결을 관리합니다.
수신 JSON-RPC 메시지를 처리합니다.
Bun.serve와의 간단한 통합
빠른 사용
지엑스피1
작동 원리
클라이언트가
/sse에 연결하면 서버는 SSE 연결을 생성합니다.서버는 클라이언트가 메시지를 POST해야 하는 엔드포인트 URL을 전송합니다.
클라이언트는 엔드포인트 URL로 JSON-RPC 메시지를 보냅니다.
서버는 이러한 메시지를 수신하여 MCP 서버로 전달합니다.
MCP 서버는 메시지를 처리하고 SSE 연결을 통해 응답을 보냅니다.
이 구현은 효율적인 실시간 통신을 위해 Bun의 스트리밍 기능을 활용하면서 MCP 표준을 따릅니다.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseNot gradedqualityDmaintenanceImplements a Model Context Protocol server using Server-Sent Events for real-time communication with OAuth 2.1 integration via Ory Network, enabling secure AI model communication with authentication and client management.Apache 2.0- -licenseNot gradedqualityNot gradedmaintenanceA TypeScript implementation of a Model Context Protocol server that uses Server-Sent Events for real-time communication and Bearer Token authentication to enable secure interaction with LLM clients like Claude Desktop.
- -licenseNot gradedqualityNot gradedmaintenanceA TypeScript implementation of a Model Context Protocol server that enables real-time communication with LLM clients using Server-Sent Events (SSE) for transport and Bearer Token authentication for security.
- FlicenseNot gradedqualityNot gradedmaintenanceA Model Context Protocol (MCP) server implementation that uses Server-Sent Events (SSE) to enable real-time, server-pushed updates between AI models and tools over HTTP connections.1
Related MCP Connectors
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Connect AI agents to Replynodes over the Model Context Protocol.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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