Skip to content

Add MCP, ACME additional names - #219

Merged
blind-oracle merged 4 commits into
mainfrom
igor/add-mcp
Aug 5, 2026
Merged

Add MCP, ACME additional names#219
blind-oracle merged 4 commits into
mainfrom
igor/add-mcp

Conversation

@blind-oracle

Copy link
Copy Markdown
Collaborator
  • Adds support to spawn an MCP server from II team
  • Adds an option to request additional names in ACME (on top of base domains)

@blind-oracle
blind-oracle requested a review from a team as a code owner August 3, 2026 14:34
@zeropath-ai

zeropath-ai Bot commented Aug 3, 2026

Copy link
Copy Markdown

No security or compliance issues detected. Reviewed everything up to e873859.

Security Overview
Detected Code Changes
Change Type Relevant files
Enhancement ► .github/workflows/build.yml
    Add MCP feature flag to build and adjust features (mcp) in build steps
► Cargo.lock
    Sync lockfile to include new imcp2, mcp, and related dependencies
► Cargo.toml
    Declare mcp feature and imcp2 dependency; add mcp to features
► src/cli.rs
    Add MCP CLI options gated by feature flag
► src/core.rs
    Inject MCP router when MCP is configured and handle MCP shutdown on exit
► src/lib.rs
    Expose mcp module when feature MCP is enabled
► src/main.rs
    Conditionally include mcp module for MCP feature
► src/mcp.rs
    Add new MCP module with setup_mcp function and MCP types
► src/tls/mod.rs
    Extend acme domain handling to include additional names from config

@blind-oracle
blind-oracle merged commit 689c0b5 into main Aug 5, 2026
6 checks passed
@blind-oracle
blind-oracle deleted the igor/add-mcp branch August 5, 2026 12:45
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.

2 participants