@happyvertical/smrt-dev-mcp 0.36.8 → 0.37.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.
Files changed (3) hide show
  1. package/AGENTS.md +1 -1
  2. package/README.md +1 -1
  3. package/package.json +5 -5
package/AGENTS.md CHANGED
@@ -50,7 +50,7 @@ launcher or a small wrapper script with an absolute Node path.
50
50
 
51
51
  - **Tier 1** (Runtime): auto-generated from `@smrt()` objects — live data operations
52
52
  - **Tier 2** (Development): this package — code generation and project analysis
53
- - **Tier 3** (Docs): `smrt-docs-mcp` framework documentation access
53
+ - **Tier 3** (Docs): framework documentation access; `smrt-docs-mcp` is no longer launched from this monorepo unless an external package/repo is installed and configured explicitly
54
54
 
55
55
  ## Key Files
56
56
 
package/README.md CHANGED
@@ -310,7 +310,7 @@ Prompts:
310
310
 
311
311
  - **Tier 1** (Runtime): auto-generated from `@smrt()` objects -- live data operations
312
312
  - **Tier 2** (Development): this package -- code generation and project analysis
313
- - **Tier 3** (Docs): `smrt-docs-mcp` -- framework documentation access
313
+ - **Tier 3** (Docs): framework documentation access; `smrt-docs-mcp` is no longer launched from this monorepo unless an external package/repo is installed and configured explicitly
314
314
 
315
315
  ## Dependencies
316
316
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@happyvertical/smrt-dev-mcp",
3
- "version": "0.36.8",
3
+ "version": "0.37.1",
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",
@@ -41,14 +41,14 @@
41
41
  "license": "MIT",
42
42
  "dependencies": {
43
43
  "@modelcontextprotocol/sdk": "^1.25.2",
44
- "@happyvertical/smrt-core": "0.36.8",
45
- "@happyvertical/smrt-scanner": "0.36.8",
46
- "@happyvertical/smrt-types": "0.36.8"
44
+ "@happyvertical/smrt-core": "0.37.1",
45
+ "@happyvertical/smrt-scanner": "0.37.1",
46
+ "@happyvertical/smrt-types": "0.37.1"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/node": "25.0.9",
50
50
  "typescript": "^5.9.3",
51
- "vite": "^7.3.1",
51
+ "vite": "^7.3.6",
52
52
  "vite-plugin-dts": "^4.5.4",
53
53
  "vitest": "^4.0.17"
54
54
  },