mcp-aws-manager 0.4.5 → 0.4.7
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 +1 -0
- package/README_KO.md +1 -0
- package/bin/lib/mcp-server-core.js +3824 -3824
- package/bin/mcp-aws-manager.js +288 -14
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -181,6 +181,7 @@ Default behavior (`setup`/`bootstrap` without `--clients`) auto-detects installe
|
|
|
181
181
|
|
|
182
182
|
Compatibility note:
|
|
183
183
|
- Cursor is registered through MCP config file sync (`~/.cursor/mcp.json` and platform user config path) to avoid editor tab side effects from `cursor mcp ...`.
|
|
184
|
+
- Claude can be registered via config sync even when `claude` CLI is not in PATH, when a Claude config path (for example macOS `~/Library/Application Support/Claude/claude_desktop_config.json`, Linux `~/.config/Claude/claude_desktop_config.json`, or `~/.claude/claude_desktop_config.json`) or install footprint is detected. You can force the path with `CLAUDE_MCP_CONFIG_PATH`.
|
|
184
185
|
- If another editor-style client does not expose stable CLI `mcp` subcommands, `setup`/`doctor` returns `manual configuration required` instead of running unsafe subcommands.
|
|
185
186
|
|
|
186
187
|
2. Health check:
|
package/README_KO.md
CHANGED
|
@@ -180,6 +180,7 @@ mcp-aws-manager setup --clients claude
|
|
|
180
180
|
|
|
181
181
|
호환성 참고:
|
|
182
182
|
- Cursor는 `cursor mcp ...` 호출 부작용(편집기 탭 열림)을 피하기 위해 MCP 설정 파일(`~/.cursor/mcp.json` + 플랫폼 사용자 설정 경로) 동기화 방식으로 등록합니다.
|
|
183
|
+
- Claude는 `claude` CLI가 PATH에 없어도, Claude 설정 파일(예: macOS `~/Library/Application Support/Claude/claude_desktop_config.json`, Linux `~/.config/Claude/claude_desktop_config.json`, `~/.claude/claude_desktop_config.json`) 또는 설치 footprint가 감지되면 config 동기화 방식으로 등록을 시도합니다. 필요 시 `CLAUDE_MCP_CONFIG_PATH`로 경로를 강제할 수 있습니다.
|
|
183
184
|
- 다른 에디터형 클라이언트가 안정적인 CLI `mcp` 하위명령을 제공하지 않으면, `setup`/`doctor`는 위험한 하위명령 실행 대신 `manual configuration required`를 반환합니다.
|
|
184
185
|
|
|
185
186
|
2. 상태 점검:
|