From bf8261242b4640ef8cb91105e195727335b01411 Mon Sep 17 00:00:00 2001 From: Philip Kocanda Date: Thu, 28 Aug 2025 11:51:08 +0200 Subject: [PATCH] Update README with Apollo MCP Server details and licensing --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 515348a..9e93adc 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ A Docker image that provides access to HackerOne's GraphQL API through the Model **Multi-Architecture Support**: This image supports both Intel/AMD (amd64) and Apple Silicon (arm64) architectures. +**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. + ## Quick Start 1. **Run with an MCP client**: @@ -103,3 +105,13 @@ A Docker image that provides access to HackerOne's GraphQL API through the Model - Running the container directly will result in an error as it expects an MCP client connection - The `-i` flag is required to maintain standard input for the stdio transport - 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) + +## Issues & Contributions + +- **HackerOne-specific behavior, configuration, token handling, schema quirks, mutation allow-listing, etc.:** open an issue in this repository. +- **Generic MCP behavior, transports, protocol details, or GraphQL tool exposure mechanics:** consider checking/filing upstream in **apollographql/apollo-mcp-server**. + +## Licensing Notes + +This project depends on [Apollo MCP Server](https://github.com/apollographql/apollo-mcp-server), which is licensed under the **MIT License**. +Your use of this image includes use of Apollo MCP Server under its license; please review the upstream LICENSE.