Releases: stfade/moth
Releases · stfade/moth
Release list
Moth v0.1.0 Release Notes
Moth v0.1.0 is the first public MVP release of the @stfade/moth TypeScript MCP server.
Highlights
- Provides two MCP tools:
analyze_errorandremember_fix_result. - Produces structured fix briefs from explicitly provided error logs and context.
- Redacts likely secrets before analysis, responses, and verified memory writes.
- Stores verified project-local fix memory at
.moth/fix-memory.jsonl. - Includes integration scaffolds for Codex, Claude Code, Cursor, Gemini CLI, Gemini Antigravity, OpenCode, and generic MCP clients.
Lifecycle
analyze_error
-> apply/attempt fix
-> run verification command
-> remember_fix_resultScope
Moth does not edit code, run shell commands, crawl repositories, start watchers, require a backend service, use a sandbox, or provide a verified global bug database. The MCP server itself does not perform live web research; compatible agents may use their own search tools, guided by Moth skills, when external sources are needed.