Update appsettings.json

This commit is contained in:
geffzhang 2025-02-26 12:46:16 +08:00
parent b8926a2c18
commit 10837003b7

View file

@ -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"
}
}
]
},