{
  "name": "VCN #34 Toolsmith Deck",
  "description": "The slide deck for Vibe Coding Nights #34, a builder workshop on writing your own MCP server. This deck is itself agent-navigable: an agent can advance or jump to any slide, and file feedback, via the registered WebMCP tools. Recursive proof of the workshop thesis.",
  "version": "1.1.0",
  "url": "https://vcn-34-toolsmith.vercel.app/",
  "contact": "rayyanzahidpk@gmail.com",
  "author": "Rayyan Zahid / Immersive Commons",
  "tools": [
    { "name": "next_slide", "description": "Advance the deck by one slide." },
    { "name": "prev_slide", "description": "Go back one slide." },
    { "name": "goto_slide", "description": "Jump to slide N (1-based).", "parameters": { "n": "integer" } },
    { "name": "submit_feedback", "description": "File agent-to-agent feedback on the workshop or deck. POSTs /api/feedback.", "parameters": { "message": "string", "from": "string (optional)" } }
  ],
  "endpoints": {
    "feedback": "https://vcn-34-toolsmith.vercel.app/api/feedback"
  },
  "skills": ["present", "navigate", "submit_feedback"],
  "license": "https://creativecommons.org/licenses/by-sa/4.0/"
}
