Skip to content

Commit 27422b6

Browse files
Update README.md
1 parent 427cd59 commit 27422b6

File tree

1 file changed

+15
-17
lines changed

1 file changed

+15
-17
lines changed

README.md

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -108,22 +108,20 @@ curl https://hackerone.com/schema.graphql -o graphql/schema.graphql
108108

109109
### Debugging
110110

111-
1. Run MCP inspector:
112-
113-
```
114-
npx @modelcontextprotocol/inspector
115-
```
116-
117-
2. Connect to the HackerOne MCP server from the UI:
118-
119-
Command:
120-
121-
```sh
122-
/usr/local/bin/docker
123-
```
111+
1. **Run MCP inspector:**
112+
```sh
113+
npx @modelcontextprotocol/inspector
114+
```
124115

125-
Arguments:
116+
3. **Connect to the HackerOne MCP server from the web interface:**
126117

127-
```sh
128-
run -i --rm -e ENDPOINT=http://host.docker.internal:3000/graphql -e TOKEN=<TOKEN> -e ALLOW_MUTATIONS=all hackertwo/hackerone-graphql-mcp-server:1.0.5
129-
```
118+
Command:
119+
```sh
120+
/usr/local/bin/docker
121+
```
122+
123+
Arguments:
124+
125+
```sh
126+
run -i --rm -e ENDPOINT=http://host.docker.internal:3000/graphql -e TOKEN=<TOKEN> -e ALLOW_MUTATIONS=all hackertwo/hackerone-graphql-mcp-server:1.0.5
127+
```

0 commit comments

Comments
 (0)