Option C Tools
Loading...
Searching...
No Matches
executor.py File Reference

Go to the source code of this file.

Classes

class  oct.mcp.executor.ToolExecutor

Namespaces

namespace  oct
namespace  oct.mcp
namespace  oct.mcp.executor

Functions

None oct.mcp.executor._dbg (*args, **kwargs)
list[str] oct.mcp.executor._build_argv_lint (dict args, Path project_root)
list[str] oct.mcp.executor._build_argv_health (dict args, Path project_root)
list[str] oct.mcp.executor._build_argv_skeleton (dict args, Path project_root)
list[str] oct.mcp.executor._build_argv_deps (dict args, Path project_root)
list[str] oct.mcp.executor._build_argv_test (dict args, Path project_root)
list[str] oct.mcp.executor._build_argv_typecheck (dict args, Path project_root)
list[str] oct.mcp.executor._build_argv_diag (dict args, Path project_root)
list[str] oct.mcp.executor._build_argv_git_status (dict args, Path project_root)
list[str] oct.mcp.executor._build_argv_git_check (dict args, Path project_root)
list[str] oct.mcp.executor._build_argv_format (dict args, Path project_root)
list[str] oct.mcp.executor._build_argv_docs (dict args, Path project_root)
list[str] oct.mcp.executor._build_argv_export_source (dict args, Path project_root)
list[str] oct.mcp.executor._build_argv_new (dict args, Path project_root)
list[str] oct.mcp.executor._build_argv_scaffold (dict args, Path project_root)
list[str] oct.mcp.executor._build_argv_clean (dict args, Path project_root)
list[str] oct.mcp.executor._build_argv_install_hooks (dict args, Path project_root)
list[str] oct.mcp.executor._build_argv_git_commit (dict args, Path project_root)
list[str] oct.mcp.executor._build_argv_git_hooks_install (dict args, Path project_root)
list[str] oct.mcp.executor._build_argv_git_init (dict args, Path project_root)
list[str] oct.mcp.executor._build_argv_git_changelog (dict args, Path project_root)

Variables

dict oct.mcp.executor._ARGV_BUILDERS