# DocsFetcher

Fetch npm package documentation and present it for LLMs.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add cdugo/mcp-get-docs

# Browse available tools
npx -y @smithery/cli@latest tool list cdugo/mcp-get-docs

# Get full schema for a tool
npx -y @smithery/cli@latest tool get cdugo/mcp-get-docs fetch-url-docs

# Call a tool
npx -y @smithery/cli@latest tool call cdugo/mcp-get-docs fetch-url-docs '{}'
```

## Tools (4)

- `fetch-url-docs`
- `fetch-package-docs`
- `fetch-library-docs`
- `fetch-multilingual-docs`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get cdugo/mcp-get-docs <tool-name>
```

## Prompts (2)

- `summarize-library-docs` (libraryName, documentation, errorStatus)
- `explain-dependency-error` (packageName, documentation, errorStatus)
