File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ " lingo.dev " : patch
3+ ---
4+
5+ remove old mcp command
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ import configCmd from "./cmd/config";
1414import i18nCmd from "./cmd/i18n" ;
1515import lockfileCmd from "./cmd/lockfile" ;
1616import cleanupCmd from "./cmd/cleanup" ;
17- import mcpCmd from "./cmd/mcp" ;
1817import ciCmd from "./cmd/ci" ;
1918import statusCmd from "./cmd/status" ;
2019import mayTheFourthCmd from "./cmd/may-the-fourth" ;
@@ -56,7 +55,6 @@ Star the the repo :) https://github.com/LingoDotDev/lingo.dev
5655 . addCommand ( configCmd )
5756 . addCommand ( lockfileCmd )
5857 . addCommand ( cleanupCmd )
59- . addCommand ( mcpCmd )
6058 . addCommand ( ciCmd )
6159 . addCommand ( statusCmd )
6260 . addCommand ( mayTheFourthCmd , { hidden : true } )
You can’t perform that action at this time.
0 commit comments