Skip to content

Commit 41b568d

Browse files
committed
Fix the vibe-based hallucinations in the mise instructions
1 parent 387a47e commit 41b568d

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,22 +88,17 @@ More about using MCP server tools in VS Code's [agent mode documentation](https:
8888

8989
### Using Mise for Installation
9090

91-
To quickly configure and deploy the GitHub MCP Server in your environment, you can use **[Mise](https://mise.jdx.dev)**, a deployment and configuration tool optimized for developer workflows.
91+
To quickly configure and deploy the GitHub MCP Server in your environment, you can use **[Mise](https://mise.jdx.dev)**, a developer tool manager
9292

9393
Here’s how to get started:
9494

9595
1. Install `mise` by following the installation instructions at [https://mise.jdx.dev](https://mise.jdx.dev).
96-
2. Use the following command to deploy the GitHub MCP Server configuration:
96+
2. Use the following command to install the latest build of github-mcp-server
9797

9898
```bash
99-
mise deploy github-mcp-server --token=<YOUR_PERSONAL_ACCESS_TOKEN> --use-docker
99+
mise use -g ubi:github/github-mcp-server
100100
```
101101

102-
- Replace `<YOUR_PERSONAL_ACCESS_TOKEN>` with your GitHub personal access token.
103-
- Use `--use-docker` to run the server via Docker.
104-
105-
3. Confirm that the server is running using `mise status`.
106-
107102
For more details, see [Mise's official documentation](https://mise.jdx.dev/docs).
108103

109104
### Build from source

0 commit comments

Comments
 (0)