typegraph-mcp 0.9.23 → 0.9.24

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 (3) hide show
  1. package/cli.ts +1 -0
  2. package/dist/cli.js +2 -1
  3. package/package.json +1 -1
package/cli.ts CHANGED
@@ -62,6 +62,7 @@ const AGENTS: Record<AgentId, AgentDef> = {
62
62
  "scripts/ensure-deps.sh",
63
63
  "commands/check.md",
64
64
  "commands/test.md",
65
+ "commands/bench.md",
65
66
  ],
66
67
  agentFile: "CLAUDE.md",
67
68
  needsAgentsSkills: false,
package/dist/cli.js CHANGED
@@ -2817,7 +2817,8 @@ var AGENTS = {
2817
2817
  "hooks/hooks.json",
2818
2818
  "scripts/ensure-deps.sh",
2819
2819
  "commands/check.md",
2820
- "commands/test.md"
2820
+ "commands/test.md",
2821
+ "commands/bench.md"
2821
2822
  ],
2822
2823
  agentFile: "CLAUDE.md",
2823
2824
  needsAgentsSkills: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typegraph-mcp",
3
- "version": "0.9.23",
3
+ "version": "0.9.24",
4
4
  "description": "Type-aware codebase navigation for AI coding agents — 14 MCP tools powered by tsserver + oxc",
5
5
  "license": "MIT",
6
6
  "type": "module",