Demonstrates a script-based local model context protocol (MCP) server using Bun and VS Code Copilot Chat in agent mode.
Sponsored
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
01Integrates with VS Code Copilot Chat in agent mode.
02Implements an MCP server using Bun.
03Supports adding, listing, and toggling to-do items.
04Exposes tools for managing a to-do list.
05Uses standard I/O for server communication.
060 GitHub stars
Use Cases
01Integrating local tools with VS Code Copilot Chat.