Update appsettings.json
This commit is contained in:
parent
b8926a2c18
commit
10837003b7
|
|
@ -181,13 +181,14 @@
|
|||
"Version": "1.0.0"
|
||||
}
|
||||
},
|
||||
"McpServerOptions": [
|
||||
"McpServerConfigs": [
|
||||
{
|
||||
"Id": "everything",
|
||||
"Name": "Everything",
|
||||
"TransportType": "sse",
|
||||
"TransportOptions": {},
|
||||
"Location": "http://localhost:5000/sse"
|
||||
"Id": "PizzaServer",
|
||||
"Name": "PizzaServer",
|
||||
"TransportType": "stdio",
|
||||
"TransportOptions": {
|
||||
"Command": "BotSharp.PizzaBot.MCPServer.exe"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue