@runtypelabs/sdk 2.1.0 → 2.1.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/dist/index.d.cts CHANGED
@@ -1402,7 +1402,7 @@ type DispatchEnvironment = 'development' | 'production';
1402
1402
  *
1403
1403
  * - `origin: 'sdk'` (default) — caller-defined locals. No name-prefix rule.
1404
1404
  * - `origin: 'webmcp'` — page-discovered tools via
1405
- * `navigator.modelContext.registerTool(...)`. The server applies a
1405
+ * `document.modelContext.registerTool(...)`. The server applies a
1406
1406
  * `webmcp:` name prefix before merge so audit logs are filterable.
1407
1407
  *
1408
1408
  * Use {@link runWithLocalTools} with `{ scope: 'turn' }` to ship these in
package/dist/index.d.ts CHANGED
@@ -1402,7 +1402,7 @@ type DispatchEnvironment = 'development' | 'production';
1402
1402
  *
1403
1403
  * - `origin: 'sdk'` (default) — caller-defined locals. No name-prefix rule.
1404
1404
  * - `origin: 'webmcp'` — page-discovered tools via
1405
- * `navigator.modelContext.registerTool(...)`. The server applies a
1405
+ * `document.modelContext.registerTool(...)`. The server applies a
1406
1406
  * `webmcp:` name prefix before merge so audit logs are filterable.
1407
1407
  *
1408
1408
  * Use {@link runWithLocalTools} with `{ scope: 'turn' }` to ship these in
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runtypelabs/sdk",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "type": "module",
5
5
  "description": "TypeScript SDK for the Runtype API with fluent methods. Use it to quickly realize AI products, agents, and workflows.",
6
6
  "main": "dist/index.cjs",