Skip to content

feat: Add MCP Worker and setup documentation#3

Open
brycemagera wants to merge 1 commit intodanielmiessler:mainfrom
brycemagera:feat/mcp-worker-and-docs
Open

feat: Add MCP Worker and setup documentation#3
brycemagera wants to merge 1 commit intodanielmiessler:mainfrom
brycemagera:feat/mcp-worker-and-docs

Conversation

@brycemagera
Copy link
Copy Markdown

Adds the mcp-worker/ Cloudflare Worker that exposes daemon.md content as a queryable MCP endpoint (13 tools over JSON-RPC), plus docs/mcp-setup.md with full deployment and Claude Code integration instructions.

Implements MCP Streamable HTTP spec:

  • GET → 405 (no server-push SSE)
  • Notifications (no id) → 202 Accepted
  • All tools include inputSchema (required by MCP clients)
  • initialize handshake handled before tools/list

Replaces the README "documented separately" placeholder with a link to the new docs.

Adds the mcp-worker/ Cloudflare Worker that exposes daemon.md content
as a queryable MCP endpoint (13 tools over JSON-RPC), plus docs/mcp-setup.md
with full deployment and Claude Code integration instructions.

Implements MCP Streamable HTTP spec:
- GET → 405 (no server-push SSE)
- Notifications (no id) → 202 Accepted
- All tools include inputSchema (required by MCP clients)
- initialize handshake handled before tools/list

Replaces the README "documented separately" placeholder with a link
to the new docs.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant