Skip to content

Roadmap

sarmakska edited this page May 3, 2026 · 2 revisions

Roadmap

Shipped (1.0.0)

  • stdio + streamable HTTP transports
  • Decorator-based tool registry
  • OAuth 2.1 + API key auth modes
  • OpenTelemetry tracing
  • Structured logging via structlog
  • CLI (run, doctor, init)
  • Filesystem plugin (sandboxed)
  • SarmaLink-AI plugin
  • Distroless-style Dockerfile

Planned

  • Plugin: Postgres query tool with read-only DSN
  • Plugin: GitHub (issues, PRs, code search)
  • Helm chart
  • Plugin scaffolding generator (mcp-toolkit init <name>)
  • Per-tool rate limits
  • Per-user audit log
  • Resource and prompt registry (currently only tools)
  • Server-Sent Events streaming for long-running tool calls

Not planned

  • Visual GUI builder (this is code-first)
  • Bundled inference (use a separate model service)
  • Plugin marketplace (use git for distribution)

How to contribute

PRs welcome. Pick something from "Planned", open an issue saying "I'm taking this", fork, branch, push, PR.

I won't merge:

  • Framework swaps (FastAPI stays)
  • Sync-only handlers (everything is async)
  • Bundled inference

Releases: see GitHub Releases.

Clone this wiki locally