Compare commits

..

2 Commits

Author SHA1 Message Date
80fd15fd9f chore(todo): mark mcp-feature as completed
All checks were successful
CI / Test (push) Successful in 41s
CI / Lint (push) Successful in 24s
CI / Build (push) Successful in 20s
Rename the file from todo/doing/mcp-feature.md to todo/completed/mcp-feature.md to indicate completion.
2026-04-06 18:18:21 +01:00
8d19cff217 docs(changelog): add entry for v0.5.0 release
All checks were successful
CI / Test (push) Successful in 33s
CI / Lint (push) Successful in 27s
CI / Build (push) Successful in 22s
Implement MCP server mode with new commands, tools, and configurations.
Add support for recipes and prompts, including unit tests and user guide.
Update README and handlers for enhanced MCP functionality.
2026-04-06 18:09:09 +01:00
2 changed files with 19 additions and 0 deletions

View File

@ -1,3 +1,22 @@
## [v0.5.0] - 2026-04-06
MCP server mode arrives, ready to serve your AI coding whims.
### Added
- Implement `grokkit mcp` command for MCP server over stdio.
- Add ListRecipes and ListAvailablePrompts functions.
- Export analysis, docs, and testgen functions for MCP tools.
- Add tools: lint_code, analyze_code, generate_docs, generate_tests, generate_commit_msg, run_recipe.
- Register resources: recipes://local, recipes://global, prompts://language.
- Add MCP config options and dependencies.
- Add unit tests for analyze, docs, mcp, prompts, recipe, and testgen packages.
- Add user guide for MCP.
- Add detailed plan in todo/queued/mcp-feature.md.
- Add MCP server mode to queued tasks in TODO README.
### Changed
- Update MCP server handlers for local/global recipes and prompts.
- Update README with MCP details.
## [v0.4.0] - 2026-03-31 ## [v0.4.0] - 2026-03-31
Workon command arrives: because who needs manual todos when AI can branch out for you? Workon command arrives: because who needs manual todos when AI can branch out for you?