@aicoin/opendata-mcp 1.0.2 → 1.0.3

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
@@ -28,7 +28,7 @@ function generateSignature(accessKeyId, accessSecret) {
28
28
  // src/client/api.ts
29
29
  var DOMAIN = process.env.AICOIN_BASE_URL || "https://open.aicoin.com";
30
30
  function getCredentials() {
31
- const key = process.env.AICOIN_ACCESS_KEY_ID || process.env.AICOIN_ACCESS_KEY;
31
+ const key = process.env.AICOIN_ACCESS_KEY_ID;
32
32
  const secret = process.env.AICOIN_ACCESS_SECRET;
33
33
  if (!key || !secret) {
34
34
  throw new Error(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aicoin/opendata-mcp",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "AiCoin OpenData MCP Server - crypto market data via AiCoin Open API",
5
5
  "main": "build/index.js",
6
6
  "type": "module",