{
  "name": "tickward",
  "version": "0.1.0",
  "endpoints": {
    "authorize": "/authorize",
    "health": "/healthz",
    "mcp": "/mcp",
    "register": "/oauth/register",
    "token": "/oauth/token"
  },
  "oauth": {
    "protected_resource": "/.well-known/oauth-protected-resource",
    "scopes_supported": [
      "projects:read",
      "projects:write",
      "timers:read",
      "timers:write",
      "spaces:read",
      "spaces:write",
      "shares:read",
      "shares:write"
    ]
  }
}