Skip to content

Conversation

@dima-m711
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings June 18, 2025 20:46
Copy link
Contributor

Copilot AI left a 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 adds support for the new Claude Code CLI client integration for the MCP application. Key changes include:

  • Introduction of a new file with ClaudeCodeManager to handle the Claude Code CLI integration.
  • Updates to the client registry, initialization, and module exports to incorporate the new client.
  • Cleanup in router.py to remove a duplicate asyncio import.

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/mcpm/router/router.py Removed duplicate asyncio import and re-ordered import statements for clarity.
src/mcpm/clients/managers/claude_code.py Added ClaudeCodeManager that integrates Claude Code CLI functionalities.
src/mcpm/clients/managers/init.py Updated imports and all to export ClaudeCodeManager.
src/mcpm/clients/client_registry.py Added registry mapping for the new "claude-code" client.
src/mcpm/clients/init.py Inserted ClaudeCodeManager into module exports via all.
Comments suppressed due to low confidence (1)

src/mcpm/clients/managers/claude_code.py:45

  • The attribute '_system' used here is not defined within ClaudeCodeManager; please ensure it is properly initialized or inherited to avoid runtime errors.
        claude_executable = "claude.exe" if self._system == "Windows" else "claude"

Copy link
Contributor

@JoJoJoJoJoJoJo JoJoJoJoJoJoJo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@JoJoJoJoJoJoJo JoJoJoJoJoJoJo merged commit e959ecf into pathintegral-institute:main Jun 19, 2025
3 checks passed
@mcpm-semantic-release
Copy link

🎉 This PR is included in version 1.13.6 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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