add mcp/cf-search-mcp.js and update README & HTML

This commit is contained in:
Yrobot
2025-12-08 16:08:13 +08:00
parent 2140ff8692
commit 7975ee1a67
5 changed files with 407 additions and 0 deletions

32
.npmignore Normal file
View File

@@ -0,0 +1,32 @@
# Git
.git
.gitignore
# IDE
.vscode/
.idea/
.claude/
# Cloudflare Workers files (not needed for MCP server)
.wrangler/
wrangler.toml
worker.js
envs.js
utils/
index.d.ts
# Documentation assets
screenshot.png
# Node
node_modules/
# OS
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*