{
    "name": "phub",
    "version": "1.0.0",
    "protocol": "mcp",
    "protocolVersion": "2025-03-26",
    "description": "ProjectHub (PHuB) - MCP Server for AI-assisted project development",
    "endpoints": {
        "mcp": "/",
        "authorize": "/authorize",
        "oauth_token": "/oauth/token",
        "oauth_discovery": "/.well-known/oauth-authorization-server",
        "oauth_protected_resource": "/.well-known/oauth-protected-resource"
    },
    "auth": {
        "type": "oauth2",
        "authorizationServerMetadata": "https://phub.bonweb.de/.well-known/oauth-authorization-server",
        "protectedResourceMetadata": "https://phub.bonweb.de/.well-known/oauth-protected-resource",
        "authorizationEndpoint": "https://phub.bonweb.de/authorize",
        "tokenEndpoint": "https://phub.bonweb.de/oauth/token",
        "grantTypes": [
            "authorization_code",
            "refresh_token",
            "client_credentials"
        ],
        "codeChallengeMethodsSupported": [
            "S256"
        ]
    },
    "status": "healthy"
}