-
Grokkit v0.5.0
Stablereleased 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 mcpcommand 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
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
checksums.txt
534 B
-
grokkit-darwin-amd64-v0.5.0.tar.gz
4.3 MiB
-
grokkit-darwin-arm64-v0.5.0.tar.gz
4.0 MiB
-
grokkit-install.ps1
2.7 KiB
-
grokkit-install.sh
2.2 KiB
-
grokkit-linux-amd64-v0.5.0.tar.gz
4.2 MiB
-
grokkit-linux-arm64-v0.5.0.tar.gz
3.8 MiB
-
grokkit-windows-amd64-v0.5.0.tar.gz
4.3 MiB
- Implement