Skip to content

[plan] Expand MCP acronym to "Model Context Protocol" on first use #7929

Description

@github-actions

Objective

Expand the "MCP" acronym to "Model Context Protocol (MCP)" on first use throughout the documentation.

Context

The term "MCP" is used frequently without expanding the acronym, which confuses beginners who don't know what it stands for.

Implementation

On first use of "MCP" on each page, write:

Model Context Protocol (MCP)

Subsequent uses on the same page can use "MCP" alone.

Files to Update

Search for first occurrence of "MCP" in:

  • docs/src/content/docs/guides/quick-start.md
  • docs/src/content/docs/guides/agentic-authoring.mdx
  • docs/src/content/docs/reference/frontmatter.md
  • All example workflow documentation
  • Other guides that mention MCP

Approach

Use grep to find all files mentioning MCP:

grep -r "MCP" docs/src/content/docs/ --files-with-matches

Then update the first occurrence in each file.

Acceptance Criteria

  • First use of MCP on each page expands to "Model Context Protocol (MCP)"
  • Subsequent uses can use "MCP" alone
  • Glossary entry for MCP remains as the full reference
  • Change is consistent across all documentation

AI generated by Plan Command for discussion #7874

Activity

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

Metadata

Metadata

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions