From ab4c5d23eee5c1abdd1731eabc0a3bb5242a1847 Mon Sep 17 00:00:00 2001 From: Greg Methvin Date: Sat, 15 Nov 2025 14:35:20 -0800 Subject: [PATCH] Add note about maintenance and breaking changes. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ae93924..c9c3a2f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ TypeScript client library for the [Iterable API](https://api.iterable.com/api/docs). +**Important:** This library is maintained for use in the [Iterable MCP server](https://github.com/Iterable/mcp-server) and internal Iterable projects. The API may change at any time. If using this library directly in your own projects, be prepared to adapt to breaking changes. + +Pull requests for bugfixes and improvements are always welcome and appreciated. + ## Installation ```bash