add mcp/cf-search-mcp.js and update README & HTML
This commit is contained in:
32
.npmignore
Normal file
32
.npmignore
Normal 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*
|
||||
Reference in New Issue
Block a user