Skip to content

Commit 783273e

Browse files
committed
add .env.template to github tool
Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com>
1 parent 21cdf01 commit 783273e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

mcp/github_tool/.env.template

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
UPSTREAM_MCP = "https://api.githubcopilot.com/mcp/"
2+
REQUIRED_SCOPE = "github-full-access"
3+
INIT_AUTH_HEADER = "Bearer <PAT>"
4+
UPSTREAM_HEADER_TO_USE_IF_IN_AUDIENCE = "Bearer <PAT>"
5+
UPSTREAM_HEADER_TO_USE_IF_NOT_IN_AUDIENCE = "Bearer <PAT>"

0 commit comments

Comments
 (0)