You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`TOKEN`| Base64 encoded API token in format: `base64(username:api_key)`| - |
33
+
|`MUTATION_MODE`| Controls which mutations are allowed:<br/>• `none`: No mutations allowed<br/>• `explicit`: Only explicitly defined mutations allowed<br/>• `all`: All mutations allowed |`none`|
34
+
|`DISABLE_TYPE_DESCRIPTION`| If set to `true`, tools will have no type descriptions (e.g. "The returned value has type ...") |`false`|
35
+
|`DISABLE_SCHEMA_DESCRIPTION`| If set to `true`, tools will have no schema description |`false`|
35
36
36
37
## Generating an API Token
37
38
@@ -65,7 +66,7 @@ A Docker image that provides access to HackerOne's GraphQL API through the Model
65
66
"-e",
66
67
"TOKEN=<your_base64_encoded_token>",
67
68
"-e",
68
-
"ALLOW_MUTATIONS=none",
69
+
"MUTATION_MODE=none",
69
70
"hackertwo/hackerone-graphql-mcp-server:1.0.5"
70
71
]
71
72
}
@@ -88,7 +89,7 @@ A Docker image that provides access to HackerOne's GraphQL API through the Model
0 commit comments