🛠️ Projects
Small experiments and real builds from my GenAI learning journey. Each project here is a hands-on application of something I explored in this repo.
Projects
| # | Project | What It Does | Key Concepts |
|---|---|---|---|
| 01 | demo-mcp-01 | A local MCP server that connects Claude Desktop to a deterministic calculator tool | MCP, TypeScript SDK, stdio transport, tool calling |
How These Projects Fit the Trail
Projects in this folder are direct applications of concepts covered elsewhere in genai-trail:
- demo-mcp-01 → builds on
04-tools-and-apis/— specifically how Claude can be extended with custom tools via the Model Context Protocol
🌱 More projects will be added as the trail progresses.