{"openapi":"3.1.0","info":{"title":"Cargo CLI","description":"Rust 공식 패키지 관리자 겸 빌드 시스템 Cargo로 Rust 프로젝트를 관리합니다. cargo build/run/test로 빌드·실행·테스트하고, cargo publish로 crates.io에 패키지를 배포하며, 워크스페이스로 모노레포를 지원합니다.","version":"1.0.0","x-fusepie-id":"cli-cargo","x-fusepie-category":"data","x-fusepie-provider":"Rust Foundation"},"servers":[{"url":"rustup (Rust 설치 시 포함)","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_cli_cargo","summary":"Cargo CLI","description":"Rust 공식 패키지 관리자 겸 빌드 시스템 Cargo로 Rust 프로젝트를 관리합니다. cargo build/run/test로 빌드·실행·테스트하고, cargo publish로 crates.io에 패키지를 배포하며, 워크스페이스로 모노레포를 지원합니다.","parameters":[{"name":"q","in":"query","description":"Search query or main parameter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}}}}}},"x-mcp-config":{"mcpServers":{"cli-cargo":{"command":"npx","args":["-y","@fusepie/mcp-cli-cargo"],"env":{}}}}}