File tree 1 file changed +15
-15
lines changed 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"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
+ // }
14
14
],
15
15
"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
+ // },
20
20
// "remote-mcp-azure-function": {
21
21
// "type": "sse",
22
22
// "url": "https://${input:mcp-azure-function-name }.azurewebsites.net/runtime/webhooks/mcp/sse",
You can’t perform that action at this time.
0 commit comments