Skip to content

Commit a211fd2

Browse files
committed
fix: slight mcp command improvements
1 parent 92fe650 commit a211fd2

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

packages/cli/commands/mcp.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,7 @@ export const mcpAction = async (options: {
185185
const newEntryValue = {
186186
type: "stdio",
187187
command: "npx",
188-
args: [
189-
"mcp-remote@next", // todo: remove next once stable
190-
mcpUrlWithAppId, // Always include appId explicitly as that is more stable
191-
],
188+
args: ["mcp-remote@latest", mcpUrlWithAppId],
192189
};
193190

194191
// Update Config Object

0 commit comments

Comments
 (0)