Skip to content

Latest commit

 

History

History
47 lines (39 loc) · 1.76 KB

File metadata and controls

47 lines (39 loc) · 1.76 KB

Roadmap

MCP server delivering MAX Platform documentation to AI coding agents.

v1.0 — Foundation ✅

  • 29 MAX Bot API endpoints
  • 26 data models
  • 20 guides in 8 categories
  • MAX Bridge API (objects + events)
  • 35 MAX UI components
  • 7 MCP tools (list, get, search)
  • Resource URIs (max-docs://)
  • Multi-client quickstart (Claude, Cursor, OpenCode, Codex)

v1.1 — Polish & DX

  • Demo GIF / screenshots for README
  • GitHub Actions CI (build + test)
  • Automated npm publishing
  • More granular search (filter by category, type)
  • TypeScript strict mode pass
  • Error handling improvements

v1.2 — Content Expansion

  • Additional guides (advanced bot patterns, webhooks, payments)
  • Code examples for each endpoint
  • Migration guides (v1 → v2 API changes)
  • Changelog feed as MCP resource

v2.0 — Enhanced Protocol ✅

  • Code examples tool (8 production-ready examples)
  • Enhanced search with type/category filters
  • MCP Prompts (4 templates: create-bot, send-message-patterns, build-mini-app, debug-max-api)
  • Sampling support (let LLMs generate MAX bot code with context)
  • Progressive resource loading (lazy-load large docs)
  • Multi-language documentation (Russian source + English translation)
  • Tool composition (multi-step workflows: create bot → configure → deploy)
  • MCP Registry listing

Long-term Ideas

  • WebSocket transport (in addition to stdio)
  • Live API validation (test endpoints against real MAX API)
  • Interactive playground in README
  • Community-contributed guides

Have an idea? Open an issue or start a discussion.