Skip to content

update Dockerfile and Go modules to use Go 1.24.4; refactor server in…#1

Merged
avarabyeu merged 4 commits into
mainfrom
sse-support
Jun 6, 2025
Merged

update Dockerfile and Go modules to use Go 1.24.4; refactor server in…#1
avarabyeu merged 4 commits into
mainfrom
sse-support

Conversation

@avarabyeu
Copy link
Copy Markdown
Member

…itialization and add SSE server support

@avarabyeu avarabyeu requested a review from Copilot June 6, 2025 08:59

This comment was marked as outdated.

@avarabyeu avarabyeu requested a review from Copilot June 6, 2025 09:02

This comment was marked as outdated.

avarabyeu and others added 2 commits June 6, 2025 11:05
@avarabyeu avarabyeu requested a review from Copilot June 6, 2025 09:23
@avarabyeu avarabyeu self-assigned this Jun 6, 2025
Copy link
Copy Markdown
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 updates the Go modules and Dockerfile to use Go 1.24.4 while refactoring the server code to add SSE server support.

  • Update go.mod to bump Go version and promote a direct dependency on gopkg.in/yaml.v3.
  • Refactor cmd/reportportal-mcp-server/main.go by extracting server initialization into a new function and adding SSE server support.
  • Update Dockerfile to use Go 1.24.4 as the base image.

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
go.mod Updated Go version and dependency management, including promotion of yaml.v3 dependency.
cmd/reportportal-mcp-server/main.go Refactored server initialization and added new CLI subcommand to support SSE server mode.
Dockerfile Changed base image to Go 1.24.4.

Comment thread cmd/reportportal-mcp-server/main.go Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@avarabyeu avarabyeu merged commit 396e236 into main Jun 6, 2025
1 check passed
@avarabyeu avarabyeu deleted the sse-support branch June 6, 2025 09:26
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