Skip to content

Commit aa9bcc2

Browse files
authored
fix: MCP connection should happen over HTTPS (#167)
1 parent fd846e3 commit aa9bcc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nextjs/nextjs-wizard-agent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export async function runNextjsWizardAgent(
8181
const agent = initializeAgent(
8282
{
8383
workingDirectory: options.installDir,
84-
posthogMcpUrl: 'http://mcp.posthog.com/mcp',
84+
posthogMcpUrl: 'https://mcp.posthog.com/mcp',
8585
posthogApiKey: accessToken,
8686
debug: false,
8787
},

0 commit comments

Comments
 (0)