Skip to content

This is a demo of an MCP server using Python, intended to be tested with vscode Copilot in Agent mode

Notifications You must be signed in to change notification settings

legomb/mcp-server-python-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCP Server demo

This is a demo of an MCP server and it's intended to be tested in vscode.

Based on Building a Basic MCP Server with Python by Alex Merced

Development

Start a new Devbox shell that has your packages and tools installed:

devbox shell

Testing it in vscode

Requirements

  • VSCode Version =>1.99.0

Instructions

  1. Open the environment in the devcontainer (vscode command palette > Dev Containers: Reopen in Container)
  2. Run task mix-server:run
  3. Open the command palette and select MCP: List Servers
  4. Choose mix_server
  5. Start it
  6. Set Copilot to Agent mode by choosing "Agent" in the dropdown option next to the prompt textbox.
  7. Ask Github copilot something like "Summarize the CSV file named sample.csv." or "How many rows are in sample.parquet?" Copilot will detect the appropriate tool, call the MCP server, and respond with the results—powered by the Python code.

About

This is a demo of an MCP server using Python, intended to be tested with vscode Copilot in Agent mode

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published