@posthog/mcp 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
TypeScript SDK for instrumenting Model Context Protocol servers with PostHog analytics.
|
|
4
4
|
|
|
5
|
-
>
|
|
5
|
+
> Warning:
|
|
6
6
|
> This package is in very early access and is not suitable for production use yet.
|
|
7
7
|
> The API, event names, PostHog property schema, tracing behavior, and release process may change without notice while we dogfood the SDK.
|
|
8
8
|
> We publish in public because PostHog builds in public, but you should treat `0.0.x` releases as experimental.
|
package/dist/index.cjs
CHANGED
package/dist/index.mjs
CHANGED