Skip to content

Moth v0.1.0 Release Notes

Latest

Choose a tag to compare

@stfade stfade released this 04 May 02:47
· 3 commits to main since this release

Moth v0.1.0 is the first public MVP release of the @stfade/moth TypeScript MCP server.

Highlights

  • Provides two MCP tools: analyze_error and remember_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_result

Scope

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.