.env file:
RPC_MCP_PORT first and falls back to MCP_SERVER_PORT when RPC_MCP_PORT is 0 or unset. .env.example ships with RPC_MCP_PORT=3001, so both variables resolve to the same port by default.The MCP server is configured through environment variables in your .env file:
.env file:
RPC_MCP_PORT first and falls back to MCP_SERVER_PORT when RPC_MCP_PORT is 0 or unset. .env.example ships with RPC_MCP_PORT=3001, so both variables resolve to the same port by default.