{
  "$comment": "SRIFT exposes no OAuth-protected resources. The public web app is unauthenticated. The local daemon binds to 127.0.0.1 only and accepts no bearer tokens. See /auth.md.",
  "resource": "https://srift.app/",
  "resource_name": "SRIFT (Secure Real-time Instant File Transfer)",
  "resource_documentation": "https://srift.app/AGENTS.md",
  "resource_logo_uri": "https://srift.app/Favicon/apple-touch-icon.png",
  "authorization_servers": ["https://srift.app"],
  "bearer_methods_supported": ["header"],
  "scopes_supported": ["srift.public"],
  "agent_endpoints": {
    "mcp_server_card": "https://srift.app/.well-known/mcp/server-card.json",
    "openapi": "https://srift.app/openapi.json",
    "ai_plugin": "https://srift.app/.well-known/ai-plugin.json",
    "a2a_card": "https://srift.app/.well-known/agent.json"
  }
}
