This is a demo of an MCP server using Python, intended to be tested with vscode Copilot in Agent mode
Overview
What is MCP Server Demo?
MCP Server Demo is a demonstration of an MCP server built using Python, designed to be tested with Visual Studio Code (VSCode) in Agent mode.
How to use MCP Server Demo?
To use the MCP Server Demo, start a new Devbox shell, open the environment in the devcontainer, run the server, and set GitHub Copilot to Agent mode to interact with the server.
Key features of MCP Server Demo?
- Integration with GitHub Copilot in Agent mode
- Ability to process commands related to CSV and Parquet files
- Easy setup and testing within VSCode
Use cases of MCP Server Demo?
- Summarizing CSV files using GitHub Copilot.
- Querying the number of rows in Parquet files.
- Demonstrating the capabilities of an MCP server in a development environment.
FAQ from MCP Server Demo?
- What is required to run the MCP Server Demo?
You need VSCode version 1.99.0 or higher and a Devbox environment set up with the necessary packages.
- Can I use this demo for production?
This demo is intended for testing and development purposes only, not for production use.
- How do I set Copilot to Agent mode?
In the dropdown option next to the prompt textbox in VSCode, select "Agent" to enable Agent mode.