@posthog/mcp 0.0.0 → 0.0.1
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 +7 -0
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -71,6 +71,13 @@ pnpm fix
|
|
|
71
71
|
|
|
72
72
|
`pnpm typecheck` uses the TypeScript 7 native preview via `tsgo`.
|
|
73
73
|
|
|
74
|
+
## Releases
|
|
75
|
+
|
|
76
|
+
Releases are semi-automatic through Changesets and GitHub Actions.
|
|
77
|
+
See [RELEASE.md](./RELEASE.md) for the release process.
|
|
78
|
+
|
|
79
|
+
Release approval requests are posted in Slack to `#approvals-client-libraries`.
|
|
80
|
+
|
|
74
81
|
## Attribution
|
|
75
82
|
|
|
76
83
|
This SDK started from a duplicated copy of the MIT-licensed [MCPcat TypeScript SDK](https://github.com/MCPCat/mcpcat-typescript-sdk). We are grateful for their work on MCP server instrumentation patterns, especially tool-call tracing, context capture, and MCP SDK compatibility handling.
|
package/dist/index.cjs
CHANGED
package/dist/index.mjs
CHANGED