{
  "name": "chaicode",
  "version": "1.0.0",
  "description": "ChaiCode MCP server for navigating the chaicode.com marketing site and accessing course information.",
  "serverUrl": "https://chaicode.com/mcp",
  "endpoints": [
    {
      "transport": "streamable-http",
      "url": "https://chaicode.com/mcp"
    }
  ],
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false
  },
  "tools": [
    {
      "name": "navigate_to_route",
      "description": "Navigate within chaicode.com to a known marketing or policy route."
    },
    {
      "name": "open_course_catalog",
      "description": "Open the ChaiCode course catalog on courses.chaicode.com."
    }
  ]
}
