Skip to content

Commit 2c25546

Browse files
committed
README: add deployed_mcp.py to servers table
1 parent 51b3969 commit 2c25546

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)