docs(agents): the MCP endpoint is /mcp/, and /mcp is a 307 #5
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
waiting-on-julian
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jlxq0/listmonk-mcp!5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/mcp-endpoint-slash"
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?
Fork patch. A deployment-contract detail for this fleet.
Found by smoking the released
v0.2.0image (sha256:4e502110), not by reading the source:POST /mcpanswers307 Temporary Redirectto/mcp/. Starlette mounts it that way.The redirect preserves the method, so an SDK client that follows redirects works either way. An HTTPRoute matching the exact path
/mcpand nothing else would route the redirect and never the session — which is the shape of thing that costs an afternoon on a first deploy, and it is not visible without running the image.