Open
Description
Check Existing Issues
- I have searched the existing issues and discussions.
- I am using the latest version of mcpo.
mcpo Version
0.15
Open WebUI Version (if applicable)
no use
Operating System
win10
Browser (if applicable)
chrome136
Confirmation
- I have read and followed all instructions in
README.md
. - I am using the latest version of both MCPO and Open WebUI.
- I have included the browser console logs.
- I have included the Docker container logs.
- I have listed steps to reproduce the bug in detail.
Expected Behavior
The configuration file data is as follows:
{
"mcpServers": {
"server1_total_2tools": {
"type": "sse",
"url": "http://127.0.0.1:3001/sse",
"headers": {
"Authorization": "Bearer token",
"X-Custom-Header": "value"
}
},
"server2_total_1tools": {
"type": "sse",
"url": "http://127.0.0.1:3002/sse"
},
"server3_total_16tools": {
"type": "sse",
"url": "http://10.30.56.38:8000/sse"
}
}
}
start command
mcpo --port 8000 --config config.json
Actual Behavior
cann't choose mcp server on the Swagger web
Steps to Reproduce
cann't choose mcp server on the Swagger web
Logs & Screenshots
cann't choose mcp server on the Swagger web
Additional Information
No response