@happyvertical/smrt-dev-mcp 0.37.0 → 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.
- package/AGENTS.md +1 -1
- package/README.md +1 -1
- 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`
|
|
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`
|
|
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.37.
|
|
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.37.
|
|
45
|
-
"@happyvertical/smrt-scanner": "0.37.
|
|
46
|
-
"@happyvertical/smrt-types": "0.37.
|
|
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.
|
|
51
|
+
"vite": "^7.3.6",
|
|
52
52
|
"vite-plugin-dts": "^4.5.4",
|
|
53
53
|
"vitest": "^4.0.17"
|
|
54
54
|
},
|