File tree Expand file tree Collapse file tree 1 file changed +15
-17
lines changed Expand file tree Collapse file tree 1 file changed +15
-17
lines changed Original file line number Diff line number Diff 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+ ```
You can’t perform that action at this time.
0 commit comments