Enables real-time communication between client and server using Server-Sent Events (SSE) for the Model Context Protocol, specifically built for the Bun JavaScript runtime.
A simple example MCP server built with Bun that provides basic utility tools including current time retrieval, message echoing, and number addition. Serves as a template for building MCP servers with Bun runtime.
A Model Context Protocol server that provides database interaction capabilities through SQLite, enabling users to run SQL queries, analyze business data, and automatically generate business insight memos.
Enables LLMs to perform basic mathematical operations (add, subtract, multiply, divide) through a Model Context Protocol server built with Hono and deployed on Vercel. Provides type-safe calculator tools that can be accessed by any MCP-compatible client.