@happyvertical/smrt-dev-mcp 0.47.1 → 0.47.2

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/dist/knowledge.js CHANGED
@@ -1,2 +1,2 @@
1
- import { a as checkKnowledgeFreshness, c as diffKnowledgeIndex, d as renderKnowledgeIndexMarkdown, f as smrtArchitecture, i as buildReviewContext, l as packageDocPaths, n as buildKnowledgeIndex, o as checkKnowledgeFreshnessFromIndex, p as smrtReview, r as buildPackageSpecialistContext, s as compactContextResult, t as buildArchitectureContext, u as renderFreshnessResult } from "./knowledge-DmZ-7GO9.js";
1
+ import { a as checkKnowledgeFreshness, c as diffKnowledgeIndex, d as renderKnowledgeIndexMarkdown, f as smrtArchitecture, i as buildReviewContext, l as packageDocPaths, n as buildKnowledgeIndex, o as checkKnowledgeFreshnessFromIndex, p as smrtReview, r as buildPackageSpecialistContext, s as compactContextResult, t as buildArchitectureContext, u as renderFreshnessResult } from "./knowledge-CY6sQzpj.js";
2
2
  export { buildArchitectureContext, buildKnowledgeIndex, buildPackageSpecialistContext, buildReviewContext, checkKnowledgeFreshness, checkKnowledgeFreshnessFromIndex, compactContextResult, diffKnowledgeIndex, packageDocPaths, renderFreshnessResult, renderKnowledgeIndexMarkdown, smrtArchitecture, smrtReview };
