Skip to content

Commit 4bac76d

Browse files
committed
name the cli "cli" in package.json for consistency
1 parent fd39000 commit 4bac76d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mcp-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"prepare": "pnpm run build",
3535
"test": "vitest run",
3636
"check": "tsc",
37-
"agent": "tsx cli.ts"
37+
"cli": "tsx cli.ts"
3838
},
3939
"files": [
4040
"src",

0 commit comments

Comments
 (0)