File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,11 +75,6 @@ Add the following:
7575- ` generate_cpg ` : Generate a CPG for a codebase (from local path or GitHub URL)
7676- ` get_cpg_status ` : Get status and existence of a CPG by ` codebase_hash `
7777- ` run_cpgql_query ` : Execute CPGQL queries (synchronous)
78- - ` list_methods ` : Discover methods/functions (by codebase)
79- - ` get_method_source ` : Retrieve method source code
80- - ` list_calls ` : Find function call relationships
81- - ` get_call_graph ` : Build call graphs
82- - ` list_parameters ` : Get parameter information
8378
8479### Code Browsing Tools
8580- ` get_codebase_summary ` : Get codebase overview
Original file line number Diff line number Diff line change 2727from src .tools import register_tools
2828
2929# Version information - bump this when releasing new versions
30- VERSION = "0.2 .0-beta"
30+ VERSION = "0.3 .0-beta"
3131
3232# Global service instances
3333services = {}
You can’t perform that action at this time.
0 commit comments