@happyvertical/smrt-app-mcp 0.43.1 → 0.43.3

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/README.md CHANGED
@@ -72,9 +72,9 @@ reviewed catalog where every allowed tool is unauthenticated, read-only, and
72
72
  global. The server verifies that shape (including the absence of tenant-scoped
73
73
  tools and principal-aware policy) and falls back to `private` otherwise.
74
74
 
75
- The route constructs a fresh protocol server for every HTTP request. It does
76
- not issue or rely on `Mcp-Session-Id`, sticky load-balancer routing, or a held
77
- SSE connection, so it is safe behind ordinary round-robin deployment. This
75
+ The route constructs a fresh protocol server for every HTTP request. It relies
76
+ on no transport session state, sticky load-balancer routing, or held event
77
+ stream, so it is safe behind ordinary round-robin deployment. This
78
78
  mount exposes no subscription capability; subscription requests are refused as
79
79
  a JSON-RPC error before any SSE stream opens. Persist stateful workflow
80
80
  progress in application objects, then pass their explicit s-m-r-t object id
@@ -2,7 +2,7 @@
2
2
  "version": "1.0.0",
3
3
  "timestamp": 0,
4
4
  "packageName": "@happyvertical/smrt-app-mcp",
5
- "packageVersion": "0.43.1",
5
+ "packageVersion": "0.43.3",
6
6
  "objects": {},
7
7
  "moduleType": "smrt",
8
8
  "smrtDependencies": [
@@ -3,12 +3,12 @@
3
3
  "sensitiveFieldsExcluded": true,
4
4
  "generatedAt": "1970-01-01T00:00:00.000Z",
5
5
  "packageName": "@happyvertical/smrt-app-mcp",
6
- "packageVersion": "0.43.1",
6
+ "packageVersion": "0.43.3",
7
7
  "sourceManifestPath": "dist/manifest.json",
8
8
  "agentDocPath": "AGENTS.md",
9
9
  "sourceHashes": {
10
- "manifest": "0f771161a0c15e253d2cd10e557a1aa69daf7c3cc233c7491e026b5d1b493497",
11
- "packageJson": "7efc0d9b56672c5682e0f46b291b1b6bd94075eaacca239fa3c97fcbeaf13992",
10
+ "manifest": "0a5f4d4ce610d9574126862938af41d363f19559e9aa8263a52b5b814276ca1a",
11
+ "packageJson": "173a1d17891ad1949a6f4f92039ade7384bff6d567575a3a945126aefb4f7f2e",
12
12
  "agents": "b4f2b874e2c5c83b91b77ccf4aeaae3fd58ad9eb2aba2e5d1efd118564aa0730"
13
13
  },
14
14
  "exports": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@happyvertical/smrt-app-mcp",
3
- "version": "0.43.1",
3
+ "version": "0.43.3",
4
4
  "description": "App-runtime MCP server scaffolding for SMRT apps — `createMcpAppServer` plus transport adapters (SvelteKit today) for exposing a SMRT app's MCP surface over HTTP.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -45,8 +45,8 @@
45
45
  "dependencies": {
46
46
  "@happyvertical/sql": "^0.88.0",
47
47
  "@modelcontextprotocol/server": "2.0.0",
48
- "@happyvertical/smrt-core": "0.43.1",
49
- "@happyvertical/smrt-jobs": "0.43.1"
48
+ "@happyvertical/smrt-core": "0.43.3",
49
+ "@happyvertical/smrt-jobs": "0.43.3"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@modelcontextprotocol/client": "2.0.0",