We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b9e55 commit 256c806Copy full SHA for 256c806
.circleci/config.yml
@@ -562,6 +562,8 @@ workflows:
562
requires:
563
- publish-api-client
564
- publish-codegen
565
+ - publish-ifc
566
+ - publish-mcp
567
- publish-service
568
filters:
569
branches:
mcp/Cargo.toml
@@ -4,6 +4,7 @@ version = "0.56.0"
4
edition.workspace = true
5
license.workspace = true
6
repository.workspace = true
7
+description = "Shuttle MCP server"
8
9
[dependencies]
10
anyhow = { workspace = true }
0 commit comments