Bun Mcp
Demonstrates a script-based local model context protocol (MCP) server using Bun and VS Code Copilot Chat in agent mode.
About
Bun Mcp prototypes an MCP server using the Bun runtime, enabling interaction with VS Code Copilot Chat in agent mode to manage a to-do list within a Markdown file by adding, toggling, and removing items through exposed tools.
Key Features
- Integrates with VS Code Copilot Chat in agent mode.
- Implements an MCP server using Bun.
- Supports adding, listing, and toggling to-do items.
- Exposes tools for managing a to-do list.
- Uses standard I/O for server communication.
- 0 GitHub stars
Use Cases
- Integrating local tools with VS Code Copilot Chat.
- Prototyping MCP server functionality.
- Building custom tools for LLM interaction.