Skip to content

V0.4.0#1

Merged
rupam2232 merged 4 commits into
mainfrom
v0.4.0
May 27, 2026
Merged

V0.4.0#1
rupam2232 merged 4 commits into
mainfrom
v0.4.0

Conversation

@rupam2232
Copy link
Copy Markdown
Owner

No description provided.

rupam2232 added 4 commits May 24, 2026 19:41
- Implement blazing fast, fully local MCP server over stdio with core tools: scan_graph, search_graph, get_node, get_neighbors, and shortest_path.
- Introduce pagination for search and query commands to prevent LLM context window overflow (default limit: 20).
- Update LLM operational manuals prioritize native MCP tools and document new pagination flags.
- Expand root and CLI READMEs with MCP configuration snippets, global vs. local setup guides.
- Split query CLI command into geraph node and geraph neighbors to directly match MCP tools (get_node and get_neighbors).
- Implement geraph path CLI command to mirror the shortest_path MCP tool.
- Implement an undirected Breadth-First Search (BFS) for shortest path to traverse connections regardless of explicit call direction.
- Format shortest path output into an LLM-friendly text string with ASCII arrows.
- Remove redundant heavy metadata from get_neighbors tool and neighbors command to save LLM tokens.
- Update install.ts and skill.md to instruct agents to use the new node, neighbors, and path commands.
…ools

- Expanded CLI/MCP Suite: Added direct CLI commands and MCP tools for query (with fanned BFS/DFS traversal), god, community, surprises, and stats.
- Shortest Path: Added a --max-hops parameter limit (default 8) to pathfinding.
- MCP Resources: Implemented stdio handlers for geraph:// report, stats, god-nodes, surprises, and audit URIs.
- Rules & Manual Overhaul: Cleaned up and updated tool listings in skill.md and install.ts to include the new commands, options, and MCP resource URIs.
- Glossary Pruning: Cleaned up unused edge types (extends, implements, superseded_by) to match active AST parser output.
- Documentation Update: Refined README.md to incorporate all 10 new CLI command and options.
- CI/CD: add keyless NPM publication via GitHub Actions OIDC Trusted Publisher
- build: auto-copy root LICENSE to packages/cli on build for NPM inclusion
- parser: resolve non-relative imports to base package name to match package.json keys
- parser: dynamically map external imports to the nearest package.json file node
- parser: filter out noisy local class instance method calls
- parser: add support for dynamic import() expressions
- release: bump version to v0.4.0
@rupam2232 rupam2232 merged commit 007aedb into main May 27, 2026
1 check passed
@rupam2232 rupam2232 deleted the v0.4.0 branch May 27, 2026 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant