# MCP-Server Let LLM-functions tools/agents be used through the Model Context Protocol. ## Serve tools ```json { "mcpServers": { "tools": { "command": "node", "args": [ "/mcp/server/index.js", "" ] } } } ``` ## Serve the agent ```json { "mcpServers": { "": { "command": "node", "args": [ "/mcp/server/index.js", "", "", ] } } } ```