{
  "name": "MCP",
  "phase": "setup",
  "description": "Expose your app as an MCP server so AI clients (Claude, Cursor) can call into it.",
  "link": "https://mcp.dev",
  "modes": ["file-router"],
  "type": "add-on",
  "category": "api",
  "color": "#10B981",
  "priority": 42,
  "warning": "MCP is still in development and may change significantly or not be compatible with other add-ons.\nThe MCP implementation does not support authentication.",
  "routes": [
    {
      "icon": "Webhook",
      "url": "/demo/mcp-todos",
      "name": "MCP",
      "path": "src/routes/demo.mcp-todos.tsx",
      "jsName": "MCPTodosDemo"
    }
  ]
}
