1.0.0npm · @cdugo/docs-fetcher-mcp · current release
Observed 2026-08-17T16:16:18.411Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.
{
"prompts": {
"listChanged": true
},
"tools": {
"listChanged": true
}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
fetch-library-docsInput schema{
"type": "object",
"properties": {
"library": {
"type": "string",
"description": "Name of the package or URL of the library documentation to fetch"
},
"language": {
"type": "string",
"description": "Programming language or repository type if providing a package name (e.g., javascript, python, java, dotnet)"
}
},
"required": [
"library"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — · — | — |
fetch-multilingual-docsInput schema{
"type": "object",
"properties": {
"packageName": {
"type": "string",
"description": "Name of the package to fetch documentation for"
},
"languages": {
"type": "array",
"items": {
"type": "string"
},
"description": "List of programming languages or repository types to check (e.g., javascript, python, java)"
}
},
"required": [
"packageName",
"languages"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — · — | — |
fetch-package-docsInput schema{
"type": "object",
"properties": {
"packageName": {
"type": "string",
"description": "Name of the package to fetch documentation for"
},
"language": {
"type": "string",
"description": "Programming language or repository type (e.g., javascript, python, java, dotnet)"
}
},
"required": [
"packageName"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — · — | — |
fetch-url-docsInput schema{
"type": "object",
"properties": {
"url": {
"type": "string",
"format": "uri",
"description": "URL of the library documentation to fetch"
}
},
"required": [
"url"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — · — | — |
{
"prompt_key": "explain-dependency-error",
"name": "explain-dependency-error",
"description": null,
"arguments": [
{
"name": "packageName",
"description": "The package causing the dependency error",
"required": true
},
{
"name": "documentation",
"description": "The package documentation",
"required": true
},
{
"name": "errorStatus",
"description": "Error status if applicable",
"required": false
}
],
"metadata_hash": "eac6d683fac0cdfb4d5ce1234d93cbcc0d18d9a19a9be2a716ab2e4448ba94a9"
}{
"prompt_key": "summarize-library-docs",
"name": "summarize-library-docs",
"description": null,
"arguments": [
{
"name": "libraryName",
"description": "Name of the library to summarize",
"required": true
},
{
"name": "documentation",
"description": "The raw documentation content",
"required": true
},
{
"name": "errorStatus",
"description": "Error status if applicable",
"required": false
}
],
"metadata_hash": "888ce063690d503c4ecc0249ae2fffe19b37f53bffa4b2d76590b5149257b3be"
}