{
  "schema_version": "2025-06-18",
  "name": "iagent-stack",
  "description": "Documentation and SDK distribution umbrella for the iJarvis Agent Stack. iagent-stack is not itself a runtime MCP server; each product in the stack exposes its own MCP interface at its product domain. This manifest advertises the stack-level resources that an MCP client might fetch: the SDK package, the architecture disclosures, and the per-product MCP manifest URLs.",
  "version": "v1",
  "server": null,
  "resources": [
    {
      "uri": "https://iagentstack.com/.well-known/agent-card.json",
      "name": "stack-agent-card",
      "description": "A2A 0.3.0 agent card for the stack umbrella, including a full product roster with per-product agent-card URIs.",
      "mimeType": "application/json"
    },
    {
      "uri": "https://iagentstack.com/llms-full.txt",
      "name": "stack-llms-full",
      "description": "Long-form LLM-ingestion document describing the SDK, namespaces, product roster, and integration recipes.",
      "mimeType": "text/plain"
    },
    {
      "uri": "https://pypi.org/project/iagent-stack/",
      "name": "sdk-package",
      "description": "Python SDK on PyPI. Install via 'pip install iagent-stack'.",
      "mimeType": "text/html"
    },
    {
      "uri": "https://github.com/iJarvis/iagent-stack",
      "name": "sdk-source",
      "description": "Source repository for the SDK, including tests, examples, and contribution guidelines.",
      "mimeType": "text/html"
    },
    {
      "uri": "https://ijarvis.ai/disclosures",
      "name": "disclosures",
      "description": "Defensive publications dedicating the Agent Stack architecture and integration recipes to the public domain.",
      "mimeType": "text/html"
    }
  ],
  "productManifests": [
    { "namespace": "stack.trust", "mcpManifest": "https://iagentfi.com/.well-known/mcp.json" },
    { "namespace": "stack.ref", "mcpManifest": "https://iagentref.com/.well-known/mcp.json" },
    { "namespace": "stack.log", "mcpManifest": "https://iagentlog.com/.well-known/mcp.json" },
    { "namespace": "stack.pay", "mcpManifest": "https://pay.ijarvis.ai/.well-known/mcp.json" },
    { "namespace": "stack.compute", "mcpManifest": "https://compute.ijarvis.ai/.well-known/mcp.json" },
    { "namespace": "stack.hub", "mcpManifest": "https://hub.ijarvis.ai/.well-known/mcp.json" },
    { "namespace": "stack.safe", "mcpManifest": "https://iagentsafe.com/.well-known/mcp.json" },
    { "namespace": "stack.memory", "mcpManifest": "https://iagentmemory.com/.well-known/mcp.json" },
    { "namespace": "stack.edge", "mcpManifest": "https://iagentedge.com/.well-known/mcp.json" },
    { "namespace": "stack.farm", "mcpManifest": "https://iagentfarm.com/.well-known/mcp.json" },
    { "namespace": "stack.sim", "mcpManifest": "https://iagentsim.com/.well-known/mcp.json" },
    { "namespace": "stack.id_", "mcpManifest": "https://iagentid.com/.well-known/mcp.json" },
    { "namespace": "stack.market", "mcpManifest": "https://iagentmarket.com/.well-known/mcp.json" },
    { "namespace": "stack.foundry", "mcpManifest": "https://iagentfoundry.com/.well-known/mcp.json" },
    { "namespace": "stack.law", "mcpManifest": "https://iagentlaw.com/.well-known/mcp.json" }
  ]
}
