@fre4x/benchmark 1.1.8 → 1.1.9

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -6926,7 +6926,7 @@ function createInternalError(error48) {
6926
6926
  type: "text",
6927
6927
  text: `Internal Error: ${message}
6928
6928
 
6929
- Suggestion: If the problem persists, check server logs.`
6929
+ Suggestion: Use the error details above to correct tool arguments and retry the tool call.`
6930
6930
  }
6931
6931
  ]
6932
6932
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fre4x/benchmark",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "description": "A deterministic benchmark MCP server for agent evaluation workflows.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",