Skip to content

Commit 5dda608

Browse files
committed
Tooling: Turn off MCP stdio sidecar binary
It caused issues with builds.
1 parent c0bff9a commit 5dda608

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

apps/desktop/src-tauri/Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ rand_core = { version = "0.6", features = ["getrandom"] }
8585
name = "icon_benchmarks"
8686
harness = false
8787

88-
[[bin]]
89-
name = "cmdr-mcp-stdio"
90-
path = "src/bin/cmdr-mcp-stdio.rs"
88+
# Turned this off for now because it caused issues with building. Enable it when using in dev mode.
89+
# [[bin]]
90+
# name = "cmdr-mcp-stdio"
91+
# path = "src/bin/cmdr-mcp-stdio.rs"

docs/artifacts/specs/mcp-server-spec.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ GET /mcp/health # Health check
132132

133133
#### STDIO (bridge)
134134

135+
> The bridge is disabled by default in [Cargo.toml](../../../apps/desktop/src-tauri/Cargo.toml). Search for `[[bin]]` and
136+
> uncomment it. Just don't commit it.
137+
135138
For clients that spawn subprocesses, the `cmdr-mcp-stdio` binary bridges STDIO to the HTTP server:
136139

137140
- **Binary**: `cmdr-mcp-stdio`

0 commit comments

Comments
 (0)