Skip to content

Commit f236073

Browse files
ancs21claude
andcommitted
docs: link the deployed docs site (codemode-workers.pages.dev)
Add a docs badge and link to the README and point package.json homepage at the deployed Blume/Astro site on Cloudflare Pages. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Q7g9SzTK6PsSht6Wq6zrTT
1 parent 22266b0 commit f236073

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ Expose any API to an LLM agent as two sandboxed MCP tools (search + execute) on
66
[![npm version](https://img.shields.io/npm/v/codemode-workers)](https://www.npmjs.com/package/codemode-workers)
77
[![npm downloads](https://img.shields.io/npm/dm/codemode-workers)](https://www.npmjs.com/package/codemode-workers)
88
[![types included](https://img.shields.io/npm/types/codemode-workers)](https://www.npmjs.com/package/codemode-workers)
9+
[![docs](https://img.shields.io/badge/docs-codemode--workers.pages.dev-0b7285)](https://codemode-workers.pages.dev)
910
[![license MIT](https://img.shields.io/npm/l/codemode-workers)](./LICENSE)
1011

12+
Full documentation: **[codemode-workers.pages.dev](https://codemode-workers.pages.dev)**.
13+
1114
Instead of registering thousands of tool schemas, you register **two tools** (`search` + `execute`). The catalog stays server side; the agent writes JavaScript that runs in disposable dynamic-worker isolates. Same pattern as [cloudflare-mcp](https://github.com/cloudflare/mcp) (2,500 endpoints in ~1,100 tokens), packaged for any API.
1215

1316
## Why

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"type": "git",
6464
"url": "git+https://github.com/ancs21/codemode-workers.git"
6565
},
66-
"homepage": "https://github.com/ancs21/codemode-workers#readme",
66+
"homepage": "https://codemode-workers.pages.dev",
6767
"bugs": {
6868
"url": "https://github.com/ancs21/codemode-workers/issues"
6969
}

0 commit comments

Comments
 (0)