From d01650ede71139efdf3ec4cc5d9c4e2ae65b2c43 Mon Sep 17 00:00:00 2001 From: Rob Findley Date: Thu, 21 Aug 2025 20:18:45 +0000 Subject: [PATCH] README: soften the warning, and reference roadmap We can warn a little less loudly against using the SDK. --- README.md | 8 +++----- internal/readme/README.src.md | 8 +++----- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4da0ac61..299245cc 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,9 @@ This repository contains an unreleased implementation of the official Go software development kit (SDK) for the Model Context Protocol (MCP). > [!WARNING] -> The SDK should be considered unreleased, and is currently unstable -> and subject to breaking changes. Please test it out and file bug reports or API -> proposals, but don't use it in real projects. See the issue tracker for known -> issues and missing features. We aim to release a stable version of the SDK in -> August, 2025. +> The SDK is not yet at v1.0.0 and may still be subject to incompatible API +> changes. We aim to tag v1.0.0 in September, 2025. See +> https://github.com/modelcontextprotocol/go-sdk/issues/328 for details. ## Design diff --git a/internal/readme/README.src.md b/internal/readme/README.src.md index bf9faa26..de5dd48a 100644 --- a/internal/readme/README.src.md +++ b/internal/readme/README.src.md @@ -14,11 +14,9 @@ This repository contains an unreleased implementation of the official Go software development kit (SDK) for the Model Context Protocol (MCP). > [!WARNING] -> The SDK should be considered unreleased, and is currently unstable -> and subject to breaking changes. Please test it out and file bug reports or API -> proposals, but don't use it in real projects. See the issue tracker for known -> issues and missing features. We aim to release a stable version of the SDK in -> August, 2025. +> The SDK is not yet at v1.0.0 and may still be subject to incompatible API +> changes. We aim to tag v1.0.0 in September, 2025. See +> https://github.com/modelcontextprotocol/go-sdk/issues/328 for details. ## Design