Commit bf24b71
feat(mcp, cargo-shuttle): The Shuttle MCP Server (#2074)
* mcp init
* refactor
* stdio fix
* deploy
* cwd
* deployment
* logs and project related commands
* resources and certificates commands
* mcp rename
* mcp installation guide
* packages fixed
* removed commands
* delete todo file
* readme update
* search docs tool added
* cwd
* execute_command cwd
* check version
* deployment refactored
* tools refactored
* Version checking
* Constants
* mcp patch
* fixes MCP server arguments for some tools
* constants updated
* readme updated
* docs
* docs updated
version updated
* constants fixed
* version checks
* version set to 0.55.0
* README.md updated
* mcp dir moved to cargo-shuttle
* mcp code moved to shuttle cli
* features added for rmcp
* removed main.rs
* removed mcp server crate
* upgrade shuttle command updated
* removed version checking in the mcp server
* mcp library crate
* removed mcp/ dir in cargo-shuttle
* moved mcp code to a library crate
* removed toml dependency
* shuttle-mcp crate version -> 0.55.0
* removed unnecessary mcp tools
* reduced commands/args
* linter error fixed
* added `id` arg for some mcp tools
* deployment list removed args
* MCP server subcommand changed
* nits, fix argument lists
* simplify execute_command
* nit: Cargo.toml
* ci: add release job
---------
Co-authored-by: jonaro00 <[email protected]>1 parent 03fa327 commit bf24b71
File tree
16 files changed
+561
-1
lines changed- .circleci
- cargo-shuttle
- src
- mcp
- src
- tools
16 files changed
+561
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
497 | 497 | | |
498 | 498 | | |
499 | 499 | | |
| 500 | + | |
500 | 501 | | |
501 | 502 | | |
502 | 503 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| 71 | + | |
69 | 72 | | |
70 | 73 | | |
71 | 74 | | |
| |||
89 | 92 | | |
90 | 93 | | |
91 | 94 | | |
| 95 | + | |
92 | 96 | | |
93 | 97 | | |
94 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
164 | 173 | | |
165 | 174 | | |
166 | 175 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
304 | 307 | | |
305 | 308 | | |
306 | 309 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
0 commit comments