Skip to content

Commit 0c51a6f

Browse files
Version Packages (#448)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b9e6d76 commit 0c51a6f

39 files changed

Lines changed: 169 additions & 42 deletions

File tree

.changeset/semantic-sse-migration.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

apps/ai-gateway/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# cloudflare-ai-gateway-mcp-server
22

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- b9e6d76: Return an actionable `410 Gone` Problem Details response when a client attempts the removed HTTP+SSE transport with `GET /sse`. The response explains that clients can configure the existing `/sse` URL to use Streamable HTTP or, preferably, move to `/mcp` for future compatibility. It preserves query parameters, identifies the recommended replacement in a `Link` header, and is available before OAuth authentication. Streamable HTTP `POST` requests continue to work on both `/sse` and `/mcp`.
8+
- Updated dependencies [b9e6d76]
9+
- @repo/mcp-common@0.20.10
10+
311
## 0.2.4
412

513
### Patch Changes

apps/ai-gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudflare-ai-gateway-mcp-server",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"private": true,
55
"scripts": {
66
"check:lint": "run-eslint-workers",

apps/auditlogs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# auditlogs
22

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- b9e6d76: Return an actionable `410 Gone` Problem Details response when a client attempts the removed HTTP+SSE transport with `GET /sse`. The response explains that clients can configure the existing `/sse` URL to use Streamable HTTP or, preferably, move to `/mcp` for future compatibility. It preserves query parameters, identifies the recommended replacement in a `Link` header, and is available before OAuth authentication. Streamable HTTP `POST` requests continue to work on both `/sse` and `/mcp`.
8+
- Updated dependencies [b9e6d76]
9+
- @repo/mcp-common@0.20.10
10+
311
## 0.2.4
412

513
### Patch Changes

apps/auditlogs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auditlogs",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"private": true,
55
"scripts": {
66
"check:lint": "run-eslint-workers",

apps/autorag/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# cloudflare-autorag-mcp-server
22

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- b9e6d76: Return an actionable `410 Gone` Problem Details response when a client attempts the removed HTTP+SSE transport with `GET /sse`. The response explains that clients can configure the existing `/sse` URL to use Streamable HTTP or, preferably, move to `/mcp` for future compatibility. It preserves query parameters, identifies the recommended replacement in a `Link` header, and is available before OAuth authentication. Streamable HTTP `POST` requests continue to work on both `/sse` and `/mcp`.
8+
- Updated dependencies [b9e6d76]
9+
- @repo/mcp-common@0.20.10
10+
311
## 0.2.4
412

513
### Patch Changes

apps/autorag/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudflare-autorag-mcp-server",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"private": true,
55
"scripts": {
66
"check:lint": "run-eslint-workers",

apps/browser-rendering/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# cloudflare-browser-mcp-server
22

3+
## 0.3.4
4+
5+
### Patch Changes
6+
7+
- b9e6d76: Return an actionable `410 Gone` Problem Details response when a client attempts the removed HTTP+SSE transport with `GET /sse`. The response explains that clients can configure the existing `/sse` URL to use Streamable HTTP or, preferably, move to `/mcp` for future compatibility. It preserves query parameters, identifies the recommended replacement in a `Link` header, and is available before OAuth authentication. Streamable HTTP `POST` requests continue to work on both `/sse` and `/mcp`.
8+
- Updated dependencies [b9e6d76]
9+
- @repo/mcp-common@0.20.10
10+
311
## 0.3.3
412

513
### Patch Changes

apps/browser-rendering/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudflare-browser-mcp-server",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"private": true,
55
"scripts": {
66
"check:lint": "run-eslint-workers",

apps/cloudflare-blog/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# cloudflare-blog
22

3+
## 0.2.4
4+
5+
### Patch Changes
6+
7+
- b9e6d76: Return an actionable `410 Gone` Problem Details response when a client attempts the removed HTTP+SSE transport with `GET /sse`. The response explains that clients can configure the existing `/sse` URL to use Streamable HTTP or, preferably, move to `/mcp` for future compatibility. It preserves query parameters, identifies the recommended replacement in a `Link` header, and is available before OAuth authentication. Streamable HTTP `POST` requests continue to work on both `/sse` and `/mcp`.
8+
- Updated dependencies [b9e6d76]
9+
- @repo/mcp-common@0.20.10
10+
311
## 0.2.3
412

513
### Patch Changes

0 commit comments

Comments
 (0)