• v0.5.0 3f55485926

    Grokkit v0.5.0
    All checks were successful
    CI / Test (push) Successful in 34s
    CI / Lint (push) Successful in 20s
    CI / Build (push) Successful in 14s
    Release / Create Release (push) Successful in 2m8s
    Stable

    gmgauthier released this 2026-04-06 17:03:52 +00:00 | 2 commits to master since this release

    [v0.5.0] - 2026-04-06

    MCP server mode arrives, ready to serve AI tools over stdio like a diligent butler.

    Added

    • Implement grokkit mcp command for MCP server mode over stdio.
    • Add ListRecipes and ListAvailablePrompts functions.
    • Add tools: lint_code, analyze_code, generate_docs, generate_tests, generate_commit_msg, run_recipe.
    • Register resources: recipes://local, recipes://global, prompts://language.
    • Add unit tests for analyze, docs, mcp, prompts, recipe, and testgen packages.
    • Add user guide for MCP.
    • Add MCP config options and dependencies.
    • Add support for recipes and prompts.

    Changed

    • Export analysis, docs, and testgen functions for MCP tools.
    • Update MCP server handlers for local/global recipes and prompts.
    • Update README for enhanced MCP functionality.

    Downloads