return to the map

MCP tool service

Standard Streamable HTTP type MCP service, providing platform API encapsulation and call capabilities

POST
/api/mcp

Response Body

application/json

application/json

curl -X POST "https://loading/api/mcp" \  -H "Content-Type: application/json" \  -d '{    "task": "run",    "params": {}  }'
{
  "result": {
    "status": "ok"
  }
}
{
  "detail": "Invalid request"
}