Skip to content

refactor(mcp): rename lib iii_mcp -> mcp#264

Draft
guibeira wants to merge 1 commit into
mainfrom
refactor/rename-iii-mcp
Draft

refactor(mcp): rename lib iii_mcp -> mcp#264
guibeira wants to merge 1 commit into
mainfrom
refactor/rename-iii-mcp

Conversation

@guibeira

Copy link
Copy Markdown
Collaborator

Renames the local Rust lib identifier iii_mcp -> mcp for the mcp worker.

Scope

  • mcp/Cargo.toml: [lib] name = "iii_mcp" -> name = "mcp" (lib name line only).
  • Rewrote internal lib import paths: use iii_mcp:: / iii_mcp:: -> mcp in mcp/src/main.rs, mcp/tests/common/engine.rs, mcp/tests/steps/errors.rs.

The folder, worker name:, package name, and bin were already mcp; only the lib identifier and its import paths changed.

External deps untouched

The iii-sdk and iii-observability dependency lines in mcp/Cargo.toml are byte-identical to main. git diff main -- mcp/Cargo.toml shows only the lib name line changed.

Verification

  • cargo build: PASS
  • cargo test: PASS (38 unit tests; 23 BDD scenarios / 104 steps)
  • Sanity grep iii_mcp (excluding node_modules/target): empty

@vercel

vercel Bot commented Jun 15, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
workers Ready Ready Preview, Comment Jun 15, 2026 1:05pm

Request Review

@coderabbitai

coderabbitai Bot commented Jun 15, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: bb3537e7-ab72-4fce-8b92-ff293d03d2c4

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch refactor/rename-iii-mcp

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions

Copy link
Copy Markdown
Contributor

skill-check — worker

0 verified, 18 skipped (no docs/).

Layer Result
structure
vale
ai
render

Four for four. Nicely done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant