@legionai/mcp 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/cli.js +1 -0
package/package.json
CHANGED
package/src/cli.js
CHANGED
|
@@ -177,6 +177,7 @@ async function login() {
|
|
|
177
177
|
console.log('\n✓ Logged in successfully!');
|
|
178
178
|
console.log(` Token saved to ${CONFIG_FILE}`);
|
|
179
179
|
console.log('\n You can now use Legion MCP tools.');
|
|
180
|
+
process.exit(0);
|
|
180
181
|
|
|
181
182
|
} catch (err) {
|
|
182
183
|
console.error('\n✗ Login failed:', err.message);
|