@decocms/runtime 1.2.9 → 1.2.10
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/package.json +1 -1
- package/src/tools.ts +1 -1
package/package.json
CHANGED
package/src/tools.ts
CHANGED
|
@@ -732,7 +732,7 @@ export const createMCPServer = <
|
|
|
732
732
|
typeof tool.outputSchema === "object" &&
|
|
733
733
|
"shape" in tool.outputSchema
|
|
734
734
|
? (tool.outputSchema.shape as ZodRawShape)
|
|
735
|
-
:
|
|
735
|
+
: undefined,
|
|
736
736
|
},
|
|
737
737
|
async (args) => {
|
|
738
738
|
const result = await tool.execute({
|