sdl-mcp 0.7.2 → 0.8.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.
- package/LICENSE +90 -90
- package/README.md +300 -292
- package/config/benchmark.ci.config.json +10 -10
- package/config/benchmark.ci.windows.config.json +10 -8
- package/config/benchmark.config.example.json +81 -81
- package/config/benchmark.config.json +86 -86
- package/config/sdlmcp.config.example.json +28 -21
- package/config/sdlmcp.config.json +3 -1
- package/config/sdlmcp.config.json.sample +3 -1
- package/config/sdlmcp.config.schema.json +116 -15
- package/dist/agent/orchestrator.d.ts +1 -0
- package/dist/agent/orchestrator.d.ts.map +1 -1
- package/dist/agent/orchestrator.js +55 -4
- package/dist/agent/orchestrator.js.map +1 -1
- package/dist/agent/planner.js +2 -2
- package/dist/agent/planner.js.map +1 -1
- package/dist/cli/commands/benchmark.d.ts.map +1 -1
- package/dist/cli/commands/benchmark.js +71 -89
- package/dist/cli/commands/benchmark.js.map +1 -1
- package/dist/cli/commands/doctor.d.ts.map +1 -1
- package/dist/cli/commands/doctor.js +195 -43
- package/dist/cli/commands/doctor.js.map +1 -1
- package/dist/cli/commands/export.d.ts.map +1 -1
- package/dist/cli/commands/export.js +2 -4
- package/dist/cli/commands/export.js.map +1 -1
- package/dist/cli/commands/health.d.ts.map +1 -1
- package/dist/cli/commands/health.js +4 -5
- package/dist/cli/commands/health.js.map +1 -1
- package/dist/cli/commands/import.d.ts.map +1 -1
- package/dist/cli/commands/import.js +2 -4
- package/dist/cli/commands/import.js.map +1 -1
- package/dist/cli/commands/index.d.ts.map +1 -1
- package/dist/cli/commands/index.js +27 -18
- package/dist/cli/commands/index.js.map +1 -1
- package/dist/cli/commands/init.d.ts.map +1 -1
- package/dist/cli/commands/init.js +37 -11
- package/dist/cli/commands/init.js.map +1 -1
- package/dist/cli/commands/pull.d.ts.map +1 -1
- package/dist/cli/commands/pull.js +2 -4
- package/dist/cli/commands/pull.js.map +1 -1
- package/dist/cli/commands/serve.d.ts.map +1 -1
- package/dist/cli/commands/serve.js +54 -9
- package/dist/cli/commands/serve.js.map +1 -1
- package/dist/cli/commands/summary.d.ts.map +1 -1
- package/dist/cli/commands/summary.js +3 -5
- package/dist/cli/commands/summary.js.map +1 -1
- package/dist/cli/index.js +52 -52
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/transport/http.d.ts +16 -1
- package/dist/cli/transport/http.d.ts.map +1 -1
- package/dist/cli/transport/http.js +204 -91
- package/dist/cli/transport/http.js.map +1 -1
- package/dist/code/gate.d.ts +1 -1
- package/dist/code/gate.d.ts.map +1 -1
- package/dist/code/gate.js +32 -5
- package/dist/code/gate.js.map +1 -1
- package/dist/code/hotpath.d.ts +1 -1
- package/dist/code/hotpath.d.ts.map +1 -1
- package/dist/code/hotpath.js +13 -10
- package/dist/code/hotpath.js.map +1 -1
- package/dist/code/skeleton.d.ts +3 -3
- package/dist/code/skeleton.d.ts.map +1 -1
- package/dist/code/skeleton.js +37 -31
- package/dist/code/skeleton.js.map +1 -1
- package/dist/code/windows.d.ts +1 -1
- package/dist/code/windows.d.ts.map +1 -1
- package/dist/code/windows.js +18 -13
- package/dist/code/windows.js.map +1 -1
- package/dist/config/constants.d.ts +18 -7
- package/dist/config/constants.d.ts.map +1 -1
- package/dist/config/constants.js +18 -7
- package/dist/config/constants.js.map +1 -1
- package/dist/config/loadConfig.d.ts.map +1 -1
- package/dist/config/loadConfig.js +2 -1
- package/dist/config/loadConfig.js.map +1 -1
- package/dist/config/types.d.ts +97 -3
- package/dist/config/types.d.ts.map +1 -1
- package/dist/config/types.js +22 -4
- package/dist/config/types.js.map +1 -1
- package/dist/db/graph-db-path.d.ts +8 -0
- package/dist/db/graph-db-path.d.ts.map +1 -0
- package/dist/db/graph-db-path.js +60 -0
- package/dist/db/graph-db-path.js.map +1 -0
- package/dist/db/initGraphDb.d.ts +4 -0
- package/dist/db/initGraphDb.d.ts.map +1 -0
- package/dist/db/initGraphDb.js +10 -0
- package/dist/db/initGraphDb.js.map +1 -0
- package/dist/db/kuzu-queries.d.ts +437 -0
- package/dist/db/kuzu-queries.d.ts.map +1 -0
- package/dist/db/kuzu-queries.js +2321 -0
- package/dist/db/kuzu-queries.js.map +1 -0
- package/dist/db/kuzu-schema.d.ts +25 -0
- package/dist/db/kuzu-schema.d.ts.map +1 -0
- package/dist/db/kuzu-schema.js +288 -0
- package/dist/db/kuzu-schema.js.map +1 -0
- package/dist/db/kuzu.d.ts +11 -0
- package/dist/db/kuzu.d.ts.map +1 -0
- package/dist/db/kuzu.js +217 -0
- package/dist/db/kuzu.js.map +1 -0
- package/dist/db/schema.d.ts +5 -1
- package/dist/db/schema.d.ts.map +1 -1
- package/dist/delta/blastRadius.d.ts +4 -4
- package/dist/delta/blastRadius.d.ts.map +1 -1
- package/dist/delta/blastRadius.js +148 -83
- package/dist/delta/blastRadius.js.map +1 -1
- package/dist/delta/diff.d.ts +6 -5
- package/dist/delta/diff.d.ts.map +1 -1
- package/dist/delta/diff.js +30 -26
- package/dist/delta/diff.js.map +1 -1
- package/dist/delta/versioning.d.ts +9 -10
- package/dist/delta/versioning.d.ts.map +1 -1
- package/dist/delta/versioning.js +47 -42
- package/dist/delta/versioning.js.map +1 -1
- package/dist/graph/buildGraph.d.ts +32 -14
- package/dist/graph/buildGraph.d.ts.map +1 -1
- package/dist/graph/buildGraph.js +171 -200
- package/dist/graph/buildGraph.js.map +1 -1
- package/dist/graph/cluster-types.d.ts +6 -0
- package/dist/graph/cluster-types.d.ts.map +1 -0
- package/dist/graph/cluster-types.js +2 -0
- package/dist/graph/cluster-types.js.map +1 -0
- package/dist/graph/cluster.d.ts +5 -0
- package/dist/graph/cluster.d.ts.map +1 -0
- package/dist/graph/cluster.js +119 -0
- package/dist/graph/cluster.js.map +1 -0
- package/dist/graph/metrics.d.ts +12 -5
- package/dist/graph/metrics.d.ts.map +1 -1
- package/dist/graph/metrics.js +53 -47
- package/dist/graph/metrics.js.map +1 -1
- package/dist/graph/overview.d.ts +1 -1
- package/dist/graph/overview.d.ts.map +1 -1
- package/dist/graph/overview.js +203 -101
- package/dist/graph/overview.js.map +1 -1
- package/dist/graph/prefetch.d.ts.map +1 -1
- package/dist/graph/prefetch.js +12 -10
- package/dist/graph/prefetch.js.map +1 -1
- package/dist/graph/process-types.d.ts +11 -0
- package/dist/graph/process-types.d.ts.map +1 -0
- package/dist/graph/process-types.js +2 -0
- package/dist/graph/process-types.js.map +1 -0
- package/dist/graph/process.d.ts +5 -0
- package/dist/graph/process.d.ts.map +1 -0
- package/dist/graph/process.js +81 -0
- package/dist/graph/process.js.map +1 -0
- package/dist/graph/score.d.ts +6 -3
- package/dist/graph/score.d.ts.map +1 -1
- package/dist/graph/score.js +14 -58
- package/dist/graph/score.js.map +1 -1
- package/dist/graph/slice/beam-search-engine.d.ts +9 -2
- package/dist/graph/slice/beam-search-engine.d.ts.map +1 -1
- package/dist/graph/slice/beam-search-engine.js +365 -15
- package/dist/graph/slice/beam-search-engine.js.map +1 -1
- package/dist/graph/slice/slice-serializer.d.ts +3 -2
- package/dist/graph/slice/slice-serializer.d.ts.map +1 -1
- package/dist/graph/slice/slice-serializer.js +63 -4
- package/dist/graph/slice/slice-serializer.js.map +1 -1
- package/dist/graph/slice/start-node-resolver.d.ts +3 -0
- package/dist/graph/slice/start-node-resolver.d.ts.map +1 -1
- package/dist/graph/slice/start-node-resolver.js +236 -34
- package/dist/graph/slice/start-node-resolver.js.map +1 -1
- package/dist/graph/slice.d.ts +8 -0
- package/dist/graph/slice.d.ts.map +1 -1
- package/dist/graph/slice.js +190 -94
- package/dist/graph/slice.js.map +1 -1
- package/dist/graph/sliceCache.d.ts +3 -0
- package/dist/graph/sliceCache.d.ts.map +1 -1
- package/dist/graph/sliceCache.js +3 -0
- package/dist/graph/sliceCache.js.map +1 -1
- package/dist/indexer/ann-index.d.ts +5 -4
- package/dist/indexer/ann-index.d.ts.map +1 -1
- package/dist/indexer/ann-index.js +35 -28
- package/dist/indexer/ann-index.js.map +1 -1
- package/dist/indexer/cluster-orchestrator.d.ts +14 -0
- package/dist/indexer/cluster-orchestrator.d.ts.map +1 -0
- package/dist/indexer/cluster-orchestrator.js +158 -0
- package/dist/indexer/cluster-orchestrator.js.map +1 -0
- package/dist/indexer/cluster-types.d.ts +16 -0
- package/dist/indexer/cluster-types.d.ts.map +1 -0
- package/dist/indexer/cluster-types.js +2 -0
- package/dist/indexer/cluster-types.js.map +1 -0
- package/dist/indexer/configEdges.d.ts +5 -15
- package/dist/indexer/configEdges.d.ts.map +1 -1
- package/dist/indexer/configEdges.js +20 -157
- package/dist/indexer/configEdges.js.map +1 -1
- package/dist/indexer/edge-builder/builtins.d.ts +6 -0
- package/dist/indexer/edge-builder/builtins.d.ts.map +1 -0
- package/dist/indexer/edge-builder/builtins.js +105 -0
- package/dist/indexer/edge-builder/builtins.js.map +1 -0
- package/dist/indexer/edge-builder/call-resolution.d.ts +17 -0
- package/dist/indexer/edge-builder/call-resolution.d.ts.map +1 -0
- package/dist/indexer/edge-builder/call-resolution.js +144 -0
- package/dist/indexer/edge-builder/call-resolution.js.map +1 -0
- package/dist/indexer/edge-builder/cleanup.d.ts +2 -0
- package/dist/indexer/edge-builder/cleanup.d.ts.map +1 -0
- package/dist/indexer/edge-builder/cleanup.js +22 -0
- package/dist/indexer/edge-builder/cleanup.js.map +1 -0
- package/dist/indexer/edge-builder/import-resolution.d.ts +10 -0
- package/dist/indexer/edge-builder/import-resolution.d.ts.map +1 -0
- package/dist/indexer/edge-builder/import-resolution.js +188 -0
- package/dist/indexer/edge-builder/import-resolution.js.map +1 -0
- package/dist/indexer/edge-builder/pass2.d.ts +40 -0
- package/dist/indexer/edge-builder/pass2.d.ts.map +1 -0
- package/dist/indexer/edge-builder/pass2.js +402 -0
- package/dist/indexer/edge-builder/pass2.js.map +1 -0
- package/dist/indexer/edge-builder/pending.d.ts +3 -0
- package/dist/indexer/edge-builder/pending.d.ts.map +1 -0
- package/dist/indexer/edge-builder/pending.js +34 -0
- package/dist/indexer/edge-builder/pending.js.map +1 -0
- package/dist/indexer/edge-builder/symbol-index.d.ts +5 -0
- package/dist/indexer/edge-builder/symbol-index.d.ts.map +1 -0
- package/dist/indexer/edge-builder/symbol-index.js +42 -0
- package/dist/indexer/edge-builder/symbol-index.js.map +1 -0
- package/dist/indexer/edge-builder/telemetry.d.ts +79 -0
- package/dist/indexer/edge-builder/telemetry.d.ts.map +1 -0
- package/dist/indexer/edge-builder/telemetry.js +87 -0
- package/dist/indexer/edge-builder/telemetry.js.map +1 -0
- package/dist/indexer/edge-builder/types.d.ts +17 -0
- package/dist/indexer/edge-builder/types.d.ts.map +1 -0
- package/dist/indexer/edge-builder/types.js +2 -0
- package/dist/indexer/edge-builder/types.js.map +1 -0
- package/dist/indexer/edge-builder.d.ts +10 -0
- package/dist/indexer/edge-builder.d.ts.map +1 -0
- package/dist/indexer/edge-builder.js +9 -0
- package/dist/indexer/edge-builder.js.map +1 -0
- package/dist/indexer/embeddings.d.ts +4 -4
- package/dist/indexer/embeddings.d.ts.map +1 -1
- package/dist/indexer/embeddings.js +26 -22
- package/dist/indexer/embeddings.js.map +1 -1
- package/dist/indexer/import-resolution/go-adapter.d.ts +7 -0
- package/dist/indexer/import-resolution/go-adapter.d.ts.map +1 -0
- package/dist/indexer/import-resolution/go-adapter.js +58 -0
- package/dist/indexer/import-resolution/go-adapter.js.map +1 -0
- package/dist/indexer/import-resolution/java-kotlin-adapter.d.ts +7 -0
- package/dist/indexer/import-resolution/java-kotlin-adapter.d.ts.map +1 -0
- package/dist/indexer/import-resolution/java-kotlin-adapter.js +66 -0
- package/dist/indexer/import-resolution/java-kotlin-adapter.js.map +1 -0
- package/dist/indexer/import-resolution/php-adapter.d.ts +7 -0
- package/dist/indexer/import-resolution/php-adapter.d.ts.map +1 -0
- package/dist/indexer/import-resolution/php-adapter.js +72 -0
- package/dist/indexer/import-resolution/php-adapter.js.map +1 -0
- package/dist/indexer/import-resolution/registry.d.ts +3 -0
- package/dist/indexer/import-resolution/registry.d.ts.map +1 -0
- package/dist/indexer/import-resolution/registry.js +56 -0
- package/dist/indexer/import-resolution/registry.js.map +1 -0
- package/dist/indexer/import-resolution/rust-adapter.d.ts +7 -0
- package/dist/indexer/import-resolution/rust-adapter.d.ts.map +1 -0
- package/dist/indexer/import-resolution/rust-adapter.js +91 -0
- package/dist/indexer/import-resolution/rust-adapter.js.map +1 -0
- package/dist/indexer/import-resolution/types.d.ts +13 -0
- package/dist/indexer/import-resolution/types.d.ts.map +1 -0
- package/dist/indexer/import-resolution/types.js +2 -0
- package/dist/indexer/import-resolution/types.js.map +1 -0
- package/dist/indexer/indexer.d.ts +7 -65
- package/dist/indexer/indexer.d.ts.map +1 -1
- package/dist/indexer/indexer.js +198 -2175
- package/dist/indexer/indexer.js.map +1 -1
- package/dist/indexer/metrics-updater.d.ts +16 -0
- package/dist/indexer/metrics-updater.d.ts.map +1 -0
- package/dist/indexer/metrics-updater.js +54 -0
- package/dist/indexer/metrics-updater.js.map +1 -0
- package/dist/indexer/parser/helpers.d.ts +6 -0
- package/dist/indexer/parser/helpers.d.ts.map +1 -0
- package/dist/indexer/parser/helpers.js +39 -0
- package/dist/indexer/parser/helpers.js.map +1 -0
- package/dist/indexer/parser/process-file.d.ts +38 -0
- package/dist/indexer/parser/process-file.d.ts.map +1 -0
- package/dist/indexer/parser/process-file.js +506 -0
- package/dist/indexer/parser/process-file.js.map +1 -0
- package/dist/indexer/parser/rust-process-file.d.ts +42 -0
- package/dist/indexer/parser/rust-process-file.d.ts.map +1 -0
- package/dist/indexer/parser/rust-process-file.js +365 -0
- package/dist/indexer/parser/rust-process-file.js.map +1 -0
- package/dist/indexer/parser.d.ts +10 -0
- package/dist/indexer/parser.d.ts.map +1 -0
- package/dist/indexer/parser.js +12 -0
- package/dist/indexer/parser.js.map +1 -0
- package/dist/indexer/pass2/context.d.ts +3 -0
- package/dist/indexer/pass2/context.d.ts.map +1 -0
- package/dist/indexer/pass2/context.js +4 -0
- package/dist/indexer/pass2/context.js.map +1 -0
- package/dist/indexer/pass2/registry.d.ts +11 -0
- package/dist/indexer/pass2/registry.d.ts.map +1 -0
- package/dist/indexer/pass2/registry.js +40 -0
- package/dist/indexer/pass2/registry.js.map +1 -0
- package/dist/indexer/pass2/resolvers/go-pass2-resolver.d.ts +7 -0
- package/dist/indexer/pass2/resolvers/go-pass2-resolver.d.ts.map +1 -0
- package/dist/indexer/pass2/resolvers/go-pass2-resolver.js +471 -0
- package/dist/indexer/pass2/resolvers/go-pass2-resolver.js.map +1 -0
- package/dist/indexer/pass2/resolvers/ts-pass2-resolver.d.ts +22 -0
- package/dist/indexer/pass2/resolvers/ts-pass2-resolver.d.ts.map +1 -0
- package/dist/indexer/pass2/resolvers/ts-pass2-resolver.js +34 -0
- package/dist/indexer/pass2/resolvers/ts-pass2-resolver.js.map +1 -0
- package/dist/indexer/pass2/types.d.ts +28 -0
- package/dist/indexer/pass2/types.d.ts.map +1 -0
- package/dist/indexer/pass2/types.js +2 -0
- package/dist/indexer/pass2/types.js.map +1 -0
- package/dist/indexer/rustIndexer.d.ts +21 -0
- package/dist/indexer/rustIndexer.d.ts.map +1 -1
- package/dist/indexer/rustIndexer.js +103 -21
- package/dist/indexer/rustIndexer.js.map +1 -1
- package/dist/indexer/scanner.d.ts +16 -0
- package/dist/indexer/scanner.d.ts.map +1 -0
- package/dist/indexer/scanner.js +25 -0
- package/dist/indexer/scanner.js.map +1 -0
- package/dist/indexer/summary-generator.d.ts.map +1 -1
- package/dist/indexer/summary-generator.js +28 -25
- package/dist/indexer/summary-generator.js.map +1 -1
- package/dist/indexer/symbol-enrichment.d.ts +32 -0
- package/dist/indexer/symbol-enrichment.d.ts.map +1 -0
- package/dist/indexer/symbol-enrichment.js +192 -0
- package/dist/indexer/symbol-enrichment.js.map +1 -0
- package/dist/indexer/treesitter/symbolUtils.d.ts.map +1 -1
- package/dist/indexer/treesitter/symbolUtils.js +15 -6
- package/dist/indexer/treesitter/symbolUtils.js.map +1 -1
- package/dist/indexer/ts/tsParser.js +2 -2
- package/dist/indexer/ts/tsParser.js.map +1 -1
- package/dist/indexer/watcher.d.ts +27 -0
- package/dist/indexer/watcher.d.ts.map +1 -0
- package/dist/indexer/watcher.js +336 -0
- package/dist/indexer/watcher.js.map +1 -0
- package/dist/indexer/worker.d.ts +4 -1
- package/dist/indexer/worker.d.ts.map +1 -1
- package/dist/indexer/worker.js +44 -9
- package/dist/indexer/worker.js.map +1 -1
- package/dist/indexer/workerPool.d.ts +7 -4
- package/dist/indexer/workerPool.d.ts.map +1 -1
- package/dist/indexer/workerPool.js.map +1 -1
- package/dist/live-index/checkpoint-service.d.ts +35 -0
- package/dist/live-index/checkpoint-service.d.ts.map +1 -0
- package/dist/live-index/checkpoint-service.js +119 -0
- package/dist/live-index/checkpoint-service.js.map +1 -0
- package/dist/live-index/coordinator.d.ts +30 -0
- package/dist/live-index/coordinator.d.ts.map +1 -0
- package/dist/live-index/coordinator.js +231 -0
- package/dist/live-index/coordinator.js.map +1 -0
- package/dist/live-index/debounce.d.ts +13 -0
- package/dist/live-index/debounce.d.ts.map +1 -0
- package/dist/live-index/debounce.js +90 -0
- package/dist/live-index/debounce.js.map +1 -0
- package/dist/live-index/dependency-frontier.d.ts +18 -0
- package/dist/live-index/dependency-frontier.d.ts.map +1 -0
- package/dist/live-index/dependency-frontier.js +60 -0
- package/dist/live-index/dependency-frontier.js.map +1 -0
- package/dist/live-index/draft-parser.d.ts +19 -0
- package/dist/live-index/draft-parser.d.ts.map +1 -0
- package/dist/live-index/draft-parser.js +256 -0
- package/dist/live-index/draft-parser.js.map +1 -0
- package/dist/live-index/file-patcher.d.ts +22 -0
- package/dist/live-index/file-patcher.d.ts.map +1 -0
- package/dist/live-index/file-patcher.js +84 -0
- package/dist/live-index/file-patcher.js.map +1 -0
- package/dist/live-index/idle-monitor.d.ts +25 -0
- package/dist/live-index/idle-monitor.d.ts.map +1 -0
- package/dist/live-index/idle-monitor.js +65 -0
- package/dist/live-index/idle-monitor.js.map +1 -0
- package/dist/live-index/overlay-merge.d.ts +8 -0
- package/dist/live-index/overlay-merge.d.ts.map +1 -0
- package/dist/live-index/overlay-merge.js +71 -0
- package/dist/live-index/overlay-merge.js.map +1 -0
- package/dist/live-index/overlay-reader.d.ts +25 -0
- package/dist/live-index/overlay-reader.d.ts.map +1 -0
- package/dist/live-index/overlay-reader.js +174 -0
- package/dist/live-index/overlay-reader.js.map +1 -0
- package/dist/live-index/overlay-store.d.ts +37 -0
- package/dist/live-index/overlay-store.d.ts.map +1 -0
- package/dist/live-index/overlay-store.js +162 -0
- package/dist/live-index/overlay-store.js.map +1 -0
- package/dist/live-index/reconcile-planner.d.ts +13 -0
- package/dist/live-index/reconcile-planner.d.ts.map +1 -0
- package/dist/live-index/reconcile-planner.js +14 -0
- package/dist/live-index/reconcile-planner.js.map +1 -0
- package/dist/live-index/reconcile-queue.d.ts +25 -0
- package/dist/live-index/reconcile-queue.d.ts.map +1 -0
- package/dist/live-index/reconcile-queue.js +108 -0
- package/dist/live-index/reconcile-queue.js.map +1 -0
- package/dist/live-index/reconcile-worker.d.ts +14 -0
- package/dist/live-index/reconcile-worker.d.ts.map +1 -0
- package/dist/live-index/reconcile-worker.js +105 -0
- package/dist/live-index/reconcile-worker.js.map +1 -0
- package/dist/live-index/types.d.ts +70 -0
- package/dist/live-index/types.d.ts.map +1 -0
- package/dist/live-index/types.js +8 -0
- package/dist/live-index/types.js.map +1 -0
- package/dist/main.js +40 -23
- package/dist/main.js.map +1 -1
- package/dist/mcp/health.d.ts.map +1 -1
- package/dist/mcp/health.js +18 -21
- package/dist/mcp/health.js.map +1 -1
- package/dist/mcp/resources.d.ts +6 -6
- package/dist/mcp/resources.d.ts.map +1 -1
- package/dist/mcp/resources.js +55 -48
- package/dist/mcp/resources.js.map +1 -1
- package/dist/mcp/summary.d.ts +1 -1
- package/dist/mcp/summary.d.ts.map +1 -1
- package/dist/mcp/summary.js +69 -30
- package/dist/mcp/summary.js.map +1 -1
- package/dist/mcp/telemetry.d.ts +1 -1
- package/dist/mcp/telemetry.d.ts.map +1 -1
- package/dist/mcp/telemetry.js +85 -116
- package/dist/mcp/telemetry.js.map +1 -1
- package/dist/mcp/token-usage.d.ts +20 -0
- package/dist/mcp/token-usage.d.ts.map +1 -0
- package/dist/mcp/token-usage.js +63 -0
- package/dist/mcp/token-usage.js.map +1 -0
- package/dist/mcp/tools/agent-feedback.d.ts +0 -16
- package/dist/mcp/tools/agent-feedback.d.ts.map +1 -1
- package/dist/mcp/tools/agent-feedback.js +35 -45
- package/dist/mcp/tools/agent-feedback.js.map +1 -1
- package/dist/mcp/tools/agent.d.ts +12 -12
- package/dist/mcp/tools/agent.d.ts.map +1 -1
- package/dist/mcp/tools/agent.js +4 -1
- package/dist/mcp/tools/agent.js.map +1 -1
- package/dist/mcp/tools/buffer.d.ts +7 -0
- package/dist/mcp/tools/buffer.d.ts.map +1 -0
- package/dist/mcp/tools/buffer.js +18 -0
- package/dist/mcp/tools/buffer.js.map +1 -0
- package/dist/mcp/tools/code.d.ts.map +1 -1
- package/dist/mcp/tools/code.js +175 -39
- package/dist/mcp/tools/code.js.map +1 -1
- package/dist/mcp/tools/delta.d.ts.map +1 -1
- package/dist/mcp/tools/delta.js +16 -25
- package/dist/mcp/tools/delta.js.map +1 -1
- package/dist/mcp/tools/index.d.ts +6 -1
- package/dist/mcp/tools/index.d.ts.map +1 -1
- package/dist/mcp/tools/index.js +6 -2
- package/dist/mcp/tools/index.js.map +1 -1
- package/dist/mcp/tools/policy.d.ts.map +1 -1
- package/dist/mcp/tools/policy.js +13 -7
- package/dist/mcp/tools/policy.js.map +1 -1
- package/dist/mcp/tools/prRisk.d.ts.map +1 -1
- package/dist/mcp/tools/prRisk.js +11 -27
- package/dist/mcp/tools/prRisk.js.map +1 -1
- package/dist/mcp/tools/repo.d.ts.map +1 -1
- package/dist/mcp/tools/repo.js +31 -32
- package/dist/mcp/tools/repo.js.map +1 -1
- package/dist/mcp/tools/slice.d.ts +1 -1
- package/dist/mcp/tools/slice.d.ts.map +1 -1
- package/dist/mcp/tools/slice.js +163 -109
- package/dist/mcp/tools/slice.js.map +1 -1
- package/dist/mcp/tools/summary.js +1 -1
- package/dist/mcp/tools/summary.js.map +1 -1
- package/dist/mcp/tools/symbol-utils.d.ts +4 -0
- package/dist/mcp/tools/symbol-utils.d.ts.map +1 -0
- package/dist/mcp/tools/symbol-utils.js +23 -0
- package/dist/mcp/tools/symbol-utils.js.map +1 -0
- package/dist/mcp/tools/symbol.d.ts +0 -26
- package/dist/mcp/tools/symbol.d.ts.map +1 -1
- package/dist/mcp/tools/symbol.js +299 -406
- package/dist/mcp/tools/symbol.js.map +1 -1
- package/dist/mcp/tools.d.ts +1571 -403
- package/dist/mcp/tools.d.ts.map +1 -1
- package/dist/mcp/tools.js +153 -4
- package/dist/mcp/tools.js.map +1 -1
- package/dist/mcp/types.d.ts +67 -6
- package/dist/mcp/types.d.ts.map +1 -1
- package/dist/mcp/types.js.map +1 -1
- package/dist/policy/types.d.ts +1 -0
- package/dist/policy/types.d.ts.map +1 -1
- package/dist/policy/types.js +1 -0
- package/dist/policy/types.js.map +1 -1
- package/dist/server.d.ts.map +1 -1
- package/dist/server.js +49 -3
- package/dist/server.js.map +1 -1
- package/dist/sync/pull.d.ts.map +1 -1
- package/dist/sync/pull.js +4 -2
- package/dist/sync/pull.js.map +1 -1
- package/dist/sync/sync.d.ts.map +1 -1
- package/dist/sync/sync.js +243 -94
- package/dist/sync/sync.js.map +1 -1
- package/dist/sync/types.d.ts +7 -2
- package/dist/sync/types.d.ts.map +1 -1
- package/dist/ts/mapping.d.ts +1 -1
- package/dist/ts/mapping.d.ts.map +1 -1
- package/dist/ts/mapping.js +13 -10
- package/dist/ts/mapping.js.map +1 -1
- package/dist/util/hashing.d.ts +1 -0
- package/dist/util/hashing.d.ts.map +1 -1
- package/dist/util/hashing.js +5 -0
- package/dist/util/hashing.js.map +1 -1
- package/dist/util/tracing.js +1 -1
- package/dist/util/tracing.js.map +1 -1
- package/migrations/0013_sync_artifacts.sql +17 -17
- package/migrations/0018_summary_cache.sql +15 -15
- package/migrations/0019_canonical_test.sql +1 -1
- package/migrations/0020_deduplicate_edges.sql +27 -27
- package/package.json +134 -125
- package/templates/README.md +191 -191
- package/templates/plugin-template/LICENSE +21 -21
- package/templates/plugin-template/README.md +275 -275
- package/templates/plugin-template/index.ts +160 -160
- package/templates/plugin-template/package.json +31 -31
- package/templates/plugin-template/test/plugin.test.ts +186 -186
- package/templates/plugin-template/tsconfig.json +21 -21
- package/dist/db/db.d.ts +0 -4
- package/dist/db/db.d.ts.map +0 -1
- package/dist/db/db.js +0 -63
- package/dist/db/db.js.map +0 -1
- package/dist/db/migrations.d.ts +0 -15
- package/dist/db/migrations.d.ts.map +0 -1
- package/dist/db/migrations.js +0 -81
- package/dist/db/migrations.js.map +0 -1
- package/dist/db/queries.d.ts +0 -627
- package/dist/db/queries.d.ts.map +0 -1
- package/dist/db/queries.js +0 -1510
- package/dist/db/queries.js.map +0 -1
package/LICENSE
CHANGED
|
@@ -1,90 +1,90 @@
|
|
|
1
|
-
FREE PERSONAL USE LICENSE
|
|
2
|
-
|
|
3
|
-
SDL-MCP COMMUNITY LICENSE
|
|
4
|
-
Version 1.0 (2026-02-11)
|
|
5
|
-
|
|
6
|
-
Copyright (c) 2026 Gary Mullins
|
|
7
|
-
All rights reserved.
|
|
8
|
-
|
|
9
|
-
This Community License allows free use (including internal business use), but requires a paid commercial license to
|
|
10
|
-
distribute, embed, or provide the Software as part of a for-sale or monetized offering.
|
|
11
|
-
|
|
12
|
-
1. DEFINITIONS
|
|
13
|
-
1.1 "Software" means the SDL-MCP software, including source code, binaries, build artifacts, and any materials
|
|
14
|
-
distributed with it, plus any modifications you make.
|
|
15
|
-
1.2 "Licensor" means Gary Mullins.
|
|
16
|
-
1.3 "You" means the individual or legal entity exercising permissions under this license.
|
|
17
|
-
1.4 "Internal Use" means use of the Software solely within Your organization (including use by Your employees and
|
|
18
|
-
contractors acting on Your behalf), where the Software is not provided to third parties as a product or service.
|
|
19
|
-
1.5 "Commercial Distribution" means any of the following, whether for a fee or as part of a paid offering:
|
|
20
|
-
(a) selling, licensing, sublicensing, renting, leasing, or otherwise distributing the Software;
|
|
21
|
-
(b) bundling or embedding the Software in a product, appliance, container image, installer, SDK, library, or service
|
|
22
|
-
that is sold, licensed, or monetized;
|
|
23
|
-
(c) making the Software available for use by third parties (including customers) as part of a monetized offering
|
|
24
|
-
(e.g., paid tiers, subscriptions, usage-based pricing, paid access), whether or not You distribute a copy.
|
|
25
|
-
1.6 "Non-Commercial Distribution" means distributing the Software (or Your modifications) to third parties strictly
|
|
26
|
-
free of charge, with no monetization and no paid access, and not as part of any commercial product or service.
|
|
27
|
-
|
|
28
|
-
2. LICENSE GRANT (FREE USE)
|
|
29
|
-
Subject to the restrictions in Section 3, Licensor grants You a non-exclusive, worldwide, royalty-free license to:
|
|
30
|
-
(a) use, run, and display the Software;
|
|
31
|
-
(b) copy the Software for development, testing, backup, and Internal Use;
|
|
32
|
-
(c) modify the Software for Internal Use or Non-Commercial Distribution.
|
|
33
|
-
|
|
34
|
-
3. RESTRICTIONS
|
|
35
|
-
3.1 No Commercial Distribution.
|
|
36
|
-
You may NOT engage in Commercial Distribution of the Software without a separate written commercial license from
|
|
37
|
-
Licensor (see Section 8).
|
|
38
|
-
3.2 No circumvention.
|
|
39
|
-
You may not remove or alter licensing notices intended to communicate the licensing model in the Software, README,
|
|
40
|
-
or accompanying materials.
|
|
41
|
-
3.3 Compliance.
|
|
42
|
-
You are responsible for ensuring Your use complies with applicable laws and regulations.
|
|
43
|
-
|
|
44
|
-
4. NON-COMMERCIAL DISTRIBUTION PERMITTED
|
|
45
|
-
4.1 You may engage in Non-Commercial Distribution provided that:
|
|
46
|
-
(a) You include a copy of this license with any distribution; and
|
|
47
|
-
(b) You retain all copyright, attribution, and license notices in the Software; and
|
|
48
|
-
(c) You do not misrepresent the origin of the Software.
|
|
49
|
-
4.2 You may charge cost-recovery fees only (e.g., media/shipping) provided there is no profit and no monetization.
|
|
50
|
-
If in doubt, treat it as Commercial Distribution and obtain a commercial license.
|
|
51
|
-
|
|
52
|
-
5. CONTRIBUTIONS (OPTIONAL)
|
|
53
|
-
If You submit changes to Licensor (e.g., via pull request), You grant Licensor a perpetual, worldwide, irrevocable,
|
|
54
|
-
royalty-free right to use, modify, relicense, and distribute those contributions in any form, including under
|
|
55
|
-
commercial terms. (If You do not want this, do not submit contributions.)
|
|
56
|
-
|
|
57
|
-
6. INTELLECTUAL PROPERTY; TRADEMARKS
|
|
58
|
-
6.1 The Software is licensed, not sold.
|
|
59
|
-
6.2 No trademark rights are granted. " SDL-MCP " and related marks are Licensor’s trademarks (if any).
|
|
60
|
-
|
|
61
|
-
7. PATENT LICENSE
|
|
62
|
-
Licensor grants You a royalty-free patent license under Licensor’s patent claims, if any, that are necessarily
|
|
63
|
-
infringed by the Software, solely to make, use, and modify the Software as permitted by this license.
|
|
64
|
-
This patent license does not extend to any Commercial Distribution.
|
|
65
|
-
|
|
66
|
-
8. COMMERCIAL LICENSING
|
|
67
|
-
If You want to engage in Commercial Distribution, You must obtain a commercial license from Licensor before doing so.
|
|
68
|
-
Contact: gmullins.gkc@gmail.com
|
|
69
|
-
|
|
70
|
-
9. TERMINATION
|
|
71
|
-
9.1 This license is effective until terminated.
|
|
72
|
-
9.2 If You breach this license, Your rights terminate automatically.
|
|
73
|
-
9.3 Upon termination, You must stop all use and distribution that is not otherwise permitted by law. Sections that by
|
|
74
|
-
their nature should survive (e.g., disclaimers, limitations, definitions) survive termination.
|
|
75
|
-
|
|
76
|
-
10. DISCLAIMER OF WARRANTY
|
|
77
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND "AS AVAILABLE", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
|
|
78
|
-
NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT.
|
|
79
|
-
|
|
80
|
-
11. LIMITATION OF LIABILITY
|
|
81
|
-
TO THE MAXIMUM EXTENT PERMITTED BY LAW, IN NO EVENT WILL LICENSOR BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL,
|
|
82
|
-
CONSEQUENTIAL, OR EXEMPLARY DAMAGES, OR FOR ANY LOSS OF PROFITS, REVENUE, DATA, OR BUSINESS INTERRUPTION, ARISING OUT
|
|
83
|
-
OF OR RELATED TO THE SOFTWARE OR THIS LICENSE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. LICENSOR’S TOTAL
|
|
84
|
-
LIABILITY FOR ANY CLAIM WILL NOT EXCEED USD $100.
|
|
85
|
-
|
|
86
|
-
12. GOVERNING LAW
|
|
87
|
-
This license is governed by the laws of the State of Tennessee, excluding conflict-of-law principles.
|
|
88
|
-
|
|
89
|
-
13. QUESTIONS
|
|
90
|
-
For licensing questions, email gmullins.gkc@gmail.com.
|
|
1
|
+
FREE PERSONAL USE LICENSE
|
|
2
|
+
|
|
3
|
+
SDL-MCP COMMUNITY LICENSE
|
|
4
|
+
Version 1.0 (2026-02-11)
|
|
5
|
+
|
|
6
|
+
Copyright (c) 2026 Gary Mullins
|
|
7
|
+
All rights reserved.
|
|
8
|
+
|
|
9
|
+
This Community License allows free use (including internal business use), but requires a paid commercial license to
|
|
10
|
+
distribute, embed, or provide the Software as part of a for-sale or monetized offering.
|
|
11
|
+
|
|
12
|
+
1. DEFINITIONS
|
|
13
|
+
1.1 "Software" means the SDL-MCP software, including source code, binaries, build artifacts, and any materials
|
|
14
|
+
distributed with it, plus any modifications you make.
|
|
15
|
+
1.2 "Licensor" means Gary Mullins.
|
|
16
|
+
1.3 "You" means the individual or legal entity exercising permissions under this license.
|
|
17
|
+
1.4 "Internal Use" means use of the Software solely within Your organization (including use by Your employees and
|
|
18
|
+
contractors acting on Your behalf), where the Software is not provided to third parties as a product or service.
|
|
19
|
+
1.5 "Commercial Distribution" means any of the following, whether for a fee or as part of a paid offering:
|
|
20
|
+
(a) selling, licensing, sublicensing, renting, leasing, or otherwise distributing the Software;
|
|
21
|
+
(b) bundling or embedding the Software in a product, appliance, container image, installer, SDK, library, or service
|
|
22
|
+
that is sold, licensed, or monetized;
|
|
23
|
+
(c) making the Software available for use by third parties (including customers) as part of a monetized offering
|
|
24
|
+
(e.g., paid tiers, subscriptions, usage-based pricing, paid access), whether or not You distribute a copy.
|
|
25
|
+
1.6 "Non-Commercial Distribution" means distributing the Software (or Your modifications) to third parties strictly
|
|
26
|
+
free of charge, with no monetization and no paid access, and not as part of any commercial product or service.
|
|
27
|
+
|
|
28
|
+
2. LICENSE GRANT (FREE USE)
|
|
29
|
+
Subject to the restrictions in Section 3, Licensor grants You a non-exclusive, worldwide, royalty-free license to:
|
|
30
|
+
(a) use, run, and display the Software;
|
|
31
|
+
(b) copy the Software for development, testing, backup, and Internal Use;
|
|
32
|
+
(c) modify the Software for Internal Use or Non-Commercial Distribution.
|
|
33
|
+
|
|
34
|
+
3. RESTRICTIONS
|
|
35
|
+
3.1 No Commercial Distribution.
|
|
36
|
+
You may NOT engage in Commercial Distribution of the Software without a separate written commercial license from
|
|
37
|
+
Licensor (see Section 8).
|
|
38
|
+
3.2 No circumvention.
|
|
39
|
+
You may not remove or alter licensing notices intended to communicate the licensing model in the Software, README,
|
|
40
|
+
or accompanying materials.
|
|
41
|
+
3.3 Compliance.
|
|
42
|
+
You are responsible for ensuring Your use complies with applicable laws and regulations.
|
|
43
|
+
|
|
44
|
+
4. NON-COMMERCIAL DISTRIBUTION PERMITTED
|
|
45
|
+
4.1 You may engage in Non-Commercial Distribution provided that:
|
|
46
|
+
(a) You include a copy of this license with any distribution; and
|
|
47
|
+
(b) You retain all copyright, attribution, and license notices in the Software; and
|
|
48
|
+
(c) You do not misrepresent the origin of the Software.
|
|
49
|
+
4.2 You may charge cost-recovery fees only (e.g., media/shipping) provided there is no profit and no monetization.
|
|
50
|
+
If in doubt, treat it as Commercial Distribution and obtain a commercial license.
|
|
51
|
+
|
|
52
|
+
5. CONTRIBUTIONS (OPTIONAL)
|
|
53
|
+
If You submit changes to Licensor (e.g., via pull request), You grant Licensor a perpetual, worldwide, irrevocable,
|
|
54
|
+
royalty-free right to use, modify, relicense, and distribute those contributions in any form, including under
|
|
55
|
+
commercial terms. (If You do not want this, do not submit contributions.)
|
|
56
|
+
|
|
57
|
+
6. INTELLECTUAL PROPERTY; TRADEMARKS
|
|
58
|
+
6.1 The Software is licensed, not sold.
|
|
59
|
+
6.2 No trademark rights are granted. " SDL-MCP " and related marks are Licensor’s trademarks (if any).
|
|
60
|
+
|
|
61
|
+
7. PATENT LICENSE
|
|
62
|
+
Licensor grants You a royalty-free patent license under Licensor’s patent claims, if any, that are necessarily
|
|
63
|
+
infringed by the Software, solely to make, use, and modify the Software as permitted by this license.
|
|
64
|
+
This patent license does not extend to any Commercial Distribution.
|
|
65
|
+
|
|
66
|
+
8. COMMERCIAL LICENSING
|
|
67
|
+
If You want to engage in Commercial Distribution, You must obtain a commercial license from Licensor before doing so.
|
|
68
|
+
Contact: gmullins.gkc@gmail.com
|
|
69
|
+
|
|
70
|
+
9. TERMINATION
|
|
71
|
+
9.1 This license is effective until terminated.
|
|
72
|
+
9.2 If You breach this license, Your rights terminate automatically.
|
|
73
|
+
9.3 Upon termination, You must stop all use and distribution that is not otherwise permitted by law. Sections that by
|
|
74
|
+
their nature should survive (e.g., disclaimers, limitations, definitions) survive termination.
|
|
75
|
+
|
|
76
|
+
10. DISCLAIMER OF WARRANTY
|
|
77
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND "AS AVAILABLE", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
|
|
78
|
+
NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT.
|
|
79
|
+
|
|
80
|
+
11. LIMITATION OF LIABILITY
|
|
81
|
+
TO THE MAXIMUM EXTENT PERMITTED BY LAW, IN NO EVENT WILL LICENSOR BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL,
|
|
82
|
+
CONSEQUENTIAL, OR EXEMPLARY DAMAGES, OR FOR ANY LOSS OF PROFITS, REVENUE, DATA, OR BUSINESS INTERRUPTION, ARISING OUT
|
|
83
|
+
OF OR RELATED TO THE SOFTWARE OR THIS LICENSE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. LICENSOR’S TOTAL
|
|
84
|
+
LIABILITY FOR ANY CLAIM WILL NOT EXCEED USD $100.
|
|
85
|
+
|
|
86
|
+
12. GOVERNING LAW
|
|
87
|
+
This license is governed by the laws of the State of Tennessee, excluding conflict-of-law principles.
|
|
88
|
+
|
|
89
|
+
13. QUESTIONS
|
|
90
|
+
For licensing questions, email gmullins.gkc@gmail.com.
|