callgraph-mcp 1.5.0 → 1.5.1

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 +0 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -29,9 +29,6 @@ Most AI coding tools answer structural questions about your codebase by reading
29
29
 
30
30
  ---
31
31
 
32
-
33
-
34
-
35
32
  ## Setup
36
33
 
37
34
  ### Option 1 — VS Code via `npx` (no install required)
@@ -124,8 +121,6 @@ Optional parameters shown in `[brackets]`.
124
121
 
125
122
  ## Example Use Cases
126
123
 
127
- ---
128
-
129
124
  ### PR review and change safety
130
125
 
131
126
  > *"I just modified `processPayment`. Without reading any code, tell me every function that could break and rank them by how many hops away they are from the change."*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "callgraph-mcp",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "MCP server for codebase call-flow analysis. Local, deterministic, language-agnostic. Powered by @codeflow-map/core.",
5
5
  "keywords": [
6
6
  "mcp",