Skip to content

Fix MCP server name#14656

Open
jan-cerny wants to merge 1 commit intoComplianceAsCode:masterfrom
jan-cerny:fix_mcp_name
Open

Fix MCP server name#14656
jan-cerny wants to merge 1 commit intoComplianceAsCode:masterfrom
jan-cerny:fix_mcp_name

Conversation

@jan-cerny
Copy link
Copy Markdown
Collaborator

Currently, Claude Code complains that it won't use the MCP server because of the incorrect name and it falls back to the fall back option, which is less efficient.

Because the skills reference tools that don't exist (mcp__content-mcp__*), when a skill runs it will never find the MCP tools and will always fall back to the slower, less precise filesystem-based alternatives. The skills still work due to the fallback mechanism, but they miss the benefits of the MCP server (structured results, semantic search via find_similar_requirements, PDF parsing, etc.).

The correct name is content-agent.
See https://github.com/ComplianceAsCode/content-mcp/blob/main/README.md

Review Hints:

Ask Claude to verify that it can successfully use the MCP when using the Claude Skills.

Currently, Claude Code complains that it won't use the MCP server
because of the incorrect name and it falls back to the fall back
option, which is less efficient.

Because the skills reference tools that don't exist
(mcp__content-mcp__*), when a skill runs it will never find the MCP
tools and will always fall back to the slower, less precise
filesystem-based alternatives. The skills still work due to the fallback
mechanism, but they miss the benefits of the MCP server (structured
results, semantic search via find_similar_requirements, PDF parsing,
etc.).

The correct name is `content-agent`.
See https://github.com/ComplianceAsCode/content-mcp/blob/main/README.md
@openshift-ci
Copy link
Copy Markdown

openshift-ci bot commented Apr 16, 2026

@jan-cerny: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-aws-openshift-platform-compliance 8585f93 link true /test e2e-aws-openshift-platform-compliance

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

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