Skip to content

[docs-scanner] Outdated product name in keywords for MCP integration #25356

@github-actions

Description

@github-actions

File: content/manuals/ai/docker-agent/integrations/mcp.md

Issue

The keywords field in the frontmatter uses an outdated product name:

keywords:
[
cagent,
mcp,
model context protocol,
claude desktop,
claude code,
integration,
]

The keyword "cagent" is inconsistent with the rest of the document, which consistently uses "Docker Agent" throughout. This is also inconsistent with the other files in the same directory (acp.md, a2a.md, _index.md) which all use "docker agent" in their keywords.

Why this matters

Readers searching for Docker Agent documentation might not find this page if it's indexed under the old product name. The inconsistency also creates confusion about whether this is current documentation or legacy content. Keywords affect search functionality and SEO, making this more than just a cosmetic issue.

Suggested fix

Update the keywords to match the current product name:

keywords:
  [
    docker agent,
    mcp,
    model context protocol,
    claude desktop,
    claude code,
    integration,
  ]

Found by nightly documentation quality scanner

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions