Commit f264ee1
feat: MCP Server (#244)
* 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
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: BB <55028730+BartoszBlizniak@users.noreply.github.com>
Co-authored-by: Bartosz Blizniak <bblizniak@cloudsmith.io>1 parent 5d85043 commit f264ee1
17 files changed
Lines changed: 1745 additions & 30 deletions
File tree
- .circleci
- cloudsmith_cli
- cli
- commands
- tests/commands
- core/mcp
- data
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | 118 | | |
124 | 119 | | |
125 | 120 | | |
| |||
| 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 | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
10 | 20 | | |
11 | 21 | | |
12 | 22 | | |
| |||
| 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