Skip to content

Commit c0d2f90

Browse files
committed
update readme (bump version in examples)
1 parent f9c89a6 commit c0d2f90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A Docker image that provides access to HackerOne's GraphQL API through the Model
1616
-e ENDPOINT="https://hackerone.com/graphql" \
1717
-e TOKEN="<your_base64_encoded_token>" \
1818
-e MUTATION_MODE="none" \
19-
hackertwo/hackerone-graphql-mcp-server:1.0.6
19+
hackertwo/hackerone-graphql-mcp-server:1.0.7
2020
```
2121

2222
## Docker Image Tags
@@ -69,7 +69,7 @@ A Docker image that provides access to HackerOne's GraphQL API through the Model
6969
"TOKEN=<your_base64_encoded_token>",
7070
"-e",
7171
"MUTATION_MODE=none",
72-
"hackertwo/hackerone-graphql-mcp-server:1.0.6"
72+
"hackertwo/hackerone-graphql-mcp-server:1.0.7"
7373
]
7474
}
7575
```
@@ -92,7 +92,7 @@ A Docker image that provides access to HackerOne's GraphQL API through the Model
9292
"TOKEN=<your_base64_encoded_token>",
9393
"-e",
9494
"MUTATION_MODE=none",
95-
"hackertwo/hackerone-graphql-mcp-server:1.0.6"
95+
"hackertwo/hackerone-graphql-mcp-server:1.0.7"
9696
]
9797
}
9898
}

0 commit comments

Comments
 (0)