{
  "name": "benmilne Documentation",
  "version": "1.0.0",
  "description": "API docs, agent instructions, and OpenAPI spec for benmilne.com developer resources.",
  "url": "https://benmilne.com/mcp/docs",
  "transport": [
    {
      "type": "streamable-http",
      "endpoint": "https://benmilne.com/mcp/docs"
    }
  ],
  "capabilities": {
    "tools": true
  },
  "authentication": {
    "required": false,
    "type": "bearer",
    "oauth_protected_resource": "https://benmilne.com/.well-known/oauth-protected-resource",
    "oauth_authorization_server": "https://benmilne.com/.well-known/oauth-authorization-server"
  },
  "relatedServers": [
    {
      "name": "benmilne Content API",
      "url": "https://benmilne.com/mcp",
      "description": "Search, read, and browse posts and categories"
    }
  ]
}