-
Notifications
You must be signed in to change notification settings - Fork 0
Add Cursor and Claude Code MCP configuration support #8
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
- Add Cursor configuration for both Docker and dotnet tool installation - Add Claude Code configuration with platform-specific paths - Include CSX_ALLOWED_PATH environment variable examples for security - Reorganize MCP configuration section with Cursor and Claude Code first
- Add .mcp.json configuration file for MCP client support - Make CSharpEvalTools public and add McpServerToolType attribute for proper MCP registration - Enable csharp-mcp server to work with Cursor IDE and Claude Code 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
|
Claude finished @ElanHasson's task —— View job Code Review CompleteTodo List:
Review Feedback✅ Overall AssessmentThis PR successfully adds MCP client configuration support for Cursor IDE and Claude Code. The changes are well-structured and follow good practices for enabling external MCP client integration. 📋 File-by-File Analysis
|
Summary
.mcp.jsonconfiguration file to enable MCP client support for Cursor IDE and Claude CodeCSharpEvalToolsclass public and addedMcpServerToolTypeattribute for proper MCP registrationTest plan
.mcp.jsonconfiguration🤖 Generated with Claude Code