Julia Documentation MCP Server

get-source

Retrieve Julia source code for functions, types, or methods by specifying the object path, such as 'Base.sort' or 'AbstractArray', using this tool from the Julia Documentation MCP Server.

Instructions

Get Julia source code for a function, type, or method

Input Schema

NameRequiredDescriptionDefault
pathYesPath to Julia object (e.g., 'Base.sort', 'AbstractArray')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "path": { "description": "Path to Julia object (e.g., 'Base.sort', 'AbstractArray')", "type": "string" } }, "required": [ "path" ], "type": "object" }

Other Tools from Julia Documentation MCP Server

Related Tools

ID: 7xy80o4wdp