mcp-cli
a prototype to save fork/exec overhead of ai code agent
파일 탐색기
- ci.yml
- 2026-04-21-rust-v0.122.0.md
- compare.py
- parse_trace.py
- prompt.md
- README.md
- run.sh
- 2026-04-20-rust-v0.121.0-batch-v1.md
- 2026-04-20-rust-v0.121.0-batch-v2.md
- 2026-04-20-rust-v0.121.0-prefer-mcp.md
- 2026-04-20-rust-v0.121.0-search-ctx.md
- 2026-04-20-rust-v0.121.0.md
- 2026-04-21-rust-v0.122.0-sandbox-ablation.md
- .gitignore
- compare.py
- parse_trace.py
- prompt.md
- README.md
- run.sh
- fs_read.rs
- mod.rs
- tree_sitter.rs
- mod.rs
- strip_noise.rs
- buffer_pool.rs
- changelog.rs
- framing.rs
- handlers.rs
- languages.rs
- main.rs
- metrics.rs
- outline.rs
- parse_cache.rs
- pipe.rs
- prewarm.rs
- search_cache.rs
- server.rs
- watcher.rs
- Cargo.toml
- daemon_client.rs
- main.rs
- mcp.rs
- spawn.rs
- autospawn.rs
- multibridge.rs
- reconnect.rs
- Cargo.toml
- claude_code.rs
- codex.rs
- main.rs
- Cargo.toml
- lib.rs
- paths.rs
- Cargo.toml
- mcp-cli-daemon.plist
- mcp-cli-daemon.service
- README.md
- architecture.md
- INTEGRATION.md
- PROTOCOL.md
- ROADMAP.md
- TODO.md
- .gitignore
- Cargo.lock
- Cargo.toml
- CLAUDE.md
- LICENSE
- README.md
- rust-toolchain.toml
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
cargo build
설명 보기 ▼
cargo build
Compile a local package and all of its dependencies.
cargo {{[b|build]}}
Build the package or packages defined by the `Cargo.toml` manifest file in the local path:
cargo {{[b|build]}} {{[-r|--release]}}
Build artifacts in release mode, with optimizations:
cargo {{[b|build]}} --locked
Require that `Cargo.lock` is up to date:
codex
설명 보기 ▼
codex
OpenAI로 구동되는 터미널용 자연어 코드 어시스턴트.
요청을 수행하기 위해 현재 디렉터리의 파일을 읽고 수정.
더 많은 정보: <https://developers.openai.com/codex/cli/reference>.
codex
현재 디렉터리에서 대화형 Codex 세션을 시작:
codex "{{prompt}}"
프롬프트를 사용해 단일 Codex 명령을 실행:
codex --sandbox workspace-write "{{prompt}}"
프롬프트를 전체 자동 모드로 실행:
git status
설명 보기 ▼
git status
Show the changes to files in a Git repository.
List changed, added, and deleted files compared to the currently checked-out commit.
git status
Show untracked and changed files which are not yet added for commit:
git status {{[-s|--short]}}
Give output in short format:
git status {{[-sb|--short --branch]}}
Show output in short format along with branch info:
git
설명 보기 ▼
git
분산 버전 관리 시스템.
`commit`, `add`, `branch`, `checkout`, `push` 등의 특정 하위 명령어는 고유의 문서가 따로 있습니다.
더 많은 정보: <https://git-scm.com/docs/git>.
git init
하위 명령어 실행:
git clone {{https://example.com/repo.git}}
특정 레파지토리 위치에서 Git 하위 명령어 실행:
git status
주어진 설정으로 Git 하위 명령어 실행:
python
설명 보기 ▼
python
Python 언어 인터프리터.
더 많은 정보: <https://docs.python.org/using/cmdline.html>.
python
REPL(대화형 셸) 시작:
python {{path/to/file.py}}
특정 Python 파일 실행:
python -i {{path/to/file.py}}
특정 Python 파일 실행 후 REPL 시작:
compact
설명 보기 ▼
compact
NTFS 파티션의 파일 및 디렉터리 압축 상태를 확인하거나 변경.
더 많은 정보: <https://learn.microsoft.com/windows-server/administration/windows-commands/compact>.
compact
현재 디렉터리의 파일 압축 상태 표시:
compact /c {{path\to\file}}
지정한 파일 압축:
compact /u {{path\to\file}}
지정한 파일 압축 해제:
