We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1d535b commit 9eb4b2bCopy full SHA for 9eb4b2b
1 file changed
src/steps/add-mcp-server-to-clients/defaults.ts
@@ -18,7 +18,7 @@ export const getDefaultServerConfig = (apiKey: string) => ({
18
args: [
19
'-y',
20
'mcp-remote@latest',
21
- 'https://mcp.posthog.com/sse',
+ 'https://mcp.posthog.com/mcp',
22
'--header',
23
`Authorization:\${POSTHOG_AUTH_HEADER}`,
24
],
0 commit comments