redash-mcp 2.1.0 → 2.1.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.
- package/package.json +1 -1
- package/.omc/project-memory.json +0 -101
- package/.omc/sessions/0450b0c4-f994-42f3-afd3-8f1b23f25ad6.json +0 -8
- package/.omc/sessions/0cb3ce10-4e01-4426-8d8f-e76668bcf8eb.json +0 -8
- package/.omc/sessions/1eaa9d6f-a106-4c32-aad1-96ea536bbc23.json +0 -8
- package/.omc/sessions/3a248a8e-825c-4cb7-980b-8b6ef4c75fb6.json +0 -8
- package/.omc/sessions/42043e3e-2800-407f-b1ab-e17206a826e2.json +0 -8
- package/.omc/sessions/441cb2ce-7778-43b1-aad0-6f528ce067f5.json +0 -8
- package/.omc/sessions/4a7d0bb3-4702-49c3-ad7d-3a0936365e46.json +0 -8
- package/.omc/sessions/51fddb19-06a4-4491-b751-e46b5d7e04c4.json +0 -8
- package/.omc/sessions/85f46695-2555-4c3d-9b7b-8ed9ab03083a.json +0 -8
- package/.omc/sessions/bce5f4fd-c242-4074-b005-37abb59f88d8.json +0 -8
- package/.omc/state/agent-replay-0cb3ce10-4e01-4426-8d8f-e76668bcf8eb.jsonl +0 -11
- package/.omc/state/agent-replay-4a7d0bb3-4702-49c3-ad7d-3a0936365e46.jsonl +0 -1
- package/.omc/state/hud-state.json +0 -6
- package/.omc/state/hud-stdin-cache.json +0 -1
- package/.omc/state/idle-notif-cooldown.json +0 -3
- package/.omc/state/last-tool-error.json +0 -7
- package/.omc/state/sessions/0cb3ce10-4e01-4426-8d8f-e76668bcf8eb/cancel-signal-state.json +0 -7
package/package.json
CHANGED
package/.omc/project-memory.json
DELETED
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": "1.0.0",
|
|
3
|
-
"lastScanned": 1772697803610,
|
|
4
|
-
"projectRoot": "/Users/jiro/WebstormProjects/jiro-tools/redash-mcp",
|
|
5
|
-
"techStack": {
|
|
6
|
-
"languages": [
|
|
7
|
-
{
|
|
8
|
-
"name": "JavaScript/TypeScript",
|
|
9
|
-
"version": null,
|
|
10
|
-
"confidence": "high",
|
|
11
|
-
"markers": [
|
|
12
|
-
"package.json"
|
|
13
|
-
]
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"name": "TypeScript",
|
|
17
|
-
"version": null,
|
|
18
|
-
"confidence": "high",
|
|
19
|
-
"markers": [
|
|
20
|
-
"tsconfig.json"
|
|
21
|
-
]
|
|
22
|
-
}
|
|
23
|
-
],
|
|
24
|
-
"frameworks": [],
|
|
25
|
-
"packageManager": "npm",
|
|
26
|
-
"runtime": null
|
|
27
|
-
},
|
|
28
|
-
"build": {
|
|
29
|
-
"buildCommand": "npm run build",
|
|
30
|
-
"testCommand": null,
|
|
31
|
-
"lintCommand": null,
|
|
32
|
-
"devCommand": "npm run dev",
|
|
33
|
-
"scripts": {
|
|
34
|
-
"build": "tsc",
|
|
35
|
-
"dev": "tsx src/index.ts",
|
|
36
|
-
"start": "node dist/index.js"
|
|
37
|
-
}
|
|
38
|
-
},
|
|
39
|
-
"conventions": {
|
|
40
|
-
"namingStyle": "camelCase",
|
|
41
|
-
"importStyle": "ES modules",
|
|
42
|
-
"testPattern": null,
|
|
43
|
-
"fileOrganization": null
|
|
44
|
-
},
|
|
45
|
-
"structure": {
|
|
46
|
-
"isMonorepo": false,
|
|
47
|
-
"workspaces": [],
|
|
48
|
-
"mainDirectories": [
|
|
49
|
-
"src"
|
|
50
|
-
],
|
|
51
|
-
"gitBranches": null
|
|
52
|
-
},
|
|
53
|
-
"customNotes": [],
|
|
54
|
-
"directoryMap": {
|
|
55
|
-
"dist": {
|
|
56
|
-
"path": "dist",
|
|
57
|
-
"purpose": "Distribution/build output",
|
|
58
|
-
"fileCount": 1,
|
|
59
|
-
"lastAccessed": 1772697803604,
|
|
60
|
-
"keyFiles": [
|
|
61
|
-
"index.js"
|
|
62
|
-
]
|
|
63
|
-
},
|
|
64
|
-
"src": {
|
|
65
|
-
"path": "src",
|
|
66
|
-
"purpose": "Source code",
|
|
67
|
-
"fileCount": 1,
|
|
68
|
-
"lastAccessed": 1772697803604,
|
|
69
|
-
"keyFiles": [
|
|
70
|
-
"index.ts"
|
|
71
|
-
]
|
|
72
|
-
}
|
|
73
|
-
},
|
|
74
|
-
"hotPaths": [
|
|
75
|
-
{
|
|
76
|
-
"path": "src/index.ts",
|
|
77
|
-
"accessCount": 23,
|
|
78
|
-
"lastAccessed": 1772762087285,
|
|
79
|
-
"type": "file"
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"path": "package.json",
|
|
83
|
-
"accessCount": 18,
|
|
84
|
-
"lastAccessed": 1772761975801,
|
|
85
|
-
"type": "file"
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
"path": "src/setup.ts",
|
|
89
|
-
"accessCount": 9,
|
|
90
|
-
"lastAccessed": 1772763077204,
|
|
91
|
-
"type": "file"
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"path": "",
|
|
95
|
-
"accessCount": 8,
|
|
96
|
-
"lastAccessed": 1772760488146,
|
|
97
|
-
"type": "directory"
|
|
98
|
-
}
|
|
99
|
-
],
|
|
100
|
-
"userDirectives": []
|
|
101
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{"t":0,"agent":"system","event":"keyword_detected","keyword":"ultrawork"}
|
|
2
|
-
{"t":0,"agent":"system","event":"mode_change","mode_from":"none","mode_to":"ultrawork"}
|
|
3
|
-
{"t":0,"agent":"af83682","agent_type":"executor","event":"agent_start","parent_mode":"none"}
|
|
4
|
-
{"t":0,"agent":"a5125cc","agent_type":"executor","event":"agent_start","parent_mode":"none"}
|
|
5
|
-
{"t":0,"agent":"a5d466c","agent_type":"executor","event":"agent_start","parent_mode":"none"}
|
|
6
|
-
{"t":0,"agent":"a5125cc","agent_type":"executor","event":"agent_stop","success":true,"duration_ms":19049}
|
|
7
|
-
{"t":0,"agent":"ae89220","agent_type":"executor","event":"agent_start","parent_mode":"none"}
|
|
8
|
-
{"t":0,"agent":"af83682","agent_type":"executor","event":"agent_stop","success":true,"duration_ms":53629}
|
|
9
|
-
{"t":0,"agent":"ae89220","agent_type":"executor","event":"agent_stop","success":true,"duration_ms":29751}
|
|
10
|
-
{"t":0,"agent":"a5d466c","agent_type":"executor","event":"agent_stop","success":true,"duration_ms":43278}
|
|
11
|
-
{"t":0,"agent":"system","event":"skill_invoked","skill_name":"oh-my-claudecode:cancel"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"t":0,"agent":"system","event":"skill_invoked","skill_name":"oh-my-claudecode:skill"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"session_id":"af950aa1-02a2-433d-bf22-7ae432356e6a","transcript_path":"/Users/jiro/.claude/projects/-Users-jiro-WebstormProjects-jiro-tools-redash-mcp/af950aa1-02a2-433d-bf22-7ae432356e6a.jsonl","cwd":"/Users/jiro/WebstormProjects/jiro-tools/redash-mcp","model":{"id":"claude-sonnet-4-6","display_name":"Sonnet 4.6"},"workspace":{"current_dir":"/Users/jiro/WebstormProjects/jiro-tools/redash-mcp","project_dir":"/Users/jiro/WebstormProjects/jiro-tools/redash-mcp","added_dirs":["/Users/jiro/.claude/skills/omc-learned"]},"version":"2.1.69","output_style":{"name":"default"},"cost":{"total_cost_usd":3.3345675000000017,"total_duration_ms":3892454,"total_api_duration_ms":594144,"total_lines_added":271,"total_lines_removed":22},"context_window":{"total_input_tokens":71068,"total_output_tokens":28846,"context_window_size":200000,"current_usage":{"input_tokens":1,"output_tokens":139,"cache_creation_input_tokens":157,"cache_read_input_tokens":52142},"used_percentage":26,"remaining_percentage":74},"exceeds_200k_tokens":false}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"tool_name": "Bash",
|
|
3
|
-
"tool_input_preview": "{\"command\":\"NPM_TOKEN=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 npm whoami --registry=https://registry.npmjs.org/ 2>&1\",\"description\":\"토큰으로 npm 인증 확인\"}",
|
|
4
|
-
"error": "Exit code 1\nnpm error code E401\nnpm error 401 Unauthorized - GET https://registry.npmjs.org/-/whoami\nnpm error A complete log of this run can be found in: /Users/jiro/.npm/_logs/2026-03-06T02_18_25_687Z-debug-0.log\n\nnpm error code E401\nnpm error 401 Unauthorized - GET https://registry.npmjs.org/-/whoami\nnpm error A complete log of this run can be found in: /Users/jiro/.npm/_logs/2026-03-06T02_18_25_687Z-debug-0.log",
|
|
5
|
-
"timestamp": "2026-03-06T02:18:26.057Z",
|
|
6
|
-
"retry_count": 1
|
|
7
|
-
}
|