Skip to content

Commit 5844098

Browse files
Update README.md
1 parent 27422b6 commit 5844098

File tree

1 file changed

+0
-55
lines changed

1 file changed

+0
-55
lines changed

README.md

Lines changed: 0 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -70,58 +70,3 @@ A Docker image that provides access to HackerOne's GraphQL API through the Model
7070
- Running the container directly will result in an error as it expects an MCP client connection
7171
- The `-i` flag is required to maintain standard input for the stdio transport
7272
- The `schema.graphql` in this repository may become outdated over time, you can download the latest one from HackerOne at [https://hackerone.com/schema.graphql](https://hackerone.com/schema.graphql)
73-
74-
## Development
75-
76-
### Creating a Release
77-
78-
To create a new release:
79-
80-
1. Create a [new release in GitHub](https://github.com/Hacker0x01/hackerone-graphql-mcp-server/releases/new).
81-
82-
2. GitHub Actions will automatically:
83-
- Build multi-architecture images (amd64, arm64)
84-
- Push to Docker Hub with appropriate tags
85-
- Update the `latest` tag
86-
87-
### Manual Build (Local Development)
88-
89-
For local development and testing:
90-
91-
```sh
92-
# Setup buildx
93-
docker buildx create --name multiarch --driver docker-container --use
94-
docker buildx inspect --bootstrap
95-
96-
# Build and push the image
97-
bin/build
98-
99-
# Clean up
100-
docker buildx rm multiarch
101-
```
102-
103-
### Updating the GraphQL schema
104-
105-
```sh
106-
curl https://hackerone.com/schema.graphql -o graphql/schema.graphql
107-
```
108-
109-
### Debugging
110-
111-
1. **Run MCP inspector:**
112-
```sh
113-
npx @modelcontextprotocol/inspector
114-
```
115-
116-
3. **Connect to the HackerOne MCP server from the web interface:**
117-
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)