Skip to content

Commit 38cfc0b

Browse files
Merge pull request #11 from Hacker0x01/philipkocanda-patch-1
Update README with Apollo MCP Server details and licensing
2 parents 5410237 + bf82612 commit 38cfc0b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ A Docker image that provides access to HackerOne's GraphQL API through the Model
66

77
**Multi-Architecture Support**: This image supports both Intel/AMD (amd64) and Apple Silicon (arm64) architectures.
88

9+
**Built on Apollo MCP Server**: This project is a thin wrapper around the upstream [Apollo MCP Server](https://github.com/apollographql/apollo-mcp-server), which exposes GraphQL operations as MCP tools.
10+
911
## Quick Start
1012

1113
1. **Run with an MCP client**:
@@ -103,3 +105,13 @@ A Docker image that provides access to HackerOne's GraphQL API through the Model
103105
- Running the container directly will result in an error as it expects an MCP client connection
104106
- The `-i` flag is required to maintain standard input for the stdio transport
105107
- 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)
108+
109+
## Issues & Contributions
110+
111+
- **HackerOne-specific behavior, configuration, token handling, schema quirks, mutation allow-listing, etc.:** open an issue in this repository.
112+
- **Generic MCP behavior, transports, protocol details, or GraphQL tool exposure mechanics:** consider checking/filing upstream in **apollographql/apollo-mcp-server**.
113+
114+
## Licensing Notes
115+
116+
This project depends on [Apollo MCP Server](https://github.com/apollographql/apollo-mcp-server), which is licensed under the **MIT License**.
117+
Your use of this image includes use of Apollo MCP Server under its license; please review the upstream LICENSE.

0 commit comments

Comments
 (0)