We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86dd056 commit 57c8fd3Copy full SHA for 57c8fd3
gopls/doc/features/mcp.md
@@ -20,7 +20,7 @@ To use the 'attached' mode, run gopls with the `-mcp.listen` flag. For
20
example:
21
22
```
23
-gopls serve -mcp.listen=localhost:8092`
+gopls serve -mcp.listen=localhost:8092
24
25
26
This exposes an HTTP based MCP server using the server-sent event transport
@@ -47,7 +47,7 @@ session, to emphasize their importance. The `-instructions` flag causes them to
47
be printed, so that you can do, for example:
48
49
50
-gopls mcp -instructions` > /path/to/contextFile.md
+gopls mcp -instructions > /path/to/contextFile.md
51
52
53
## Security considerations
0 commit comments