We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd846e3 commit aa9bcc2Copy full SHA for aa9bcc2
src/nextjs/nextjs-wizard-agent.ts
@@ -81,7 +81,7 @@ export async function runNextjsWizardAgent(
81
const agent = initializeAgent(
82
{
83
workingDirectory: options.installDir,
84
- posthogMcpUrl: 'http://mcp.posthog.com/mcp',
+ posthogMcpUrl: 'https://mcp.posthog.com/mcp',
85
posthogApiKey: accessToken,
86
debug: false,
87
},
0 commit comments