elastic-apm-mcp-server 1.0.1 → 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.
- package/README.md +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,11 +16,11 @@ Claude Desktop 또는 Claude Code 설정에 다음을 추가합니다. 별도
|
|
|
16
16
|
CLI로 바로 추가:
|
|
17
17
|
|
|
18
18
|
```bash
|
|
19
|
-
claude mcp add
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
19
|
+
claude mcp add elastic-apm \
|
|
20
|
+
-e KIBANA_URL=http://your-kibana-host:5601 \
|
|
21
|
+
-e KIBANA_USERNAME=your-username \
|
|
22
|
+
-e KIBANA_PASSWORD=your-password \
|
|
23
|
+
-- npx -y elastic-apm-mcp-server
|
|
24
24
|
```
|
|
25
25
|
|
|
26
26
|
또는 `~/.claude/settings.json`에 직접 추가:
|