Skip to content

Commit ada542b

Browse files
committed
chore: bump version to 0.0.83 and update deploy URL for tracking
1 parent 80cce1e commit ada542b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"displayName": "Copilot MCP",
1414
"description": "Search, manage, and install open-source MCP servers",
15-
"version": "0.0.82",
15+
"version": "0.0.83",
1616
"icon": "logo.png",
1717
"engines": {
1818
"vscode": "^1.101.0"

src/panels/ExtensionPanel.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,9 +300,8 @@ export class CopilotMcpViewProvider implements vscode.WebviewViewProvider {
300300
},
301301
});
302302

303-
// Encode the repository URL for the query parameter
304-
const encodedRepoUrl = encodeURIComponent(payload.repoUrl);
305-
const deployUrl = `https://cloudmcp.run/dashboard/deploy/easy?q=${encodedRepoUrl}&utm_source=copilot-mcp&utm_medium=vscode&utm_campaign=deploy`;
303+
// Redirect to the main CloudMCP dashboard with tracking parameters
304+
const deployUrl = 'https://cloudmcp.run/dashboard?utm_source=copilot-mcp&utm_medium=vscode&utm_campaign=deploy';
306305

307306
// Open external URL with proper referrer tracking
308307
await vscode.env.openExternal(vscode.Uri.parse(deployUrl));

0 commit comments

Comments
 (0)