Skip to content

docs: rewrite readme with full API reference#3

Draft
Cybersoulja wants to merge 3 commits into
mainfrom
claude/add-hf-mcp-server-3B1x1
Draft

docs: rewrite readme with full API reference#3
Cybersoulja wants to merge 3 commits into
mainfrom
claude/add-hf-mcp-server-3B1x1

Conversation

@Cybersoulja

Copy link
Copy Markdown
Member

Summary

  • Replaced the minimal 3-line readme with a comprehensive API reference
  • Documents all 7 integrated services: Taskade, Google Docs, Gemini AI, Cloudflare, Hugging Face, GitLab, and Notion
  • Includes required environment variables, all endpoints with methods/paths/body params, default HF models, and links to test UIs

Test plan

  • Verify all endpoint tables match routes in index.js
  • Confirm env var table is complete
  • Check test UI links are correct

https://claude.ai/code/session_01VPPEgGz71jxX9g5qq21q7e


Generated by Claude Code

Covers all endpoints for Taskade, Google Docs, Gemini AI, Cloudflare,
Hugging Face, GitLab, and Notion — including required env vars, request
bodies, default models, and links to test UIs.

https://claude.ai/code/session_01VPPEgGz71jxX9g5qq21q7e
@gitnotebooks

gitnotebooks Bot commented May 26, 2026

Copy link
Copy Markdown

claude added 2 commits May 26, 2026 21:26
Adds chat completions, single-prompt completion, embeddings, DALL-E 3
image generation, content moderation, and model listing. Includes test
UI at /openai-test and readme documentation.

https://claude.ai/code/session_01VPPEgGz71jxX9g5qq21q7e
- Replace Express with Hono (Workers-compatible, same routing API)
- Add wrangler.toml with nodejs_compat and static assets config
- Convert all service files to ESM (export default)
- Rewrite gitlab-service.js with axios (drop @gitbeaker/node)
- Move HTML test UIs to public/ (served as static assets)
- Fix duplicate createDocument in google-docs-service.js
- Add npm scripts: dev (wrangler dev), deploy (wrangler deploy)
- Secrets managed via: wrangler secret put <KEY>

https://claude.ai/code/session_01VPPEgGz71jxX9g5qq21q7e
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.

2 participants