diff --git a/trustgraph-cli/pyproject.toml b/trustgraph-cli/pyproject.toml index 70b0a1b8..ae69abdd 100644 --- a/trustgraph-cli/pyproject.toml +++ b/trustgraph-cli/pyproject.toml @@ -72,6 +72,7 @@ tg-show-kg-cores = "trustgraph.cli.show_kg_cores:main" tg-show-library-documents = "trustgraph.cli.show_library_documents:main" tg-show-library-processing = "trustgraph.cli.show_library_processing:main" tg-show-mcp-tools = "trustgraph.cli.show_mcp_tools:main" +tg-show-parameter-types = "trustgraph.cli.show_parameter_types:main" tg-show-processor-state = "trustgraph.cli.show_processor_state:main" tg-show-prompts = "trustgraph.cli.show_prompts:main" tg-show-token-costs = "trustgraph.cli.show_token_costs:main"