Skip to content

Commit 57c8fd3

Browse files
committed
gopls/doc/features: fix two stray backticks
Change-Id: I6d3030b7a326bad1ec3307ced4ce47f8e9e37dce Reviewed-on: https://go-review.googlesource.com/c/tools/+/688575 Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 86dd056 commit 57c8fd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gopls/doc/features/mcp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To use the 'attached' mode, run gopls with the `-mcp.listen` flag. For
2020
example:
2121

2222
```
23-
gopls serve -mcp.listen=localhost:8092`
23+
gopls serve -mcp.listen=localhost:8092
2424
```
2525

2626
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
4747
be printed, so that you can do, for example:
4848

4949
```
50-
gopls mcp -instructions` > /path/to/contextFile.md
50+
gopls mcp -instructions > /path/to/contextFile.md
5151
```
5252

5353
## Security considerations

0 commit comments

Comments
 (0)