Skip to content

Commit 792f5ff

Browse files
Version Packages (#381)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5cd9487 commit 792f5ff

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

.changeset/deprecate-radar.md

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

apps/radar/CHANGELOG.md

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

3+
## 0.1.13
4+
5+
### Patch Changes
6+
7+
- 5cd9487: Deprecate the Radar MCP server. The unified Cloudflare MCP server at https://mcp.cloudflare.com/mcp already covers all Radar API endpoints via Code Mode (see https://github.com/cloudflare/mcp).
8+
9+
Tools continue to function. The server now exposes a deprecation notice via the MCP `instructions` field, and the `radar.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+
313
## 0.1.12
414

515
### Patch Changes

apps/radar/package.json

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

0 commit comments

Comments
 (0)