(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, sigil/suggest-import, sigil/project-info, sigil/run-file, sigil/lint, sigil/reload.
Exports
tool-evalprocedureEvaluate a Sigil expression and return the result.
tool-formatprocedureFormat Sigil source code and fix paren issues.
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.
tool-suggest-importprocedureFind which module exports a given symbol.
tool-project-infoprocedureReturn project structure and metadata.
tool-run-fileprocedureRun a Sigil file and capture output.
tool-lintprocedureCheck code for common issues.
tool-reloadprocedureReload a module in the current process.
register-tools!procedureRegister all tools with an MCP server.