reportdash-datastore-mcp-claude-desktop 1.0.11 → 1.0.12

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/index.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -19,7 +19,7 @@ if (!API_KEY) {
19
19
  error: {
20
20
  code: -32600,
21
21
  message:
22
- 'REPORTDASH_API_KEY environment variable is required. Get your API key from ReportDash DataStore app settings.',
22
+ 'REPORTDASH_API_KEY environment variable is required. Get your API key from ReportDash DataStore > Destinations > API Access.',
23
23
  },
24
24
  id: null,
25
25
  }) + '\n'
@@ -290,7 +290,7 @@ function testConnection() {
290
290
  console.log('āŒ Connection failed');
291
291
  console.log(`Status: ${res.statusCode}`);
292
292
  console.log(`Response: ${data}`);
293
- console.log('\nšŸ’” Check your API key in ReportDash DataStore app settings');
293
+ console.log('\nšŸ’” Check your API key in ReportDash DataStore > Destinations > API Access');
294
294
  }
295
295
  });
296
296
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reportdash-datastore-mcp-claude-desktop",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "ReportDash DataStore MCP server for Claude Desktop",
5
5
  "main": "index.js",
6
6
  "bin": {