Skip to content

Commit b3c8fb7

Browse files
committed
Comment out MCP Azure function configuration in mcp.json
1 parent 2196461 commit b3c8fb7

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.vscode/mcp.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"inputs": [
3-
{
4-
"type": "promptString",
5-
"id": "mcp-azure-function-key",
6-
"description": "Azure Function Key to access the MCP server on Azure",
7-
"password": true
8-
},
9-
{
10-
"type": "promptString",
11-
"id": "mcp-azure-function-name",
12-
"description": "Azure Function name to access the MCP server on Azure"
13-
}
3+
// {
4+
// "type": "promptString",
5+
// "id": "mcp-azure-function-key",
6+
// "description": "Azure Function Key to access the MCP server on Azure",
7+
// "password": true
8+
// },
9+
// {
10+
// "type": "promptString",
11+
// "id": "mcp-azure-function-name",
12+
// "description": "Azure Function name to access the MCP server on Azure"
13+
// }
1414
],
1515
"servers": {
16-
"local-mcp-azure-function": {
17-
"type": "sse",
18-
"url": "http://localhost:7071/runtime/webhooks/mcp/sse",
19-
},
16+
// "local-mcp-azure-function": {
17+
// "type": "sse",
18+
// "url": "http://localhost:7071/runtime/webhooks/mcp/sse",
19+
// },
2020
// "remote-mcp-azure-function": {
2121
// "type": "sse",
2222
// "url": "https://${input:mcp-azure-function-name}.azurewebsites.net/runtime/webhooks/mcp/sse",

0 commit comments

Comments
 (0)