(sigil cli mcp tools)
(sigil cli 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-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.
eval-tool-schemavariable(No description)
format-tool-schemavariable(No description)
lookup-tool-schemavariable(No description)
search-tool-schemavariable(No description)
exports-tool-schemavariable(No description)
check-tool-schemavariable(No description)
test-tool-schemavariable(No description)
list-package-docs-tool-schemavariable(No description)
read-package-doc-tool-schemavariable(No description)
suggest-import-tool-schemavariable(No description)
project-info-tool-schemavariable(No description)
run-file-tool-schemavariable(No description)
lint-tool-schemavariable(No description)
reload-tool-schemavariable(No description)
tool-testvariable(No description)