redash-mcp 3.0.1 → 3.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "redash-mcp",
3
3
  "mcpName": "io.github.seob717/redash-mcp",
4
- "version": "3.0.1",
4
+ "version": "3.0.3",
5
5
  "description": "MCP server for Redash",
6
6
  "license": "MIT",
7
7
  "author": "seob717",
@@ -1 +0,0 @@
1
- ghu_dsrWVzfpwaX2kRTPNSRLrvL3zmHffn3VITVr
@@ -1 +0,0 @@
1
- {"token":"eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJtY3AtcmVnaXN0cnkiLCJleHAiOjE3NzQ3OTU0NjgsIm5iZiI6MTc3NDc5NTE2OCwiaWF0IjoxNzc0Nzk1MTY4LCJhdXRoX21ldGhvZCI6ImdpdGh1Yi1hdCIsImF1dGhfbWV0aG9kX3N1YiI6InNlb2I3MTciLCJwZXJtaXNzaW9ucyI6W3siYWN0aW9uIjoicHVibGlzaCIsInJlc291cmNlIjoiaW8uZ2l0aHViLnNlb2I3MTcvKiJ9XX0.Pkr8qgN33oPEpJbyouEcfZf3fbEL0gcQ4-_fuqHbBrjqPFzN3It0AbrNMBSVTkHNLkdF9PWF1kj3U61refW4Aw","expires_at":1774795468}
package/server.json DELETED
@@ -1,36 +0,0 @@
1
- {
2
- "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3
- "name": "io.github.seob717/redash-mcp",
4
- "description": "Connect Redash to Claude -- query data, manage dashboards, and run SQL with natural language.",
5
- "repository": {
6
- "url": "https://github.com/seob717/redash-mcp",
7
- "source": "github"
8
- },
9
- "version": "3.0.1",
10
- "packages": [
11
- {
12
- "registryType": "npm",
13
- "identifier": "redash-mcp",
14
- "version": "3.0.1",
15
- "transport": {
16
- "type": "stdio"
17
- },
18
- "environmentVariables": [
19
- {
20
- "name": "REDASH_URL",
21
- "description": "Your Redash instance URL (e.g. https://redash.example.com)",
22
- "isRequired": true,
23
- "format": "string",
24
- "isSecret": false
25
- },
26
- {
27
- "name": "REDASH_API_KEY",
28
- "description": "Your Redash user API key (found in Settings > Account)",
29
- "isRequired": true,
30
- "format": "string",
31
- "isSecret": true
32
- }
33
- ]
34
- }
35
- ]
36
- }