@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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
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
|
-
* `
|
|
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
|
-
* `
|
|
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