Skip to content

Commit 256c806

Browse files
authored
fix: mcp release flow (#2077)
1 parent 33b9e55 commit 256c806

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,8 @@ workflows:
562562
requires:
563563
- publish-api-client
564564
- publish-codegen
565+
- publish-ifc
566+
- publish-mcp
565567
- publish-service
566568
filters:
567569
branches:

mcp/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.56.0"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true
7+
description = "Shuttle MCP server"
78

89
[dependencies]
910
anyhow = { workspace = true }

0 commit comments

Comments
 (0)