Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/better-rooms-fold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"miniflare": minor
---

local explorer: serve the local explorer's OpenAPI spec at /cdn-cgi/explorer/api

The local explorer is supported by a REST API served from the worker's local address. It can be accessed independently of the UI, (e.g. by an AI agent) and is thus documented at this endpoint.
2 changes: 1 addition & 1 deletion packages/miniflare/scripts/filter-openapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const DEFAULT_OUTPUT_PATH = join(
const LOCAL_EXPLORER_INFO = {
title: "Local Explorer API",
description:
"Local subset of Cloudflare API for exploring resources during local development.",
"A local subset of the Cloudflare API for inspecting and modifying resource state during local development. Supports D1, R2, KV, Durable Objects and Workflows.",
version: "0.0.1",
};

Expand Down
Loading
Loading