-
Notifications
You must be signed in to change notification settings - Fork 66
Updated instructions for mcp server setup #527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #527 +/- ##
=======================================
Coverage 17.88% 17.88%
=======================================
Files 176 176
Lines 16988 16988
=======================================
Hits 3039 3039
Misses 13716 13716
Partials 233 233 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR enhances the MCP server setup documentation by clarifying SSE transport configuration and adding platform-specific examples.
- Refines instructions for SSE transport configuration
- Adds examples for Cursor and VS Code configurations (project and user scopes)
- Introduces Copilot-related vet-mcp usage rules
Comments suppressed due to low confidence (3)
docs/mcp.md:40
- The sentence is missing the article 'the'. Consider 'Add the following configuration...' for clarity.
Add following configuration to your MCP client configuration file, if you are using SSE transport:
docs/mcp.md:43
- This JSON snippet omits the outer braces and the 'mcpServers' wrapper, making it invalid as a standalone object. Restoring the full structure would help readers apply it directly.
"vet-mcp": {
docs/mcp.md:113
- [nitpick] Inconsistent product naming; consider using 'VS Code' (with a space and uppercase letters) to match the official name.
#### VsCode
Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
No description provided.