Skip to content

Commit 1a250e6

Browse files
authored
chore(cli): rm old mcp command (#1757)
* chore: remove old mcp command * chore(cli): changeset
1 parent 27b0a00 commit 1a250e6

3 files changed

Lines changed: 5 additions & 69 deletions

File tree

.changeset/slick-camels-clean.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"lingo.dev": patch
3+
---
4+
5+
remove old mcp command

packages/cli/src/cli/cmd/mcp.ts

Lines changed: 0 additions & 67 deletions
This file was deleted.

packages/cli/src/cli/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import configCmd from "./cmd/config";
1414
import i18nCmd from "./cmd/i18n";
1515
import lockfileCmd from "./cmd/lockfile";
1616
import cleanupCmd from "./cmd/cleanup";
17-
import mcpCmd from "./cmd/mcp";
1817
import ciCmd from "./cmd/ci";
1918
import statusCmd from "./cmd/status";
2019
import 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 })

0 commit comments

Comments
 (0)