Fix Claude Code MCP setup command typos and missing flags#7569
Fix Claude Code MCP setup command typos and missing flags#7569ArthurGamby merged 2 commits intomainfrom
Conversation
- 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>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
WalkthroughDocumentation corrections applied to two MCP server integration guides, including grammar fixes ("Prisma's provides" → "Prisma provides"), command syntax updates (adding Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ 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. Comment |
|
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
Summary
Fixes documentation issues in the MCP server guide that could cause connection/auth errors when setting up Prisma MCP in Claude Code:
claud mcp add→claude mcp add-yflag: Added-yto thenpxcommand to auto-confirm package installation (prevents stdio hanging)--separator: Ensures args are correctly passed to the npx commandPrisma's provides→Prisma providesApplied to both v7 (
content/docs/) and v6 (content/docs.v6/) versions of the MCP server guide.Closes DR-7474
Test plan
claude mcp add prisma-local -- npx -y prisma mcpworks in Claude Code🤖 Generated with Claude Code
Summary by CodeRabbit