Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions crates/xcrs/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ use xcrs::{IosAppTest, XcodeCommandLineTools};

#[derive(Debug, Parser)]
#[command(name = "xcrs")]
#[command(version)]
#[command(about = "Cross-platform mobile and TV app automation")]
struct Cli {
/// Run as a standalone Model Context Protocol server over stdio.
Expand Down
6 changes: 6 additions & 0 deletions docs/mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,12 @@ smb --mcp --scope automation
xcrs --mcp
```

> **Installing `xcrs`:** the standalone binary is published to
> [crates.io](https://crates.io/crates/xcrs) — install it with
> `cargo install xcrs`. It is **not** distributed through Homebrew; `brew
> install smbcloud-cli` only provides the `smb` binary (use `smb --mcp --scope
> automation` for the same tools without a separate install).

Both commands expose the same target-aware tools with the same names. Tool
names do not repeat the server brand because MCP clients already namespace
them by server.
Expand Down
Loading