@happyvertical/smrt-app-mcp 0.40.49 → 0.40.50

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
@@ -7,6 +7,11 @@ App-runtime MCP server scaffolding for s-m-r-t apps. Provides:
7
7
 
8
8
  For piping a deployed app's MCP surface to a local stdio MCP client, see `@happyvertical/smrt-app-cli` — the client-side runtime CLI exposes a `startMcpBridge()` default and a generic `smrt-mcp-bridge` bin.
9
9
 
10
+ For public deployments, follow the
11
+ [remote MCP authorization contract](../../docs/content/architecture/remote-mcp-authorization.md).
12
+ This package trusts the principal supplied by the application adapter; it does
13
+ not implement an OAuth authorization server or validate bearer tokens itself.
14
+
10
15
  ```ts
11
16
  // src/lib/server/mcp.ts
12
17
  import { createMcpAppServer, McpAccessError } from '@happyvertical/smrt-app-mcp';
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "timestamp": 1785796611715,
3
+ "timestamp": 1785810064416,
4
4
  "packageName": "@happyvertical/smrt-app-mcp",
5
- "packageVersion": "0.40.49",
5
+ "packageVersion": "0.40.50",
6
6
  "objects": {},
7
7
  "moduleType": "smrt",
8
8
  "smrtDependencies": [
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "generatedAt": "2026-08-03T22:36:58.932Z",
3
+ "generatedAt": "2026-08-04T02:21:26.956Z",
4
4
  "packageName": "@happyvertical/smrt-app-mcp",
5
- "packageVersion": "0.40.49",
5
+ "packageVersion": "0.40.50",
6
6
  "sourceManifestPath": "dist/manifest.json",
7
7
  "agentDocPath": "AGENTS.md",
8
8
  "sourceHashes": {
9
- "manifest": "3b9a4d695d92183bf54caf9930194e1fb9b50bf27f8ef44eb8416a55810aa5b5",
10
- "packageJson": "0641901fdaeb0960c34597ceae9aa910cc433eebd1cb631c89d297701072f98c",
9
+ "manifest": "a1444f3c3f7f55e30d8a2031320061ab295fead312c725af621f85bd177c51e4",
10
+ "packageJson": "3ef2e75bae89b9fab6e29bb1da5b8ce85327ab18bb17d37c314042794bb0b38e",
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.40.49",
3
+ "version": "0.40.50",
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.40.49"
47
+ "@happyvertical/smrt-core": "0.40.50"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@types/node": "24.13.2",