@sdsrs/code-graph
Advanced tools
@@ -7,3 +7,3 @@ { | ||
| }, | ||
| "version": "0.37.0", | ||
| "version": "0.38.0", | ||
| "keywords": [ | ||
@@ -10,0 +10,0 @@ "code-graph", |
+6
-6
| { | ||
| "name": "@sdsrs/code-graph", | ||
| "version": "0.37.0", | ||
| "version": "0.38.0", | ||
| "description": "MCP server that indexes codebases into an AST knowledge graph with semantic search, call graph traversal, and HTTP route tracing", | ||
@@ -38,8 +38,8 @@ "license": "MIT", | ||
| "optionalDependencies": { | ||
| "@sdsrs/code-graph-linux-x64": "0.37.0", | ||
| "@sdsrs/code-graph-linux-arm64": "0.37.0", | ||
| "@sdsrs/code-graph-darwin-x64": "0.37.0", | ||
| "@sdsrs/code-graph-darwin-arm64": "0.37.0", | ||
| "@sdsrs/code-graph-win32-x64": "0.37.0" | ||
| "@sdsrs/code-graph-linux-x64": "0.38.0", | ||
| "@sdsrs/code-graph-linux-arm64": "0.38.0", | ||
| "@sdsrs/code-graph-darwin-x64": "0.38.0", | ||
| "@sdsrs/code-graph-darwin-arm64": "0.38.0", | ||
| "@sdsrs/code-graph-win32-x64": "0.38.0" | ||
| } | ||
| } |
+2
-0
@@ -284,2 +284,4 @@ # code-graph-mcp | ||
| As of **v0.37.0** the CLI is [clap](https://docs.rs/clap)-based: **every subcommand has `--help`** for its full flag list (`code-graph-mcp <command> --help`), value flags accept both `--flag value` and `--flag=value`, and unknown flags or malformed arguments fail fast with a clear error and a non-zero exit code (`2`) instead of being silently ignored. For example, `trace` hides downstream middleware with `--no-middleware` (shown by default), and `snapshot` is a `create`/`inspect` subcommand pair. | ||
| ## Plugin Slash Commands | ||
@@ -286,0 +288,0 @@ |
410384
0.12%402
0.5%