Troubleshooting Dust CLI for SSO Enforced Workspaces
Hi there 👋 I'm trying to use Dust CLI to run Dust MCP server, in order to let Cursor/Windsurf/Claude calling Dust agents Is it possible for workspaces where SSO is enforced ? Facing this error :
$ dust login
✓ Authentication and workspace selection complete!
Logged in as: timothe.delion@gitguardian.com
$ dust agents-mcp -p 5101
{
dustError: {
type: 'sso_enforced',
message: 'The user does not have an active session or is not authenticated.'
},
status: 403,
url: 'https://dust.tt/api/v1/w/<here_was_my_workspace_id>/assistant/agent_configurations?view=all',
duration: 274
} DustAPI error
Error: API Error fetching agents: The user does not have an active session or is not authenticated.
Thanks in advance for any help 🙂