Skip to content

Commit 8dde347

Browse files
committed
bump version to 0.3.0-beta
1 parent 4a45f8c commit 8dde347

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from 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
3333
services = {}

0 commit comments

Comments
 (0)