Julia Documentation MCP Server
by jonathanfischer97
Verified
get-doc
Get Julia documentation for a package, module, type, function, or method
Input Schema
Name | Required | Description | Default |
---|---|---|---|
detail_level | No | Level of documentation detail: concise (just signatures), full (standard docs), or all (including internals) | |
include_unexported | No | Whether to include unexported symbols | |
path | Yes | Path to Julia object (e.g., 'Base.sort', 'AbstractArray') |