Skip to content

Commit af4bddf

Browse files
authored
README: remove caveats (#543)
In preparation for the v1.0.0 release, remove caveats from the README. For #328
1 parent c2381a3 commit af4bddf

File tree

2 files changed

+2
-26
lines changed

2 files changed

+2
-26
lines changed

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,13 @@
11
<!-- Autogenerated by weave; DO NOT EDIT -->
2-
# MCP Go SDK v0.8.0
2+
# MCP Go SDK
33

44
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/modelcontextprotocol/go-sdk)
55

6-
***BREAKING CHANGES***
7-
8-
This version contains minor breaking changes.
9-
See the [release notes](
10-
https://github.com/modelcontextprotocol/go-sdk/releases/tag/v0.8.0) for details.
11-
126
[![PkgGoDev](https://pkg.go.dev/badge/github.com/modelcontextprotocol/go-sdk)](https://pkg.go.dev/github.com/modelcontextprotocol/go-sdk)
137

148
This repository contains an implementation of the official Go software
159
development kit (SDK) for the Model Context Protocol (MCP).
1610

17-
> [!IMPORTANT]
18-
> The SDK is in release-candidate state, and is going to be tagged v1.0.0
19-
> soon (see https://github.com/modelcontextprotocol/go-sdk/issues/328).
20-
> We do not anticipate significant API changes or instability. Please use it
21-
> and [file issues](https://github.com/modelcontextprotocol/go-sdk/issues/new/choose).
22-
2311
## Package / Feature documentation
2412

2513
The SDK consists of several importable packages:

internal/readme/README.src.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,12 @@
1-
# MCP Go SDK v0.8.0
1+
# MCP Go SDK
22

33
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/modelcontextprotocol/go-sdk)
44

5-
***BREAKING CHANGES***
6-
7-
This version contains minor breaking changes.
8-
See the [release notes](
9-
https://github.com/modelcontextprotocol/go-sdk/releases/tag/v0.8.0) for details.
10-
115
[![PkgGoDev](https://pkg.go.dev/badge/github.com/modelcontextprotocol/go-sdk)](https://pkg.go.dev/github.com/modelcontextprotocol/go-sdk)
126

137
This repository contains an implementation of the official Go software
148
development kit (SDK) for the Model Context Protocol (MCP).
159

16-
> [!IMPORTANT]
17-
> The SDK is in release-candidate state, and is going to be tagged v1.0.0
18-
> soon (see https://github.com/modelcontextprotocol/go-sdk/issues/328).
19-
> We do not anticipate significant API changes or instability. Please use it
20-
> and [file issues](https://github.com/modelcontextprotocol/go-sdk/issues/new/choose).
21-
2210
## Package / Feature documentation
2311

2412
The SDK consists of several importable packages:

0 commit comments

Comments
 (0)