diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index 0bac77b..45eeec5 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "posthog", "displayName": "PostHog", - "version": "1.0.5", + "version": "1.1.2", "description": "Access PostHog analytics, feature flags, experiments, error tracking, and insights directly from Cursor", "author": { "name": "PostHog", diff --git a/.mcp.json b/.mcp.json index 5cdc28e..c520e60 100644 --- a/.mcp.json +++ b/.mcp.json @@ -2,7 +2,7 @@ "mcpServers": { "posthog": { "type": "http", - "url": "${POSTHOG_MCP_URL:-https://mcp.posthog.com/mcp}" + "url": "https://mcp.posthog.com/mcp" } } } diff --git a/mcp.json b/mcp.json index 5cdc28e..c520e60 100644 --- a/mcp.json +++ b/mcp.json @@ -2,7 +2,7 @@ "mcpServers": { "posthog": { "type": "http", - "url": "${POSTHOG_MCP_URL:-https://mcp.posthog.com/mcp}" + "url": "https://mcp.posthog.com/mcp" } } }