Back to MCP directory
publicPublicdnsLocal runtime

mcp

GoReleaser的模型上下文协议服务器,提供配置验证、弃用修复和文档访问功能,帮助AI助手理解和操作GoReleaser配置。

article

README

🚀 GoReleaser MCP

GoReleaser MCP 是一个用于 GoReleaser 的模型上下文协议(MCP)服务器,它提供了工具和文档,帮助 AI 助手理解和使用 GoReleaser 配置。

🚀 快速开始

GoReleaser MCP 是一个专为 GoReleaser 设计的模型上下文协议(MCP)服务器,它能助力 AI 助手更好地理解和运用 GoReleaser 配置。

✨ 主要特性

  • 配置验证:检查 GoReleaser 配置是否存在错误和已弃用的选项。
  • 弃用修复:系统会提示你修复已弃用的配置选项,并提供详细的操作说明。
  • 嵌入式文档:可直接通过 MCP 服务器访问 GoReleaser 文档。
  • 更新提示:使用 update_config 提示来更新你的 GoReleaser 配置。

📦 安装指南

你可以使用以下命令进行安装:

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

💻 使用示例

基础用法

你可以在工具中添加如下配置:

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

📄 许可证

该项目遵循 MIT 许可证

📊 项目状态

| 状态 | 详情 | | ---- | ---- | | 最新版本 | Release | | 软件许可证 | Software License | | 构建状态 | Build status | | Go 文档 | Go Doc | | 驱动支持 | Powered By: GoReleaser | | 代码质量 | GoReportCard |

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client