{
  "$schema": "https://modelcontextprotocol.io/schemas/mcp-server.json",
  "name": "homeskillet",
  "version": "1.0.0",
  "description": "Governed cofounder agent runtime for the Prompted Atrium. Trust-gradient gated tools (web_search, fetch_url, spawn_subagent, inject_receipt, read_file/write_file proposals, final_output). Hash-chained audit; refusal-loud receipts.",
  "publisher": "Prompted LLC",
  "homepage": "https://promptedllc.com/architect",
  "transport": {
    "type": "streamable-http",
    "url": "https://qmqbmlllibjlzwcaekpj.supabase.co/functions/v1/mcp-homeskillet/mcp"
  },
  "auth": {
    "type": "bearer",
    "instructions": "Mint a personal API key (hsk_live_…) at /architect → MCP doors. Send as Authorization: Bearer <key>. For OAuth clients, discovery at /.well-known/oauth-authorization-server.",
    "oauth": {
      "discovery_url": "https://qmqbmlllibjlzwcaekpj.supabase.co/functions/v1/mcp-homeskillet/.well-known/oauth-authorization-server"
    }
  },
  "capabilities": {
    "tools": true
  },
  "tools_namespace": "homeskillet.",
  "governance": {
    "trust_gradient": "0 (granular gates) → 100 (full autonomy); set per-connection in the cockpit",
    "forbidden_perimeter": ["write_file (proposals only — surfaced in architect audit lane)"],
    "audit": "Every call writes a hash-chained mcp_audit row (prev_hash → row_hash). Refusals leave surviving evidence."
  }
}
