chore(MCP): bump version to trigger release (#41488)

This commit is contained in:
Danilo Campos
2025-11-13 12:59:22 -08:00
committed by GitHub
parent e2dcc48760
commit 2e2bd0fc73
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ jobs:
with:
filters: |
mcp:
- 'mcp/**'
- 'products/mcp/**'
- '.github/workflows/mcp-ci.yml'
- '.github/workflows/mcp-publish.yml'

View File

@@ -1,6 +1,6 @@
{
"name": "@posthog/agent-toolkit",
"version": "0.2.2",
"version": "0.2.3",
"description": "PostHog tools for AI agents",
"main": "dist/index.js",
"module": "dist/index.mjs",