GM

goreleaser/mcp

Deployment & DevOps
22 stars 0 forks 품질 85 트렌드 85

GoReleaser MCP Model Context Protocol server for GoReleaser.

개요

GoReleaser MCP Model Context Protocol server for GoReleaser.

README

GoReleaser MCP Model Context Protocol server for GoReleaser.


A Model Context Protocol (MCP) server for GoReleaser. Provides tools and documentation to help AI assistants understand and work with GoReleaser configurations.


Features

  • Configuration Validation: Check GoReleaser configurations for errors and deprecated options
  • Deprecation Fixes: Get prompted to fix deprecated configuration options with detailed instructions
  • Embedded Documentation: Access GoReleaser documentation directly through the MCP server
  • Update Prompt: Use the update_config prompt to modernize your GoReleaser configuration

Installation

npm install -g @goreleaser/mcp
brew install --cask goreleaser/tap/mcp
winget install goreleaser.mcp

Usage

You can add something like this to your tooling:

{
  // ...
  "mcp": {
    "goreleaser": {
      "command": "goreleaser-mcp",
      "type": "stdio"
    }
  }
  // ...
}

Badges

View this README on GitHub

설치

This server does not publish a one-line install command.

Open the repository installation guide