Skip to content
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

Move MCP service to a separate module. #169

Merged
merged 7 commits into from
Mar 26, 2025
Merged

Move MCP service to a separate module. #169

merged 7 commits into from
Mar 26, 2025

Conversation

aoli-al
Copy link
Member

@aoli-al aoli-al commented Mar 26, 2025

No description provided.

@Copilot Copilot bot review requested due to automatic review settings March 26, 2025 20:41
Copy link
Contributor

@Copilot 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 primarily focuses on moving the MCP service to a separate module, while also updating the changelog with a bug fix.

  • Separates the MCP service into its own module.
  • Updates the changelog with a fix for a concurrent modification exception in the ThreadTimelinePanel.
Files not reviewed (19)
  • core/src/main/kotlin/org/pastalab/fray/core/RunContext.kt: Language not supported
  • core/src/main/kotlin/org/pastalab/fray/core/command/Configuration.kt: Language not supported
  • core/src/main/kotlin/org/pastalab/fray/core/observers/ScheduleRecorder.kt: Language not supported
  • core/src/main/kotlin/org/pastalab/fray/core/observers/ScheduleSaver.kt: Language not supported
  • core/src/main/kotlin/org/pastalab/fray/core/observers/ScheduleVerifier.kt: Language not supported
  • core/src/main/kotlin/org/pastalab/fray/core/scheduler/FrayIdeaPluginScheduler.kt: Language not supported
  • core/src/main/kotlin/org/pastalab/fray/core/utils/Utils.kt: Language not supported
  • mcp/build.gradle.kts: Language not supported
  • mcp/src/main/kotlin/org/pastalab/fray/mcp/ClassSourceProvider.kt: Language not supported
  • mcp/src/main/kotlin/org/pastalab/fray/mcp/DebuggerProvider.kt: Language not supported
  • mcp/src/main/kotlin/org/pastalab/fray/mcp/SchedulerDelegate.kt: Language not supported
  • mcp/src/main/kotlin/org/pastalab/fray/mcp/SchedulerMcpBase.kt: Language not supported
  • mcp/src/main/kotlin/org/pastalab/fray/mcp/SchedulerMcpExplorer.kt: Language not supported
  • mcp/src/main/kotlin/org/pastalab/fray/mcp/standalone/RemoteVMConnector.kt: Language not supported
  • plugins/gradle/build.gradle.kts: Language not supported
  • plugins/idea/build.gradle.kts: Language not supported
  • plugins/idea/src/main/kotlin/org/pastalab/fray/idea/debugger/FrayDebuggerManager.kt: Language not supported
  • plugins/idea/src/main/kotlin/org/pastalab/fray/idea/debugger/FrayDebuggerScheduler.kt: Language not supported
  • plugins/idea/src/main/kotlin/org/pastalab/fray/idea/debugger/FrayScheduleObserver.kt: Language not supported
Comments suppressed due to low confidence (1)

CHANGELOG.md:24

  • The changelog entry appears unrelated to the PR's primary purpose of moving the MCP service. Please verify if this fix is meant to be part of this PR or if it should belong in a separate commit to maintain clarity.
+- Fix concurrent modification exception in the `ThreadTimelinePanel`.

@aoli-al aoli-al merged commit 3a3047c into main Mar 26, 2025
1 check passed
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.

1 participant