Seiro MCP server and visionOS tools
This repository does not yet provide an automated release pipeline. Use this document to keep releases reproducible.
MAJOR.MINOR.PATCH).MAJOR for breaking changes to MCP tool contracts (tool names, request/response schema, error codes, or structured error fields).MINOR for backward-compatible additions.PATCH for fixes that do not change the public contract.cargo check
cargo test --all -- --nocapture
cargo fmt -- --check
cargo clippy -- -D warnings
cargo build --release
cargo run -p xtask -- langscan
cargo run -p xtask -- docs-langscan
cargo run -p xtask -- check-docs-links
cargo package --list
cargo publish --dry-run
docs/quickstart.md / docs/runbook.md / docs/config.mddocs/compatibility.md reflects any contract decisionCargo.toml version, git tag, and release note version are identical.git tag -a vX.Y.Z -m "vX.Y.Z"
git push origin vX.Y.Z
cargo publish
cargo install seiro-mcp --lockedseiro-mcp --version output for the published binaryseiro-mcp-visionos-build-operator)seiro-mcp-)cargo install seiro-mcp --locked --version X.Y.Z
seiro-mcp --version
target/release/seiro-mcp if distributing binaries.