@happyvertical/smrt-app-mcp 0.35.1 → 0.35.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.
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "timestamp": 1782335228121,
3
+ "timestamp": 1782345844144,
4
4
  "packageName": "@happyvertical/smrt-app-mcp",
5
- "packageVersion": "0.35.1",
5
+ "packageVersion": "0.35.3",
6
6
  "objects": {},
7
7
  "moduleType": "smrt",
8
8
  "smrtDependencies": [
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "generatedAt": "2026-06-24T21:07:09.078Z",
3
+ "generatedAt": "2026-06-25T00:04:05.190Z",
4
4
  "packageName": "@happyvertical/smrt-app-mcp",
5
- "packageVersion": "0.35.1",
5
+ "packageVersion": "0.35.3",
6
6
  "sourceManifestPath": "dist/manifest.json",
7
7
  "agentDocPath": "AGENTS.md",
8
8
  "sourceHashes": {
9
- "manifest": "5546087c0e6f9b3d252e9fd33ffb2b69cd15d801277ef89b2d029606fbeb3392",
10
- "packageJson": "9a978be8bcfba2f797e1889be0b037ec57afd1b37e72a50f021f1c0254f4d496",
9
+ "manifest": "630fa9f7bf144aa78bf5dafd227e588757b1ed67b4ce45f66a6e3ca5706aca99",
10
+ "packageJson": "059eb6641b8347118267baf04eec8911f45bd90a310aa1adc25a01ca9b06ca96",
11
11
  "agents": "fd1dc36d1530f81aae49e6efa2e2f5011a8a62d30816f25649d4cb597fc5662a"
12
12
  },
13
13
  "exports": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@happyvertical/smrt-app-mcp",
3
- "version": "0.35.1",
3
+ "version": "0.35.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",
@@ -44,7 +44,7 @@
44
44
  "author": "HappyVertical",
45
45
  "dependencies": {
46
46
  "@modelcontextprotocol/sdk": "^1.25.2",
47
- "@happyvertical/smrt-core": "0.35.1"
47
+ "@happyvertical/smrt-core": "0.35.3"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@types/node": "25.0.9",