linkque-cli-v2 1.0.2-beta.1 → 1.0.2-beta.2

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/worker.js +0 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "linkque-cli-v2",
3
- "version": "1.0.2-beta.1",
3
+ "version": "1.0.2-beta.2",
4
4
  "description": "Portable Linkque CLI for public sandbox debugging",
5
5
  "bin": {
6
6
  "linkquejs": "linkquejs.js"
package/worker.js CHANGED
@@ -15836,9 +15836,6 @@ async function executeHomeData(input) {
15836
15836
  if (!handle) {
15837
15837
  return failure("TOOL_NOT_ALLOWED", "MCP \u5DE5\u5177\u4E0D\u5B58\u5728\u6216\u4E0D\u53EF\u7528", false);
15838
15838
  }
15839
- if (handle.readOnly !== true) {
15840
- return failure("TOOL_NOT_READ_ONLY", "\u9996\u9875\u5361\u7247\u53EA\u80FD\u8C03\u7528\u660E\u786E\u58F0\u660E\u4E3A\u53EA\u8BFB\u7684\u5DE5\u5177", false);
15841
- }
15842
15839
  const inputSchema = cloneJsonObject(handle.inputSchema);
15843
15840
  const outputSchema = cloneJsonObject(handle.outputSchema);
15844
15841
  if (!inputSchema || !outputSchema) {