-
Notifications
You must be signed in to change notification settings - Fork 6
MCP: 405 Method Not Allowed #6
Copy link
Copy link
Open
Description
When trying to connect to the MCP server on localhost, the connection is refused:
The process logs this:
"POST /mcp/sse HTTP/1.1" 405 Method Not Allowed
I'm using this MCP config for Claude Desktop (tried Claude Code as well, same issue):
"mcpServers": {
"seller-agent": {
"command": "uvicorn",
"args": ["ad_seller.interfaces.api.main:app", "--port", "8000"],
"headers": {
"Authorization": "Bearer ... my API key"
},
"env": {
"ANTHROPIC_API_KEY": "... my Anthropic key"
}
}
}
Am I missing something?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels