Demonstrates a Python-based server designed for testing with VS Code Copilot in Agent mode.
This demo provides a functional MCP server implemented in Python, specifically designed to showcase integration with VS Code's Copilot in Agent mode. It allows developers to experiment with Copilot's ability to interact with external tools, such as summarizing CSV files or analyzing parquet data, through simple prompts. The server is built on the principles outlined in Alex Merced's guide and is intended to be easily deployable and testable within a VS Code development environment using Devbox.
Key Features
010 GitHub stars
02Uses Devbox for easy development environment setup
03Implements a basic MCP server in Python
04Designed for integration with VS Code Copilot in Agent mode
05Provides example interactions for data analysis tasks
Use Cases
01Testing Copilot's ability to interact with external tools
02Demonstrating MCP server functionality in a development environment
03Exploring data analysis through natural language prompts