{"openapi":"3.1.0","info":{"title":"Wrangler (Cloudflare Workers CLI)","description":"Cloudflare Workers 공식 CLI로 서버리스 함수 개발, 테스트, 배포를 수행할 수 있습니다. wrangler dev로 로컬 개발 서버를 실행하고, KV/R2/D1 스토리지를 관리하며, 엣지 컴퓨팅 기반의 초저지연 API를 배포할 수 있습니다.","version":"1.0.0","x-fusepie-id":"cli-wrangler","x-fusepie-category":"data","x-fusepie-provider":"Cloudflare"},"servers":[{"url":"npm install -g wrangler","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_cli_wrangler","summary":"Wrangler (Cloudflare Workers CLI)","description":"Cloudflare Workers 공식 CLI로 서버리스 함수 개발, 테스트, 배포를 수행할 수 있습니다. wrangler dev로 로컬 개발 서버를 실행하고, KV/R2/D1 스토리지를 관리하며, 엣지 컴퓨팅 기반의 초저지연 API를 배포할 수 있습니다.","parameters":[{"name":"q","in":"query","description":"Search query or main parameter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}}},"security":[{"apiKey":[]}]}}},"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"Authorization","description":"API key required"}}},"x-mcp-config":{"mcpServers":{"cli-wrangler":{"command":"npx","args":["-y","@fusepie/mcp-cli-wrangler"],"env":{"API_KEY":""}}}}}