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
- // },
20
- // "remote-mcp-azure-function": {
21
- // "type": "sse",
22
- // "url": "https://${input:mcp-azure-function-name }.azurewebsites.net/runtime/webhooks/mcp/sse",
23
- // "headers": {
24
- // "x-functions-key": "${input:mcp-azure-function-key}"
25
- // }
26
- // },
16
+ " azure-function-mcp " : {
17
+ "type" : " sse" ,
18
+ "url" : " http://localhost:7071/runtime/webhooks/mcp/sse"
19
+ },
20
+ "remote-mcp-azure-function" : {
21
+ "type" : " sse" ,
22
+ "url" : " https://${input:mcp-azure-function-name}.azurewebsites.net/runtime/webhooks/mcp/sse" ,
23
+ "headers" : {
24
+ "x-functions-key" : " ${input:mcp-azure-function-key}"
25
+ }
26
+ }
27
27
}
28
28
}
0 commit comments