[PR #3] Standardize MCP resource, tool, and prompt titles and descriptions #11

Closed
opened 2025-12-01 17:04:18 +01:00 by arthur · 0 comments
Owner

Original Pull Request: https://github.com/ArthurDanjou/artmcp/pull/3

State: closed
Merged: Yes


Improved consistency, clarity, and information density across all MCP server metadata in mcp.ts.

Changes

Resources (3 updated)

  • Contact: "ArtMCP Contact" → "Arthur Danjou - Contact Information"
  • Languages: Added "Spoken" qualifier and detailed proficiency context
  • Profile: Added "Professional" qualifier and expanded metadata coverage

Tools (2 updated)

  • get_resume_link: Added explicit language support details
  • get_uses_by_category: Listed available categories inline

Prompts (12 updated)

  • Standardized all titles to "Request Arthur Danjou's [X]" pattern
  • Unified descriptions to "Generates a prompt to..." structure
  • Added platform specifics (WakaTime, UptimeKuma) and metric details

Example

// Before
{
  title: 'Request Coding Statistics',
  description: 'Generate a prompt to retrieve Arthur Danjou\'s coding statistics and analytics from WakaTime.'
}

// After
{
  title: 'Request Arthur Danjou\'s Coding Statistics',
  description: 'Generates a prompt to retrieve Arthur Danjou\'s detailed coding statistics and analytics powered by WakaTime, including programming languages, time spent coding, and productivity metrics.'
}

All changes are text-only; no functional modifications.

Original prompt

Improve all titles and descriptions in the mcp.ts file


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

**Original Pull Request:** https://github.com/ArthurDanjou/artmcp/pull/3 **State:** closed **Merged:** Yes --- Improved consistency, clarity, and information density across all MCP server metadata in `mcp.ts`. ### Changes **Resources (3 updated)** - Contact: "ArtMCP Contact" → "Arthur Danjou - Contact Information" - Languages: Added "Spoken" qualifier and detailed proficiency context - Profile: Added "Professional" qualifier and expanded metadata coverage **Tools (2 updated)** - `get_resume_link`: Added explicit language support details - `get_uses_by_category`: Listed available categories inline **Prompts (12 updated)** - Standardized all titles to "Request Arthur Danjou's [X]" pattern - Unified descriptions to "Generates a prompt to..." structure - Added platform specifics (WakaTime, UptimeKuma) and metric details ### Example ```typescript // Before { title: 'Request Coding Statistics', description: 'Generate a prompt to retrieve Arthur Danjou\'s coding statistics and analytics from WakaTime.' } // After { title: 'Request Arthur Danjou\'s Coding Statistics', description: 'Generates a prompt to retrieve Arthur Danjou\'s detailed coding statistics and analytics powered by WakaTime, including programming languages, time spent coding, and productivity metrics.' } ``` All changes are text-only; no functional modifications. <!-- START COPILOT CODING AGENT SUFFIX --> <details> <summary>Original prompt</summary> > Improve all titles and descriptions in the mcp.ts file </details> <!-- START COPILOT CODING AGENT TIPS --> --- 💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more [Copilot coding agent tips](https://gh.io/copilot-coding-agent-tips) in the docs.
arthur added the pull-request label 2025-12-01 17:04:18 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: arthur/artmcp#11