/mcp endpoint to check MCP server status:
MCP Status Endpoint
The node provides a dedicated /mcp endpoint to check MCP server status:
/mcp endpoint to check MCP server status:
```bash
# Check MCP server status
curl http://localhost:53550/mcp
# Example response:
{
"enabled": true,
"transport": "sse",
"status": "running"
}