@@ -0,0 +1,3 @@
1
+ export declare const SERVER_NAME = "smrt-dev-mcp";
2
+ export declare const SERVER_VERSION: string;
3
+ //# sourceMappingURL=server-info.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"server-info.d.ts","sourceRoot":"","sources":["../src/server-info.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,WAAW,iBAAiB,CAAC;AAiB1C,eAAO,MAAM,cAAc,QAAuB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"tool-catalog.d.ts","sourceRoot":"","sources":["../src/tool-catalog.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,8BAA8B,CAAC;AAEzD,eAAO,MAAM,iBAAiB,qBAAqB,CAAC;AA6kBpD,eAAO,MAAM,KAAK,EAAE,IAAI,EAO0C,CAAC"}
1
+ {"version":3,"file":"tool-catalog.d.ts","sourceRoot":"","sources":["../src/tool-catalog.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,8BAA8B,CAAC;AAEzD,eAAO,MAAM,iBAAiB,qBAAqB,CAAC;AA2oBpD,eAAO,MAAM,KAAK,EAAE,IAAI,EAO0C,CAAC"}
@@ -0,0 +1,60 @@
1
+ /**
2
+ * Confined runtime bootstrap for the Level 2 observation plane (#1831).
3
+ *
4
+ * "Booting" here means registering *manifests* into the in-process
5
+ * `ObjectRegistry` — the project's own `.smrt/manifest.json` (or built
6
+ * `dist/manifest.json`) plus every installed SMRT package manifest that the
7
+ * project's dependency tree resolves to. No project source is imported, no
8
+ * module is executed, no database is touched. That confinement is the safety
9
+ * boundary: an observing agent sees what the runtime *would* register, never
10
+ * what arbitrary project code does on import.
11
+ *
12
+ * The registry is a process-global singleton, so a process boots once. There
13
+ * is deliberately no re-boot tool; restart the process to observe a rebuilt
14
+ * manifest.
15
+ */
16
+ /** Provenance label for facts read from authored/installed manifests. */
17
+ export declare const DECLARED_PROVENANCE = "declared (manifest)";
18
+ export interface BootDiagnostic {
19
+ severity: 'info' | 'warning' | 'error';
20
+ code: string;
21
+ message: string;
22
+ }
23
+ export interface BootedManifest {
24
+ /** `project` for the project's own manifest, `dependency` for installed packages. */
25
+ kind: 'project' | 'dependency';
26
+ packageName: string | null;
27
+ /** Path relative to the project root (never absolute). */
28
+ path: string;
29
+ objectCount: number;
30
+ }
31
+ export interface RuntimeBoot {
32
+ provenance: typeof DECLARED_PROVENANCE;
33
+ bootedAt: string;
34
+ /** Basename only; the absolute project root never leaves the process. */
35
+ projectName: string;
36
+ manifests: BootedManifest[];
37
+ objectCount: number;
38
+ diagnostics: BootDiagnostic[];
39
+ }
40
+ /** The boot record for this process, or `null` before {@link bootRuntime}. */
41
+ export declare function getRuntimeBoot(): RuntimeBoot | null;
42
+ /**
43
+ * The resolved root the process booted from. Consumers must relativize
44
+ * paths against *this* root, never a per-request argument, or a caller could
45
+ * widen the root (e.g. `/`) and read the layout back through "relative" paths.
46
+ */
47
+ export declare function getBootedProjectRoot(): string | null;
48
+ /** Test seam: forget the boot record (the registry itself is cleared by the caller). */
49
+ export declare function resetRuntimeBootForTests(): void;
50
+ export interface BootRuntimeOptions {
51
+ projectRoot?: string;
52
+ /** Clock for `bootedAt` (defaults to `new Date()`). */
53
+ now?: Date;
54
+ }
55
+ /**
56
+ * Boot the confined runtime once per process. A second call returns the
57
+ * existing record without touching the registry.
58
+ */
59
+ export declare function bootRuntime(options?: BootRuntimeOptions): Promise<RuntimeBoot>;
60
+ //# sourceMappingURL=boot.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"boot.d.ts","sourceRoot":"","sources":["../../../src/tools/runtime/boot.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAUH,yEAAyE;AACzE,eAAO,MAAM,mBAAmB,wBAAwB,CAAC;AAQzD,MAAM,WAAW,cAAc;IAC7B,QAAQ,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,CAAC;IACvC,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,cAAc;IAC7B,qFAAqF;IACrF,IAAI,EAAE,SAAS,GAAG,YAAY,CAAC;IAC/B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,0DAA0D;IAC1D,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,WAAW;IAC1B,UAAU,EAAE,OAAO,mBAAmB,CAAC;IACvC,QAAQ,EAAE,MAAM,CAAC;IACjB,yEAAyE;IACzE,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,cAAc,EAAE,CAAC;IAC5B,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,cAAc,EAAE,CAAC;CAC/B;AA4DD,8EAA8E;AAC9E,wBAAgB,cAAc,IAAI,WAAW,GAAG,IAAI,CAEnD;AAED;;;;GAIG;AACH,wBAAgB,oBAAoB,IAAI,MAAM,GAAG,IAAI,CAEpD;AAED,wFAAwF;AACxF,wBAAgB,wBAAwB,IAAI,IAAI,CAG/C;AAED,MAAM,WAAW,kBAAkB;IACjC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,uDAAuD;IACvD,GAAG,CAAC,EAAE,IAAI,CAAC;CACZ;AAED;;;GAGG;AACH,wBAAsB,WAAW,CAC/B,OAAO,GAAE,kBAAuB,GAC/B,OAAO,CAAC,WAAW,CAAC,CA2FtB"}
@@ -1 +1 @@
1
- {"version":3,"file":"connection.d.ts","sourceRoot":"","sources":["../../../src/tools/runtime/connection.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAGH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAG5D,kEAAkE;AAClE,MAAM,MAAM,mBAAmB,GAAG,QAAQ,GAAG,UAAU,GAAG,QAAQ,CAAC;AAYnE,6DAA6D;AAC7D,MAAM,WAAW,mBAAmB;IAClC,0EAA0E;IAC1E,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;;;OAMG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,MAAM,gBAAgB,GAAG,UAAU,GAAG,aAAa,GAAG,QAAQ,GAAG,MAAM,CAAC;AAE9E,MAAM,WAAW,yBAAyB;IACxC,mEAAmE;IACnE,EAAE,EAAE,iBAAiB,GAAG,IAAI,CAAC;IAC7B,MAAM,EAAE,gBAAgB,CAAC;IACzB,qEAAqE;IACrE,UAAU,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B;AA+BD;;;;;;;;;;;GAWG;AACH,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAmC5D;AAED;;;GAGG;AACH,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,OAAO,GAAG,MAAM,CAIvD;AAED;;;;GAIG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,MAAM,GAAG,mBAAmB,CAQxE;AAED,6EAA6E;AAC7E,wBAAgB,iBAAiB,CAAC,GAAG,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAKpE;AAED;;;;;;;GAOG;AACH,wBAAsB,wBAAwB,CAC5C,IAAI,GAAE,mBAAwB,GAC7B,OAAO,CAAC,yBAAyB,CAAC,CAgDpC;AA2CD;;;GAGG;AACH,wBAAsB,sBAAsB,CAAC,EAAE,EAAE,OAAO,GAAG,OAAO,CAAC,IAAI,CAAC,CAWvE"}
1
+ {"version":3,"file":"connection.d.ts","sourceRoot":"","sources":["../../../src/tools/runtime/connection.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAGH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAG5D,kEAAkE;AAClE,MAAM,MAAM,mBAAmB,GAAG,QAAQ,GAAG,UAAU,GAAG,QAAQ,CAAC;AAYnE,6DAA6D;AAC7D,MAAM,WAAW,mBAAmB;IAClC,0EAA0E;IAC1E,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;;;OAMG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,MAAM,gBAAgB,GAAG,UAAU,GAAG,aAAa,GAAG,QAAQ,GAAG,MAAM,CAAC;AAE9E,MAAM,WAAW,yBAAyB;IACxC,mEAAmE;IACnE,EAAE,EAAE,iBAAiB,GAAG,IAAI,CAAC;IAC7B,MAAM,EAAE,gBAAgB,CAAC;IACzB,qEAAqE;IACrE,UAAU,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B;AA+BD;;;;;;;;;;;GAWG;AACH,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CA2C5D;AAED;;;GAGG;AACH,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,OAAO,GAAG,MAAM,CAIvD;AAED;;;;GAIG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,MAAM,GAAG,mBAAmB,CAQxE;AAED,6EAA6E;AAC7E,wBAAgB,iBAAiB,CAAC,GAAG,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAKpE;AAED;;;;;;;GAOG;AACH,wBAAsB,wBAAwB,CAC5C,IAAI,GAAE,mBAAwB,GAC7B,OAAO,CAAC,yBAAyB,CAAC,CAgDpC;AA2CD;;;GAGG;AACH,wBAAsB,sBAAsB,CAAC,EAAE,EAAE,OAAO,GAAG,OAAO,CAAC,IAAI,CAAC,CAWvE"}
@@ -0,0 +1,31 @@
1
+ import { RuntimeDatabaseArgs } from './connection.js';
2
+ import { RuntimeToolEnvelope } from './tools.js';
3
+ export interface RuntimeProjectArgs {
4
+ /** Project root to boot from (defaults to the server's cwd). */
5
+ projectPath?: string;
6
+ }
7
+ export interface RuntimeRegistryArgs extends RuntimeProjectArgs {
8
+ /** Restrict object detail to these simple or qualified names. */
9
+ objects?: string[];
10
+ /** Include field/method detail (default: only when `objects` is given). */
11
+ detail?: boolean;
12
+ }
13
+ /** `runtime-registry`: sanitized snapshot of the booted registry. */
14
+ export declare function runtimeRegistry(args?: RuntimeRegistryArgs): Promise<RuntimeToolEnvelope>;
15
+ export interface RuntimeObjectArgs extends RuntimeProjectArgs {
16
+ /** Simple or qualified object name. */
17
+ name: string;
18
+ /** Engine for the generated DDL preview (default: the registry's default). */
19
+ engine?: 'sqlite' | 'postgres' | 'duckdb';
20
+ }
21
+ /** `runtime-object`: one object's sanitized definition plus its generated DDL. */
22
+ export declare function runtimeObject(args: RuntimeObjectArgs): Promise<RuntimeToolEnvelope>;
23
+ export interface RuntimeSchemaDiffArgs extends RuntimeDatabaseArgs, RuntimeProjectArgs {
24
+ }
25
+ /**
26
+ * `runtime-schema-diff`: booted registry schemas versus the live database,
27
+ * using the same comparer `db:diff`/`db:migrate` use. Introspection only —
28
+ * drop/relax options are pinned off and nothing is executed.
29
+ */
30
+ export declare function runtimeSchemaDiff(args?: RuntimeSchemaDiffArgs): Promise<RuntimeToolEnvelope>;
31
+ //# sourceMappingURL=observation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"observation.d.ts","sourceRoot":"","sources":["../../../src/tools/runtime/observation.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AASH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AAC3D,OAAO,EAEL,KAAK,mBAAmB,EAEzB,MAAM,YAAY,CAAC;AAKpB,MAAM,WAAW,kBAAkB;IACjC,gEAAgE;IAChE,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAsBD,MAAM,WAAW,mBAAoB,SAAQ,kBAAkB;IAC7D,iEAAiE;IACjE,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB,2EAA2E;IAC3E,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,qEAAqE;AACrE,wBAAsB,eAAe,CACnC,IAAI,GAAE,mBAAwB,GAC7B,OAAO,CAAC,mBAAmB,CAAC,CAmB9B;AAED,MAAM,WAAW,iBAAkB,SAAQ,kBAAkB;IAC3D,uCAAuC;IACvC,IAAI,EAAE,MAAM,CAAC;IACb,8EAA8E;IAC9E,MAAM,CAAC,EAAE,QAAQ,GAAG,UAAU,GAAG,QAAQ,CAAC;CAC3C;AAED,kFAAkF;AAClF,wBAAsB,aAAa,CACjC,IAAI,EAAE,iBAAiB,GACtB,OAAO,CAAC,mBAAmB,CAAC,CA2D9B;AAED,MAAM,WAAW,qBACf,SAAQ,mBAAmB,EACzB,kBAAkB;CAAG;AAEzB;;;;GAIG;AACH,wBAAsB,iBAAiB,CACrC,IAAI,GAAE,qBAA0B,GAC/B,OAAO,CAAC,mBAAmB,CAAC,CAsC9B"}
@@ -1,3 +1,4 @@
1
+ import { DatabaseInterface } from '@happyvertical/sql';
1
2
  import { RuntimeDatabaseArgs } from './connection.js';
2
3
  /** Provenance labels separating runtime facts from static/declared facts. */
3
4
  export declare const RUNTIME_PROVENANCE = "runtime (live DB)";
@@ -13,6 +14,23 @@ export interface RuntimeToolEnvelope {
13
14
  diagnostics: RuntimeDiagnostic[];
14
15
  data: Record<string, unknown>;
15
16
  }
17
+ type RuntimeReadParts = {
18
+ data: Record<string, unknown>;
19
+ diagnostics: RuntimeDiagnostic[];
20
+ };
21
+ type RuntimeRead = (db: DatabaseInterface) => Promise<RuntimeReadParts>;
22
+ /**
23
+ * Run one read against the optional runtime connection, mapping every outcome
24
+ * to a successful MCP envelope:
25
+ *
26
+ * - no connection configured → static-only envelope (`connected: false`)
27
+ * - connect failure → static envelope with a safe diagnostic
28
+ * - read failure → connected envelope with a safe diagnostic
29
+ * - success → live result under `provenance: 'runtime (live DB)'`; a
30
+ * category-unavailable reader result keeps its `available: false` data and
31
+ * surfaces its message as a diagnostic
32
+ */
33
+ export declare function withRuntimeConnection(args: RuntimeDatabaseArgs, read: RuntimeRead, staticHint: string): Promise<RuntimeToolEnvelope>;
16
34
  export interface MigrationStatusArgs extends RuntimeDatabaseArgs {
17
35
  /** Row budget for latest/failed lists (default 50, capped at 500). */
18
36
  limit?: number;
@@ -45,4 +63,5 @@ export interface RecentChangesArgs extends RuntimeDatabaseArgs {
45
63
  }
46
64
  export declare function runtimeRecentChanges(args?: RecentChangesArgs): Promise<RuntimeToolEnvelope>;
47
65
  export declare function runtimeRegistryDrift(args?: RuntimeDatabaseArgs): Promise<RuntimeToolEnvelope>;
66
+ export {};
48
67
  //# sourceMappingURL=tools.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tools.d.ts","sourceRoot":"","sources":["../../../src/tools/runtime/tools.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAYH,OAAO,EAEL,KAAK,mBAAmB,EAIzB,MAAM,iBAAiB,CAAC;AAEzB,6EAA6E;AAC7E,eAAO,MAAM,kBAAkB,sBAAsB,CAAC;AACtD,eAAO,MAAM,iBAAiB,WAAW,CAAC;AAE1C,MAAM,WAAW,iBAAiB;IAChC,QAAQ,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,mBAAmB;IAClC,EAAE,EAAE,IAAI,CAAC;IACT,QAAQ,EAAE,IAAI,CAAC;IACf,WAAW,EAAE,iBAAiB,EAAE,CAAC;IACjC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CAC/B;AAgOD,MAAM,WAAW,mBAAoB,SAAQ,mBAAmB;IAC9D,sEAAsE;IACtE,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,wBAAsB,sBAAsB,CAC1C,IAAI,GAAE,mBAAwB,GAC7B,OAAO,CAAC,mBAAmB,CAAC,CAO9B;AAED,MAAM,WAAW,aAAc,SAAQ,mBAAmB;IACxD,gEAAgE;IAChE,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,wBAAsB,gBAAgB,CACpC,IAAI,GAAE,aAAkB,GACvB,OAAO,CAAC,mBAAmB,CAAC,CAO9B;AAED,MAAM,WAAW,kBAAmB,SAAQ,mBAAmB;IAC7D,qEAAqE;IACrE,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,wBAAsB,qBAAqB,CACzC,IAAI,GAAE,kBAAuB,GAC5B,OAAO,CAAC,mBAAmB,CAAC,CAO9B;AAED,MAAM,WAAW,kBAAmB,SAAQ,mBAAmB;IAC7D,+EAA+E;IAC/E,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,wBAAsB,qBAAqB,CACzC,IAAI,GAAE,kBAAuB,GAC5B,OAAO,CAAC,mBAAmB,CAAC,CAO9B;AAED,MAAM,WAAW,iBAAkB,SAAQ,mBAAmB;IAC5D,wCAAwC;IACxC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,8CAA8C;IAC9C,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,+BAA+B;IAC/B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,8CAA8C;IAC9C,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,wBAAsB,oBAAoB,CACxC,IAAI,GAAE,iBAAsB,GAC3B,OAAO,CAAC,mBAAmB,CAAC,CAQ9B;AAED,wBAAsB,oBAAoB,CACxC,IAAI,GAAE,mBAAwB,GAC7B,OAAO,CAAC,mBAAmB,CAAC,CAM9B"}
1
+ {"version":3,"file":"tools.d.ts","sourceRoot":"","sources":["../../../src/tools/runtime/tools.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAWH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAC5D,OAAO,EAEL,KAAK,mBAAmB,EAIzB,MAAM,iBAAiB,CAAC;AAEzB,6EAA6E;AAC7E,eAAO,MAAM,kBAAkB,sBAAsB,CAAC;AACtD,eAAO,MAAM,iBAAiB,WAAW,CAAC;AAE1C,MAAM,WAAW,iBAAiB;IAChC,QAAQ,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,mBAAmB;IAClC,EAAE,EAAE,IAAI,CAAC;IACT,QAAQ,EAAE,IAAI,CAAC;IACf,WAAW,EAAE,iBAAiB,EAAE,CAAC;IACjC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CAC/B;AAED,KAAK,gBAAgB,GAAG;IACtB,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9B,WAAW,EAAE,iBAAiB,EAAE,CAAC;CAClC,CAAC;AAEF,KAAK,WAAW,GAAG,CAAC,EAAE,EAAE,iBAAiB,KAAK,OAAO,CAAC,gBAAgB,CAAC,CAAC;AA6CxE;;;;;;;;;;GAUG;AACH,wBAAsB,qBAAqB,CACzC,IAAI,EAAE,mBAAmB,EACzB,IAAI,EAAE,WAAW,EACjB,UAAU,EAAE,MAAM,GACjB,OAAO,CAAC,mBAAmB,CAAC,CAO9B;AAsJD,MAAM,WAAW,mBAAoB,SAAQ,mBAAmB;IAC9D,sEAAsE;IACtE,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,wBAAsB,sBAAsB,CAC1C,IAAI,GAAE,mBAAwB,GAC7B,OAAO,CAAC,mBAAmB,CAAC,CAO9B;AAED,MAAM,WAAW,aAAc,SAAQ,mBAAmB;IACxD,gEAAgE;IAChE,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,wBAAsB,gBAAgB,CACpC,IAAI,GAAE,aAAkB,GACvB,OAAO,CAAC,mBAAmB,CAAC,CAO9B;AAED,MAAM,WAAW,kBAAmB,SAAQ,mBAAmB;IAC7D,qEAAqE;IACrE,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,wBAAsB,qBAAqB,CACzC,IAAI,GAAE,kBAAuB,GAC5B,OAAO,CAAC,mBAAmB,CAAC,CAO9B;AAED,MAAM,WAAW,kBAAmB,SAAQ,mBAAmB;IAC7D,+EAA+E;IAC/E,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,wBAAsB,qBAAqB,CACzC,IAAI,GAAE,kBAAuB,GAC5B,OAAO,CAAC,mBAAmB,CAAC,CAO9B;AAED,MAAM,WAAW,iBAAkB,SAAQ,mBAAmB;IAC5D,wCAAwC;IACxC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,8CAA8C;IAC9C,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,+BAA+B;IAC/B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,8CAA8C;IAC9C,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,wBAAsB,oBAAoB,CACxC,IAAI,GAAE,iBAAsB,GAC3B,OAAO,CAAC,mBAAmB,CAAC,CAQ9B;AAED,wBAAsB,oBAAoB,CACxC,IAAI,GAAE,mBAAwB,GAC7B,OAAO,CAAC,mBAAmB,CAAC,CAM9B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@happyvertical/smrt-dev-mcp",
3
- "version": "0.47.1",
3
+ "version": "0.47.2",
4
4
  "description": "Development MCP server for SMRT framework knowledge, review context, architecture context, and code generation",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -43,17 +43,17 @@
43
43
  "homepage": "https://github.com/happyvertical/smrt/tree/main/packages/smrt-dev-mcp#readme",
44
44
  "license": "MIT",
45
45
  "dependencies": {
46
- "@happyvertical/smrt-config": "0.47.1",
47
- "@happyvertical/smrt-core": "0.47.1",
48
- "@happyvertical/smrt-scanner": "0.47.1",
49
- "@happyvertical/smrt-types": "0.47.1",
46
+ "@happyvertical/smrt-config": "0.47.2",
47
+ "@happyvertical/smrt-core": "0.47.2",
48
+ "@happyvertical/smrt-scanner": "0.47.2",
49
+ "@happyvertical/smrt-types": "0.47.2",
50
50
  "@happyvertical/sql": "^0.89.6",
51
+ "@modelcontextprotocol/node": "2.0.0",
51
52
  "@modelcontextprotocol/server": "2.0.0"
52
53
  },
53
54
  "devDependencies": {
54
55
  "@modelcontextprotocol/client": "2.0.0",
55
56
  "@modelcontextprotocol/conformance": "0.2.0-alpha.10",
56
- "@modelcontextprotocol/node": "2.0.0",
57
57
  "@types/node": "24.13.2",
58
58
  "ajv": "8.18.0",
59
59
  "typescript": "5.9.3",