Skip to content

Commit d75fc5d

Browse files
committed
fix: add github network ecosystem for MCP server API access
The github MCP server container needs to reach api.github.com to fulfill issue reads. network: defaults only covers basic infrastructure, not GitHub domains. Add github, containers, and nsip.org to network allowed list.
1 parent 394acf6 commit d75fc5d

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

.github/workflows/flock-action.lock.yml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/flock-action.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ on:
1111

1212
permissions: read-all
1313

14-
network: defaults
14+
network:
15+
allowed:
16+
- defaults
17+
- github
18+
- containers
19+
- "nsip.org"
1520

1621
tools:
1722
edit:

0 commit comments

Comments
 (0)