mcp-sync 1.0.0

Sync canonical mcp.yaml to Antigravity, Claude Code, Codex, OpenCode, and custom targets
Documentation
[[bin]]
name = "mcp-sync"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
features = ["derive"]
version = "4"

[dependencies.clap_complete]
version = "4"

[dependencies.dialoguer]
version = "0.11"

[dependencies.dirs]
version = "5"

[dependencies.libloading]
version = "0.8"

[dependencies.notify]
version = "6"

[dependencies.reqwest]
features = ["blocking"]
version = "0.12"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.similar]
version = "2"

[dependencies.tempfile]
version = "3"

[dependencies.time]
features = ["local-offset", "formatting"]
version = "0.3"

[dependencies.toml_edit]
version = "0.22"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"

[dev-dependencies]

[lib]
name = "mcp_sync"
path = "src/lib.rs"

[package]
authors = ["kirillinakin <kirillinyakin@yandex.ru>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "Sync canonical mcp.yaml to Antigravity, Claude Code, Codex, OpenCode, and custom targets"
edition = "2024"
keywords = ["mcp", "sync", "ai", "configuration", "plugin"]
license = "MIT"
name = "mcp-sync"
readme = "README.md"
repository = "https://github.com/Dudude-bit/mcp-sync"
version = "1.0.0"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"