File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -72,14 +72,15 @@ If you're not using one of the above options, then you'll need to:
7272
7373## Run local MCP servers
7474
75- This project includes two MCP servers in the [ ` servers/ ` ] ( servers/ ) directory:
75+ This project includes MCP servers in the [ ` servers/ ` ] ( servers/ ) directory:
7676
7777| File | Description |
7878| ------| -------------|
7979| [ servers/basic_mcp_stdio.py] ( servers/basic_mcp_stdio.py ) | MCP server with stdio transport for VS Code integration |
8080| [ servers/basic_mcp_http.py] ( servers/basic_mcp_http.py ) | MCP server with HTTP transport on port 8000 |
81+ | [ servers/deployed_mcp.py] ( servers/deployed_mcp.py ) | MCP server for Azure deployment with Cosmos DB and optional Keycloak auth |
8182
82- Both servers implement an "Expenses Tracker" with a tool to add expenses to a CSV file.
83+ The local servers ( ` basic_mcp_stdio.py ` and ` basic_mcp_http.py ` ) implement an "Expenses Tracker" with a tool to add expenses to a CSV file.
8384
8485### Use with GitHub Copilot
8586
You can’t perform that action at this time.
0 commit comments