We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92fe650 commit a211fd2Copy full SHA for a211fd2
1 file changed
packages/cli/commands/mcp.ts
@@ -185,10 +185,7 @@ export const mcpAction = async (options: {
185
const newEntryValue = {
186
type: "stdio",
187
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
- ],
+ args: ["mcp-remote@latest", mcpUrlWithAppId],
192
};
193
194
// Update Config Object
0 commit comments