You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a gopls subcommand that runs the Go MCP
server in "headless" mode - independently from a
real LSP client. Uses the fake client implementation
used by other gopls subcommands to initialize
a new gopls session.
`gopls mcp` - start an stdio MCP server
`gopls mcp -listen=localhost:3000" - start an SSE MCP server
running over http on the given address
Change-Id: I64ea79196a8d1d01df02757e693354beb8e52197
Reviewed-on: https://go-review.googlesource.com/c/tools/+/675935
Reviewed-by: Hongxiang Jiang <[email protected]>
Reviewed-by: Alan Donovan <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
0 commit comments