@aicoin/opendata-mcp 1.0.28 → 1.0.29

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/build/index.js +1 -1
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -44,7 +44,7 @@ Endpoint: ${path}`;
44
44
  }
45
45
  throw new Error(msg);
46
46
  }
47
- var BIZ_AUTH_CODES = /* @__PURE__ */ new Set([304, 403, 401]);
47
+ var BIZ_AUTH_CODES = /* @__PURE__ */ new Set([403, 401]);
48
48
  function checkBizError(data, path) {
49
49
  if (!data || typeof data !== "object") return;
50
50
  const obj = data;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aicoin/opendata-mcp",
3
- "version": "1.0.28",
3
+ "version": "1.0.29",
4
4
  "description": "AiCoin OpenData MCP Server - crypto market data via AiCoin Open API",
5
5
  "main": "build/index.js",
6
6
  "type": "module",