Skip to content

fix: remove duplicate MCP servers from corporate-legal#27

Open
mysplitifi wants to merge 1 commit into
anthropics:mainfrom
mysplitifi:fix/corporate-legal-duplicate-mcp-servers
Open

fix: remove duplicate MCP servers from corporate-legal#27
mysplitifi wants to merge 1 commit into
anthropics:mainfrom
mysplitifi:fix/corporate-legal-duplicate-mcp-servers

Conversation

@mysplitifi
Copy link
Copy Markdown

Problem

When both corporate-legal and litigation-legal plugins are enabled together, /doctor reports three warnings:

Plugin (corporate-legal): MCP server "Slack" skipped — same command/URL as server provided by plugin "litigation-legal"
Plugin (corporate-legal): MCP server "Google Drive" skipped — same command/URL as server provided by plugin "litigation-legal"
Plugin (corporate-legal): MCP server "TopCounsel" skipped — same command/URL as server provided by plugin "litigation-legal"

corporate-legal/.mcp.json and litigation-legal/.mcp.json both declare identical entries (same URL) for Slack, Google Drive, and TopCounsel. Claude Code deduplicates by URL on load, so the corporate-legal copies are silently skipped and flagged by /doctor.

Fix

Remove the three duplicate servers from corporate-legal/.mcp.json. The servers remain available via litigation-legal when both plugins are installed together. The four servers unique to corporate-legal (Box, iManage, Definely, Solve Intelligence) are unchanged.

Note for standalone corporate-legal users

Users who run only corporate-legal (without litigation-legal) and want Slack, Google Drive, or TopCounsel can add them manually to their project .mcp.json.

🤖 Generated with Claude Code

Slack, Google Drive, and TopCounsel were declared in both
corporate-legal/.mcp.json and litigation-legal/.mcp.json with identical
URLs. When both plugins are enabled together, Claude Code deduplicates
by URL and skips the corporate-legal entries with a /doctor warning.

Remove the three duplicates from corporate-legal since litigation-legal
already provides them. Users running corporate-legal standalone who want
these connectors can add them manually via .mcp.json.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 15, 2026

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@mysplitifi
Copy link
Copy Markdown
Author

I have read the CLA Document and I hereby sign the CLA

github-actions Bot added a commit that referenced this pull request May 15, 2026
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