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
Copy file name to clipboardExpand all lines: README.md
+18-4Lines changed: 18 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -91,10 +91,24 @@ More about using MCP server tools in VS Code's [agent mode documentation](https:
91
91
92
92
###Build from source
93
93
94
-
If you don't have Docker, you can use`go` to build the binary in the
95
-
`cmd/github-mcp-server` directory, and use the`github-mcp-server stdio`
96
-
command with the`GITHUB_PERSONAL_ACCESS_TOKEN` environment variable set to
97
-
your token.
94
+
If you don't have Docker, you can use`go build` to build the binary in the
95
+
`cmd/github-mcp-server` directory, and use the`github-mcp-server stdio` command with the`GITHUB_PERSONAL_ACCESS_TOKEN` environment variable set to your token. To specify the output location of the build, use the`-o` flag. You should configure your server to use the built executable as its`command`. For example: