refactor(mcp): rename lib iii_mcp -> mcp#264
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
skill-check — worker0 verified, 18 skipped (no docs/).
Four for four. Nicely done. |
Renames the local Rust lib identifier
iii_mcp->mcpfor the mcp worker.Scope
mcp/Cargo.toml:[lib] name = "iii_mcp"->name = "mcp"(lib name line only).use iii_mcp::/iii_mcp::->mcpinmcp/src/main.rs,mcp/tests/common/engine.rs,mcp/tests/steps/errors.rs.The folder, worker
name:, package name, and bin were alreadymcp; only the lib identifier and its import paths changed.External deps untouched
The
iii-sdkandiii-observabilitydependency lines inmcp/Cargo.tomlare byte-identical to main.git diff main -- mcp/Cargo.tomlshows only the lib name line changed.Verification
cargo build: PASScargo test: PASS (38 unit tests; 23 BDD scenarios / 104 steps)iii_mcp(excluding node_modules/target): empty