0.0.10npm · mcp-deepwiki · current release
Observed 2026-08-15T20:50:16.320Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.
{
"tools": {
"listChanged": true
}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
deepwiki_fetchFetch a deepwiki.com repo and return MarkdownInput schema{
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "should be a URL, owner/repo name (e.g. \"vercel/ai\"), a two-word \"owner repo\" form (e.g. \"vercel ai\"), or a single library keyword"
},
"maxDepth": {
"type": "integer",
"minimum": 0,
"maximum": 1,
"default": 1,
"description": "Can fetch a single site => maxDepth 0 or multiple/all sites => maxDepth 1"
},
"mode": {
"type": "string",
"enum": [
"aggregate",
"pages"
],
"default": "aggregate"
},
"verbose": {
"type": "boolean",
"default": false
}
},
"required": [
"url"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — · — | — |