送信
An MCP (Model Context Protocol) server that wraps gopls to provide Go language server features.

ツール

サーバー設定

{
  "mcpServers": {
    "mcp-gopls": {
      "command": "mcp-gopls",
      "args": [
        "-workspace",
        "/path/to/your/go/project"
      ]
    }
  }
}