(sigil mcp tools)
(sigil mcp tools) - MCP tool implementations.
Provides the core tools for the Sigil MCP server: sigil/eval, sigil/format, sigil/lookup, sigil/search, sigil/exports.
Exports
tool-evalprocedureEvaluate a Sigil expression and return the result.
tool-formatprocedureFormat Sigil source code.
tool-lookupprocedureLook up documentation for a name.
tool-searchprocedureSearch for procedures by name or description.
tool-exportsprocedureList exports from a module.
tool-checkprocedureCheck Sigil code for syntax errors.
tool-testprocedureRun Sigil tests. Note: This tool provides basic test running capability. For full test functionality, use the CLI sigil test command.
tool-list-package-docsprocedureList all package documentation with summaries.
tool-read-package-docprocedureRead a specific package documentation file.
register-tools!procedureRegister all tools with an MCP server.