Bun Mcp
Demonstrates a script-based local model context protocol (MCP) server using Bun and VS Code Copilot Chat in agent mode.
关于
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.
主要功能
- 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
使用案例
- Integrating local tools with VS Code Copilot Chat.
- Prototyping MCP server functionality.
- Building custom tools for LLM interaction.