-
Notifications
You must be signed in to change notification settings - Fork 0
Fix project configuration and documentation for MCP server #14
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
Remove incorrect dotnet tool configuration that was causing packaging issues. This should be an MCP server only, not a global dotnet tool. - Set PackAsTool=false - Remove ToolCommandName - Set PackageType=McpServer only 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Replace dotnet tool installation instructions with dnx - Update all MCP configuration examples to use dnx commands - Remove references to global dotnet tool installation - Update build documentation to reflect MCP package (not tool) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
|
Claude finished @ElanHasson's task —— View job PR Review Complete ✅I've thoroughly reviewed the changes in this PR that fix the project configuration and documentation for the MCP server. Todo List:
Code Quality & Best Practices ✅Project Configuration (
Documentation Updates (
Potential Issues
|
PackAsTool should be true for MCP servers to enable proper packaging and distribution via dnx. Only removed dotnet tool specific properties like ToolCommandName. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
|
Claude finished @ElanHasson's task —— View job PR Review Complete ✅I've completed my review of this PR that fixes the project configuration and documentation for the MCP server setup. Todo List:
Review Feedback✅ Code Quality and Best PracticesExcellent Changes Overall:
Project Configuration (
|
Summary
Corrects project configuration that was incorrectly set up as a dotnet tool and updates all documentation to use dnx instead.
Changes Made
PackAsTool=falseandPackageType=McpServeronly (not dotnet tool)dnx InfinityFlow.CSharp.Eval --version 1.0.0 --yesTechnical Details
ToolCommandNameproperty (not needed for MCP servers)🤖 Generated with Claude Code