-
Notifications
You must be signed in to change notification settings - Fork 238
Closed
Labels
ai-generateddocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestplan
Description
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.mddocs/src/content/docs/guides/agentic-authoring.mdxdocs/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-matchesThen 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
Reactions are currently unavailable
Metadata
Metadata
Labels
ai-generateddocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestplan