mirror of
https://github.com/open-webui/mcpo.git
synced 2026-07-23 12:15:22 -04:00
Failed to start multiple MCP tools using the config file #11
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yidecode on GitHub (Apr 2, 2025).
The configuration file data is as follows:
start command
@iamdaveloper commented on GitHub (Apr 2, 2025):
try to curl
http://127.0.0.1:18000/memory/openapi.jsonor......./time/openapi.json@agreatfool commented on GitHub (Apr 2, 2025):
I think the purpose of provide a config file with all the mcp tools inside is to let the server help to merge all the information together to give a complete API list. No?
@agreatfool commented on GitHub (Apr 2, 2025):
This is what I got by using
mcpo@agreatfool commented on GitHub (Apr 2, 2025):
Maybe this is the correct behavior what is designed at the beginning, though I don't think it make sense. Better to have all the tools merged to one endpoint by mcpo which could be input in the webui tool config, rather than manually input lots of urls in the config panel one by one.
@peanutsugarlove commented on GitHub (Apr 2, 2025):
You need to give the name of the parameter separately, which is http://127.0.0.1:18000/memory,http://127.0.0.1:18000/time
@iamdaveloper commented on GitHub (Apr 2, 2025):
In my cases, input it one by one is suit for us, as differnet users can add different tools
@agreatfool commented on GitHub (Apr 2, 2025):
Yeah, different use cases. It's good to have an option to control it. For personal using, or small groups, they may want to have everything they have on the list with single input, quick and easy.
@dahetaoa commented on GitHub (Apr 2, 2025):
同意,mcpo的意义本就该是这样,不然还不如直接原生支持mcp