iiRecord
Agentic AI Atlas · Transport (meta)
meta-cluster:transporta5c.ai
II.
MetaCluster JSON

meta-cluster:transport

Structured · live

Transport (meta) json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · catalog-meta/meta-registry/meta-registry-transport.yamlCluster · catalog-meta
Record JSON
{
  "id": "meta-cluster:transport",
  "_kind": "MetaCluster",
  "_file": "catalog-meta/meta-registry/meta-registry-transport.yaml",
  "_cluster": "catalog-meta",
  "attributes": {
    "displayName": "Transport (meta)",
    "clusterNumber": 2,
    "scope": "Conceptual aggregation of NodeKinds describing the transport layer between hosts and agents (AgentHostTransport — already in meta-cluster:agent-stack), the MCP server-side primitives (MCPTransport / MCPResource / MCPPrompt / MCPSampling / MCPRoot — also in meta-cluster:agent-stack), and the proxy / interposer layer that sits in front of them (TransportProxy — authored here). Editorial cluster 2-compute-path covers AgentHostTransport and TransportProxy; the MCP non-tool primitives live in editorial cluster 3-agent-stack but are transport-shaped.",
    "parentClusterId": null
  },
  "outgoingEdges": [
    {
      "from": "meta-cluster:transport",
      "to": "meta-node-kind:transport-proxy",
      "kind": "contains_meta_node_kind",
      "attributes": {}
    },
    {
      "from": "meta-cluster:transport",
      "to": "meta-node-kind:agent-host-transport",
      "kind": "contains_meta_node_kind",
      "attributes": {}
    },
    {
      "from": "meta-cluster:transport",
      "to": "meta-node-kind:mcp-transport",
      "kind": "contains_meta_node_kind",
      "attributes": {}
    },
    {
      "from": "meta-cluster:transport",
      "to": "meta-node-kind:mcp-resource",
      "kind": "contains_meta_node_kind",
      "attributes": {}
    },
    {
      "from": "meta-cluster:transport",
      "to": "meta-node-kind:mcp-prompt",
      "kind": "contains_meta_node_kind",
      "attributes": {}
    },
    {
      "from": "meta-cluster:transport",
      "to": "meta-node-kind:mcp-sampling",
      "kind": "contains_meta_node_kind",
      "attributes": {}
    },
    {
      "from": "meta-cluster:transport",
      "to": "meta-node-kind:mcp-root",
      "kind": "contains_meta_node_kind",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "meta-node-kind:transport-proxy",
      "to": "meta-cluster:transport",
      "kind": "in_cluster",
      "attributes": {}
    }
  ]
}