Skip to content

Commit 9eb4b2b

Browse files
authored
switch transport to streamable http (#117)
1 parent e1d535b commit 9eb4b2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/steps/add-mcp-server-to-clients/defaults.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const getDefaultServerConfig = (apiKey: string) => ({
1818
args: [
1919
'-y',
2020
'mcp-remote@latest',
21-
'https://mcp.posthog.com/sse',
21+
'https://mcp.posthog.com/mcp',
2222
'--header',
2323
`Authorization:\${POSTHOG_AUTH_HEADER}`,
2424
],

0 commit comments

Comments
 (0)