Conversation
- 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.