@ametyst/cli 0.2.43 → 0.2.74
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/dist/index.js +8540 -996
- package/package.json +6 -7
package/README.md
CHANGED
|
@@ -26,6 +26,7 @@ App runs on `http://localhost:<port>`.
|
|
|
26
26
|
- [INFRA.md](INFRA.md) — how it gets deployed
|
|
27
27
|
- [CONTRIBUTING.md](CONTRIBUTING.md) — how to develop and contribute
|
|
28
28
|
- [CHANGELOG.md](CHANGELOG.md) — release notes
|
|
29
|
+
- [docs/mcp-clients.md](docs/mcp-clients.md) — using Ametyst from Claude Code, Claude Desktop/Cowork, Cursor, and OpenAI Codex
|
|
29
30
|
|
|
30
31
|
## Related repos
|
|
31
32
|
- `@ametyst-dev/sdk` — shared types and client
|