The node provides a dedicatedDocumentation Index
Fetch the complete documentation index at: https://docs.kynesys.xyz/llms.txt
Use this file to discover all available pages before exploring further.
/mcp endpoint to check MCP server status:
The node provides a dedicated /mcp endpoint to check MCP server status:
The node provides a dedicatedDocumentation Index
Fetch the complete documentation index at: https://docs.kynesys.xyz/llms.txt
Use this file to discover all available pages before exploring further.
/mcp endpoint to check MCP server status:
# Check MCP server status
curl http://localhost:53550/mcp
# Example response:
{
"enabled": true,
"transport": "sse",
"status": "running"
}