@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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/cli.js +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@legionai/mcp",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Legion MCP Server - Railway logs access for AI agents",
5
5
  "main": "src/index.js",
6
6
  "bin": {
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);