@happyvertical/smrt-app-cli 0.40.61 → 0.40.63

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.
@@ -17,8 +17,8 @@
17
17
  * - `SMRT_MCP_DEFAULT_SERVER_URL` — fallback server URL.
18
18
  *
19
19
  * Apps that want their own branded bin should call `runMcpStdioBridge`
20
- * directly from `@happyvertical/smrt-app-mcp/cli` instead of going through
21
- * this generic entrypoint.
20
+ * directly from `@happyvertical/smrt-app-cli` this package's root export —
21
+ * instead of going through this generic entrypoint.
22
22
  */
23
23
  export {};
24
24
  //# sourceMappingURL=smrt-mcp-bridge.d.ts.map
@@ -20,8 +20,8 @@ import { p as runMcpStdioBridge } from "../config-B6arU8x7.js";
20
20
  * - `SMRT_MCP_DEFAULT_SERVER_URL` — fallback server URL.
21
21
  *
22
22
  * Apps that want their own branded bin should call `runMcpStdioBridge`
23
- * directly from `@happyvertical/smrt-app-mcp/cli` instead of going through
24
- * this generic entrypoint.
23
+ * directly from `@happyvertical/smrt-app-cli` this package's root export —
24
+ * instead of going through this generic entrypoint.
25
25
  */
26
26
  function readArg(name) {
27
27
  const prefix = `--${name}=`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@happyvertical/smrt-app-cli",
3
- "version": "0.40.61",
3
+ "version": "0.40.63",
4
4
  "description": "Reusable CLI factory for SMRT apps — branded `<name> <resource> <command>` CLI + stdio MCP bridge with decorator-driven resource discovery",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -21,7 +21,7 @@
21
21
  ],
22
22
  "dependencies": {
23
23
  "@modelcontextprotocol/server": "2.0.0",
24
- "@happyvertical/smrt-users": "0.40.61"
24
+ "@happyvertical/smrt-users": "0.40.63"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@modelcontextprotocol/client": "2.0.0",
@@ -30,7 +30,7 @@
30
30
  "vite": "8.1.4",
31
31
  "vite-plugin-dts": "4.5.4",
32
32
  "vitest": "4.1.10",
33
- "@happyvertical/smrt-core": "0.40.61"
33
+ "@happyvertical/smrt-core": "0.40.63"
34
34
  },
35
35
  "engines": {
36
36
  "node": ">=24.18.0"