-
-
Notifications
You must be signed in to change notification settings - Fork 1k
feat: mcp server #5798
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
feat: mcp server #5798
Conversation
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
There was a problem hiding this 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 introduces an MCP server for GoReleaser to enable automated release workflows and configuration management via the Model Context Protocol.
- Added MCP server dependency and indirect dependency updates in go.mod
- Registered a new "mcp" command in cmd/root.go
- Implemented the MCP server command and a "check_config" tool in cmd/mcp.go
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
go.mod | Added required dependencies for the MCP server integration |
cmd/root.go | Integrated new MCP command into the root command list |
cmd/mcp.go | Implemented the MCP server command and defined the check_config tool |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5798 +/- ##
==========================================
- Coverage 82.94% 82.62% -0.33%
==========================================
Files 163 164 +1
Lines 16310 16389 +79
==========================================
+ Hits 13529 13541 +12
- Misses 2190 2256 +66
- Partials 591 592 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Deploying goreleaser with
|
Latest commit: |
365bf12
|
Status: | ✅ Deploy successful! |
Preview URL: | https://fdcac1b2.goreleaser.pages.dev |
Branch Preview URL: | https://mcp.goreleaser.pages.dev |
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
gonna merge as is, can keep adding more stuff later. |
I'm playing with the idea of having a MCP server for goreleaser, so things like Cursor and can use it to figure things out about the project.
Some ideas of tools we can add: