diff --git a/package.json b/package.json index 22e8c4f..a84a99f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@arcadeai/create-agent", - "version": "0.5.6", + "version": "0.5.7", "type": "module", "description": "Scaffold an Arcade-powered AI agent", "license": "MIT", diff --git a/src/post-scaffold.ts b/src/post-scaffold.ts index 7c1ce53..ed0e307 100644 --- a/src/post-scaffold.ts +++ b/src/post-scaffold.ts @@ -8,7 +8,7 @@ import { runAsync } from "./utils.js"; import type { TemplateMeta } from "./types.js"; const GATEWAY_SETUP_URL = - "https://app.arcade.dev/mcp-gateways?create=true&tools=" + + "https://app.arcade.dev/mcp-gateways/new?tools=" + encodeURIComponent( JSON.stringify([ "Slack.ListConversations",