{
  "protocolVersion": "0.3.0",
  "name": "The Guide",
  "description": "A companion to the field guide Becoming AI-Native. Answers questions grounded in the book, and designs working sessions using the workshop methodology it carries: objectives and outputs, room and group design, timed agendas, and printable breakout assignments.",
  "url": "https://becoming.nodalix.ai/companion",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "Nodalix",
    "url": "https://nodalix.ai"
  },
  "version": "1.7.0",
  "documentationUrl": "https://becoming.nodalix.ai/for-agents",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain", "text/markdown"],
  "skills": [
    {
      "id": "answer-from-the-book",
      "name": "Answer from the field guide",
      "description": "Answers a question about becoming AI-Native using the book's own sections, and cites the section it drew from.",
      "tags": ["ai-native", "operating-model", "knowledge-graph", "change"],
      "examples": [
        "What does this book mean by the covenant?",
        "When does the book recommend a knowledge graph instead of relying on document retrieval alone?"
      ]
    },
    {
      "id": "design-a-working-session",
      "name": "Design a working session",
      "description": "Designs a collaborative session: objectives, inputs, outputs and outcomes, who belongs in the room, a timed block diagram, and complete printable breakout assignments.",
      "tags": ["workshop", "facilitation", "session-design", "agenda"],
      "examples": [
        "Design a one-day session for 35 people on AI in claims operations.",
        "Write the complete assignment handout for the first breakout round."
      ]
    }
  ],
  "additionalInterfaces": [
    {
      "transport": "MCP",
      "url": "https://lelwpzddgqhezznctjog.supabase.co/functions/v1/bn-mcp",
      "description": "Read-only access to the book and both knowledge graphs, as MCP tools."
    }
  ]
}
