{
  "name": "frameworks-network",
  "version": "1.0.0",
  "description": "Multi-tenant live streaming SaaS with MCP, wallet auth, and x402 payments.",
  "homepage": "https://frameworks.network",
  "metadata": {
    "emoji": "📡",
    "category": "streaming",
    "api_base": "https://bridge.frameworks.network",
    "graphql": "https://bridge.frameworks.network/graphql",
    "mcp_discovery": "https://bridge.frameworks.network/.well-known/mcp.json",
    "chains": ["base", "arbitrum"],
    "skipper": {
      "prompt": "video_consultant",
      "tools": ["ask_consultant"],
      "resource": "knowledge://sources"
    }
  },
  "auth": {
    "methods": ["wallet", "x402", "bearer"],
    "wallet_message_format": "FrameWorks Login\nTimestamp: {ISO8601}\nNonce: {random}"
  },
  "files": {
    "skill": "https://frameworks.network/SKILL.md",
    "heartbeat": "https://frameworks.network/heartbeat.md"
  },
  "endpoints": {
    "mcp": "GET /.well-known/mcp.json",
    "mcp_rpc": "POST /mcp",
    "graphql": "POST /graphql",
    "wallet_login": "GraphQL mutation walletLogin"
  },
  "keywords": [
    "streaming",
    "live",
    "rtmp",
    "x402",
    "mcp",
    "ai-agent",
    "wallet",
    "self-hosted",
    "edge",
    "cluster",
    "marketplace"
  ]
}
