-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Feature Description
With the addition of the new configure command in #38, we should fast-follow that change with the ability to update your MCP configuration if your authentication credentials change. We could also consider a --force flag to force an update of the configuration.
npx @gleanwork/mcp-server configure --client cursor --token <foo> --domain <bar> --forceWe could consider a twofold approach:
- Using the
--forceflag. This destructively makes the change immediately. - A user confirmation in the terminal, if changes to the config are detected but the
--forceflag isn't present.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request