You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -409,6 +409,24 @@ export async function startMcpServer() {
409
409
}
410
410
);
411
411
412
+
server.registerTool(
413
+
'codeant_logout',
414
+
{
415
+
title: 'Sign out of CodeAnt AI',
416
+
description: 'Clears the saved API token from ~/.codeant/config.json and unsets CODEANT_API_TOKEN on the running MCP process. Returns { wasLoggedIn: false } immediately if no token was configured.',
0 commit comments