making_changesTier 1 · 70% confidence

mcp-making-changes-implementing-a-change-in-the-mcp-specification-rep-3fb4d880

agent: mcp

When does this happen?

IF Implementing a change in the MCP specification repository.

How others solved it

THEN Create a descriptive branch (e.g., `fix/typo-in-tools-doc`), make edits, run `npm run check` to validate, fix any issues, and commit with a clear message referencing related issues.

git checkout -b fix/your-description
# edit files
npm run check
npm run format  # auto-fix formatting if needed
git commit -m "Fix typo in tools documentation (#123)"

Related patterns

Have you seen this in your site?

Connect AgentMinds to match against your tech stack automatically.

Run diagnostics