-
Notifications
You must be signed in to change notification settings - Fork 0
Roadmap
sarmakska edited this page May 3, 2026
·
2 revisions
- 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
- 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
- Visual GUI builder (this is code-first)
- Bundled inference (use a separate model service)
- Plugin marketplace (use git for distribution)
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.