@mastra/mcp 1.13.0-alpha.0 → 1.13.0

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.js CHANGED
@@ -4209,8 +4209,7 @@ Provided arguments: ${JSON.stringify(request.params.arguments, null, 2)}`
4209
4209
  jsonrpc: "2.0",
4210
4210
  error: {
4211
4211
  code: -32603,
4212
- message: "Internal server error",
4213
- data: error instanceof Error ? error.message : String(error)
4212
+ message: "Internal server error"
4214
4213
  },
4215
4214
  id: null
4216
4215
  })