@decocms/runtime 1.0.0-alpha.19 → 1.0.0-alpha.20

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/tools.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decocms/runtime",
3
- "version": "1.0.0-alpha.19",
3
+ "version": "1.0.0-alpha.20",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "@cloudflare/workers-types": "^4.20250617.0",
package/src/tools.ts CHANGED
@@ -195,7 +195,7 @@ const configurationToolsFor = <TSchema extends z.ZodTypeAny = never>({
195
195
  scopes,
196
196
  onChange,
197
197
  }: CreateMCPServerOptions<
198
- unknown,
198
+ any,
199
199
  TSchema
200
200
  >["configuration"] = {}): CreatedTool[] => {
201
201
  const jsonSchema = schema