The MCP server is configured through environment variables in yourDocumentation Index
Fetch the complete documentation index at: https://docs.kynesys.xyz/llms.txt
Use this file to discover all available pages before exploring further.
.env file:
The MCP server is configured through environment variables in your .env file:
The MCP server is configured through environment variables in yourDocumentation Index
Fetch the complete documentation index at: https://docs.kynesys.xyz/llms.txt
Use this file to discover all available pages before exploring further.
.env file:
# MCP Server Configuration
MCP_ENABLED=true # Enable/disable MCP server (default: true)
MCP_SERVER_PORT=3001 # Preferred port for MCP server (default: 3001)
# Alternative port override
RPC_MCP_PORT=3001 # Alternative way to set MCP port