Build a lightweight HTTP MCP server with Bun for tool discovery and execution.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "bun-mcp-server" yet — see the docs or source repo.
Help me build a minimal runnable MCP service with bun-mcp-server, exposing a JSON-RPC 2.0 HTTP endpoint with a hello_world tool. Include the project structure, startup command, and sample request.
A minimal Bun MCP server example with tool registration, startup steps, and invocation samples.
I have an internal weather lookup HTTP API. Use bun-mcp-server to wrap it as an MCP tool with tool discovery, parameter validation, and error handling, and provide JSON-RPC call examples.
An implementation plan and sample code for turning an existing HTTP API into an MCP tool.
Analyze the full tool invocation flow in bun-mcp-server, including request routing, JSON-RPC 2.0 message structure, tool execution, result handling, and common troubleshooting steps, with logging recommendations.
A structured explanation of the MCP call chain to help diagnose integration and runtime issues.
Build, test, and deploy MCP servers for serverless and edge environments.
Build production-ready MCP servers faster with a TypeScript and Bun template.
A lightweight MCP tool for addition, text file creation, and logging.
Send messages or JSON payloads to multiple webhook services through one interface.
Build MCP servers in TypeScript with auth, storage, and observability support.
Build secure, extensible MCP workflows with HTTP, JSON, and datetime tools.