diff --git a/docs/sdks/ts/getting-started.mdx b/docs/sdks/ts/getting-started.mdx index 22ba1e01..75fefd61 100644 --- a/docs/sdks/ts/getting-started.mdx +++ b/docs/sdks/ts/getting-started.mdx @@ -3,6 +3,10 @@ title: "Getting Started" description: "Get started with the Context7 TypeScript SDK" --- + + **Work in Progress**: This SDK is currently under active development. The API is subject to change and may introduce breaking changes in future releases. + + # Getting Started `@upstash/context7-sdk` is a TypeScript SDK for Context7, enabling easier access to library documentation with full type coverage. diff --git a/packages/sdk/README.md b/packages/sdk/README.md index b047b578..b1dad7f6 100644 --- a/packages/sdk/README.md +++ b/packages/sdk/README.md @@ -1,5 +1,7 @@ # Upstash Context7 SDK +> ⚠️ **Work in Progress**: This SDK is currently under active development. The API is subject to change and may introduce breaking changes in future releases. + `@upstash/context7-sdk` is an HTTP/REST based client for TypeScript, built on top of the [Context7 API](https://context7.com). ## Why Context7?