From 1d6bfc288c85330c035253784e17646c4b3e4b5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fahreddin=20=C3=96zcan?= Date: Wed, 10 Dec 2025 02:01:03 +0300 Subject: [PATCH] docs: add in progress warning for sdk package and docs --- docs/sdks/ts/getting-started.mdx | 4 ++++ packages/sdk/README.md | 2 ++ 2 files changed, 6 insertions(+) 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?