redash-mcp 3.0.0 → 3.0.1

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.
@@ -0,0 +1 @@
1
+ ghu_dsrWVzfpwaX2kRTPNSRLrvL3zmHffn3VITVr
@@ -0,0 +1 @@
1
+ {"token":"eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJtY3AtcmVnaXN0cnkiLCJleHAiOjE3NzQ3OTU0NjgsIm5iZiI6MTc3NDc5NTE2OCwiaWF0IjoxNzc0Nzk1MTY4LCJhdXRoX21ldGhvZCI6ImdpdGh1Yi1hdCIsImF1dGhfbWV0aG9kX3N1YiI6InNlb2I3MTciLCJwZXJtaXNzaW9ucyI6W3siYWN0aW9uIjoicHVibGlzaCIsInJlc291cmNlIjoiaW8uZ2l0aHViLnNlb2I3MTcvKiJ9XX0.Pkr8qgN33oPEpJbyouEcfZf3fbEL0gcQ4-_fuqHbBrjqPFzN3It0AbrNMBSVTkHNLkdF9PWF1kj3U61refW4Aw","expires_at":1774795468}
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024-2026 Jiro Developers
3
+ Copyright (c) 2024-2026 seob717
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "redash-mcp",
3
- "version": "3.0.0",
3
+ "mcpName": "io.github.seob717/redash-mcp",
4
+ "version": "3.0.1",
4
5
  "description": "MCP server for Redash",
5
6
  "license": "MIT",
6
7
  "author": "seob717",
@@ -17,11 +18,11 @@
17
18
  },
18
19
  "repository": {
19
20
  "type": "git",
20
- "url": "https://github.com/jiro-developers/redash-mcp.git"
21
+ "url": "https://github.com/seob717/redash-mcp.git"
21
22
  },
22
- "homepage": "https://github.com/jiro-developers/redash-mcp#readme",
23
+ "homepage": "https://github.com/seob717/redash-mcp#readme",
23
24
  "bugs": {
24
- "url": "https://github.com/jiro-developers/redash-mcp/issues"
25
+ "url": "https://github.com/seob717/redash-mcp/issues"
25
26
  },
26
27
  "type": "module",
27
28
  "main": "dist/index.js",
package/server.json ADDED
@@ -0,0 +1,36 @@
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
+ }