Skip to content

Commit 10a4755

Browse files
Version Packages (#355)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f77355c commit 10a4755

40 files changed

Lines changed: 161 additions & 37 deletions

.changeset/deprecate-autorag.md

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

.changeset/fix-workers-observability-workflow-event-type.md

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

apps/ai-gateway/CHANGELOG.md

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

3+
## 0.1.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f77355c]
8+
- @repo/mcp-common@0.20.5
9+
310
## 0.1.11
411

512
### 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.1.11",
3+
"version": "0.1.12",
44
"private": true,
55
"scripts": {
66
"check:lint": "run-eslint-workers",

apps/auditlogs/CHANGELOG.md

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

3+
## 0.1.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f77355c]
8+
- @repo/mcp-common@0.20.5
9+
310
## 0.1.12
411

512
### 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.1.12",
3+
"version": "0.1.13",
44
"private": true,
55
"scripts": {
66
"check:lint": "run-eslint-workers",

apps/autorag/CHANGELOG.md

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

3+
## 0.1.12
4+
5+
### Patch Changes
6+
7+
- 17a9785: Deprecate the AutoRAG MCP server. AutoRAG has been superseded by Cloudflare AI Search, which is covered by the unified Cloudflare MCP server at https://mcp.cloudflare.com/mcp (see https://github.com/cloudflare/mcp).
8+
9+
Tools continue to function. The server now exposes a migration guide via the MCP `instructions` field, and the `autorag.mcp.cloudflare.com` entries have been removed from `server.json` so registries stop advertising the deprecated server.
10+
11+
**Action required:** migrate to `https://mcp.cloudflare.com/mcp` at your earliest convenience.
12+
13+
- Updated dependencies [f77355c]
14+
- @repo/mcp-common@0.20.5
15+
316
## 0.1.11
417

518
### 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.1.11",
3+
"version": "0.1.12",
44
"private": true,
55
"scripts": {
66
"check:lint": "run-eslint-workers",

apps/browser-rendering/CHANGELOG.md

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

3+
## 0.1.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f77355c]
8+
- @repo/mcp-common@0.20.5
9+
310
## 0.1.11
411

512
### 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.1.11",
3+
"version": "0.1.12",
44
"private": true,
55
"scripts": {
66
"check:lint": "run-eslint-workers",

0 commit comments

Comments
 (0)