Skip to content

Fix Claude Code MCP setup command typos and missing flags#7569

Merged
ArthurGamby merged 2 commits intomainfrom
dr-7474-prisma-mcp-auth-errors-when-adding-to-claude
Feb 27, 2026
Merged

Fix Claude Code MCP setup command typos and missing flags#7569
ArthurGamby merged 2 commits intomainfrom
dr-7474-prisma-mcp-auth-errors-when-adding-to-claude

Conversation

@ArthurGamby
Copy link
Contributor

@ArthurGamby ArthurGamby commented Feb 27, 2026

Summary

Fixes documentation issues in the MCP server guide that could cause connection/auth errors when setting up Prisma MCP in Claude Code:

  • Typo fix: claud mcp addclaude mcp add
  • Missing -y flag: Added -y to the npx command to auto-confirm package installation (prevents stdio hanging)
  • Added -- separator: Ensures args are correctly passed to the npx command
  • Grammar fix: Prisma's providesPrisma provides

Applied to both v7 (content/docs/) and v6 (content/docs.v6/) versions of the MCP server guide.

Closes DR-7474

Test plan

  • Verify the corrected command claude mcp add prisma-local -- npx -y prisma mcp works in Claude Code
  • Check docs render correctly on both v7 and v6

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Documentation
    • Corrected grammar and syntax in MCP server integration guides.
    • Updated command examples for local and remote MCP server configuration in Claude Code.
    • Clarified instructions with corrected command flags and separators for improved accuracy.

- Fix typo: "claud" → "claude" in Claude Code section
- Add missing `-y` flag and `--` separator to npx command
- Fix grammar: "Prisma's provides" → "Prisma provides"
- Apply fixes to both v7 and v6 docs

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vercel
Copy link

vercel bot commented Feb 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
blog Ready Ready Preview, Comment Feb 27, 2026 2:13pm
docs Ready Ready Preview, Comment Feb 27, 2026 2:13pm
eclipse Ready Ready Preview, Comment Feb 27, 2026 2:13pm

Request Review

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 27, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 05aeef6 and efa5779.

📒 Files selected for processing (2)
  • apps/docs/content/docs.v6/postgres/integrations/mcp-server.mdx
  • apps/docs/content/docs/ai/tools/mcp-server.mdx

Walkthrough

Documentation corrections applied to two MCP server integration guides, including grammar fixes ("Prisma's provides" → "Prisma provides"), command syntax updates (adding -- separator and -y flag), CLI typo corrections, and added remote MCP server configuration examples.

Changes

Cohort / File(s) Summary
MCP Server Documentation Updates
apps/docs/content/docs.v6/postgres/integrations/mcp-server.mdx, apps/docs/content/docs/ai/tools/mcp-server.mdx
Grammar corrections ("Prisma's provides" → "Prisma provides"), CLI typo fix ("claud mcp add" → "claude mcp add"), local MCP server command updated to claude mcp add prisma-local -- npx -y prisma mcp, and remote MCP server example added with HTTP transport specification (claude mcp add --transport http prisma-remote https://mcp.prisma.io/mcp).

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately captures the primary changes: fixing typos in the Claude Code MCP setup command and adding missing flags to prevent connection errors.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@argos-ci
Copy link

argos-ci bot commented Feb 27, 2026

The latest updates on your projects. Learn more about Argos notifications ↗︎

Build Status Details Updated (UTC)
default (Inspect) ⚠️ Changes detected (Review) 1 removed Feb 27, 2026, 2:19 PM

@ArthurGamby ArthurGamby merged commit 38a57c9 into main Feb 27, 2026
9 of 13 checks passed
@ArthurGamby ArthurGamby deleted the dr-7474-prisma-mcp-auth-errors-when-adding-to-claude branch February 27, 2026 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants