kai-mcp 0.9.6 → 0.9.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -54,6 +54,7 @@ npx -y kai-mcp
54
54
  | `kai_diff` | Semantic diff between two refs |
55
55
  | `kai_context` | Bundled context for a file/symbol |
56
56
  | `kai_impact` | Transitive downstream impact analysis |
57
+ | `kai_files` | List files in the repo with language/module filters |
57
58
  | `kai_status` | Check graph freshness |
58
59
  | `kai_refresh` | Re-capture the semantic graph |
59
60
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kai-mcp",
3
- "version": "0.9.6",
3
+ "version": "0.9.7",
4
4
  "mcpName": "io.github.kailayerhq/kai",
5
5
  "description": "MCP server for Kai — semantic code intelligence for AI coding assistants",
6
6
  "bin": {