The server facilitates access to Julia documentation and source code through Claude Desktop, allowing users to retrieve information on Julia packages, modules, types, functions, and methods.
No reviews yet. Be the first to review!
Sign in to join the conversation
Gets Julia documentation for a package, module, type, function, or method. Parameter: path (string) - Path to Julia object (e.g., 'Base.sort', 'AbstractArray')
Gets Julia source code for a function, type, or method. Parameter: path (string) - Path to Julia object (e.g., 'Base.sort', 'AbstractArray')