Created
January 23, 2026 12:26
-
-
Save wullemsb/77b04e8fcb96c2dfa59d1f8a278c9f14 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "servers": { | |
| "AzureDevOpsProjectA": { | |
| "type": "http", | |
| "url": "https://servername/api/mcp/projectA/teamA" | |
| }, | |
| "AzureDevOpsProjectB": { | |
| "type": "http", | |
| "url": "https://servername/api/mcp/projectB" | |
| }, | |
| "microsoft-docs": { | |
| "type": "http", | |
| "url": "https://learn.microsoft.com/api/mcp", | |
| "gallery": true | |
| }, | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment