1.4 KiB
1.4 KiB
Changelog
All notable changes to totalmcp will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
Added
- Phase 0 scaffold — Express + MCP SDK bootstrap, plugin registry with chokidar hot-reload, Streamable HTTP + legacy SSE transports, per-agent bearer auth, Zod-validated env config, structured JSON logger, Prisma event-log schema, Dockerfile + docker-compose for local dev.
MCPPlugininterface contract with semver-based gateway compatibility check.- Health and plugin-list endpoints.
- Phase 1 —
giteaplugin (8 tools: list/get/create repos, list/create issues, list branches, get/commit files) against the Gitea v1 REST API. - Phase 1 —
unraidplugin (6 tools: host summary, list/get containers, list shares, list VMs, disk health) against the unraid-api GraphQL endpoint. - Shared HTTP helper at
src/util/http.ts— timeout, JSON serialization, structuredHttpError.
Changed
- Tool naming: plugins now provide fully-qualified tool names (e.g.,
gitea_list_repos) directly. The registry no longer auto-prefixes withpluginName__. This matches PLAN.md's naming and handles plugins likecodex-mrpwhose tool prefix (codex_) differs from the directory name.