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> --force
We could consider a twofold approach:
- Using the
--force flag. This destructively makes the change immediately.
- A user confirmation in the terminal, if changes to the config are detected but the
--force flag isn't present.
Feature Description
With the addition of the new
configurecommand 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--forceflag to force an update of the configuration.We could consider a twofold approach:
--forceflag. This destructively makes the change immediately.--forceflag isn't present.