Skip to content

Commit 17ec4b2

Browse files
Merge pull request #90 from gleanwork/fix-bug-template
2 parents 934727b + 0f67614 commit 17ec4b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ assignees: ''
1515
<!-- Please complete the following checklist before submitting your issue to ensure you've done basic troubleshooting -->
1616

1717
- [ ] I have verified my environment variables are correctly set
18-
- `GLEAN_SUBDOMAIN` is set to my Glean instance subdomain
18+
- `GLEAN_INSTANCE` is set to my Glean instance (note: `GLEAN_SUBDOMAIN` is still supported for backwards compatibility)
1919
- `GLEAN_API_TOKEN` is a valid, non-expired API token
2020
- (Optional) `GLEAN_ACT_AS` is correctly set if using impersonation
2121
- [ ] I have tested the MCP server locally using `pnpm inspector` and confirmed the issue occurs there as well
@@ -61,7 +61,7 @@ assignees: ''
6161
"command": "npx",
6262
"args": ["-y", "@gleanwork/mcp-server"],
6363
"env": {
64-
"GLEAN_SUBDOMAIN": "<redacted>",
64+
"GLEAN_INSTANCE": "<redacted>",
6565
"GLEAN_API_TOKEN": "<redacted>"
6666
}
6767
}

0 commit comments

Comments
 (0)