mcp-duckgo ยท diff

git:20260209.1918ca4 to git:20260210.65a4747

1 added, 3 removed. Audit B to A.

---
name: mcp-duckgo
- description:
- Skills for web search and content scraping via DuckDuckGo MCP Server.
- Used when users need online searching and web scraping.
+ description: Skills for web search and content scraping via DuckDuckGo MCP Server. Used when users need online searching and web scraping.
---
# Skill
Executing Shell commands.
## Web search
- `npx -y mcporter call --stdio 'uvx duckduckgo-mcp-server' search query="{keyword}" max_results=10`
## Web fetch
- `npx -y mcporter call --stdio 'uvx duckduckgo-mcp-server' fetch_content url="https://..."`