Commit 224d421
* feat(eng-9528): MCP Server
* fix: group filtering and use TOON
* fix: implement simplified api requests
* fix: support CLI profiles
* chore: lint
* fix: bump python version to 3.10
* chore: dependency hell
* chore: dependency hell
* fix: bug with filtering
* fix: linting
* Update cloudsmith_cli/core/mcp/server.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* fix: cleanup
* Update cloudsmith_cli/core/mcp/server.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* fix: set read-only and destructive hints
* fix: use urllib.parse.parse_qs
* fix: some PR comments feedback
* Add JSON format as output for MCP commands
* fix: deps
* chore: changelog
* fix: add some tests
* Bump version: 1.10.3 → 1.11.0
* update dependencies in requirements.txt
* copiplot review changes
* more copilot changes
* chore: remove changelog
---------
Co-authored-by: Esteban Garcia <egarcia@cloudsmith.io>
Co-authored-by: Esteban Garcia <estu91@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8ed8da0 commit 224d421
File tree
13 files changed
+1808
-61
lines changed- cloudsmith_cli
- cli
- commands
- tests/commands
- core/mcp
13 files changed
+1808
-61
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
287 | | - | |
| 287 | + | |
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
302 | | - | |
| 302 | + | |
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
0 commit comments