File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments