Send message to MCP server
POST/v1/mcp/event
Send message to the MCP endoint, for a given session.
Request​
Responses​
- 202
- 404
- 413
- 500
Message accepted. Response will stream via SSE.
Session not found. No active session for the given session_id
.
Payload too large. Maximum allowed size is 4MB.
Internal server error. An unexpected issue occurred.