Skip to content

Commit e8b9e2f

Browse files
Update README.md
delete_project example
1 parent e599df1 commit e8b9e2f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,7 @@ Every MCP tool can be invoked from the command line:
364364

365365
```bash
366366
codebase-memory-mcp cli index_repository '{"repo_path": "/path/to/repo"}'
367+
codebase-memory-mcp cli delete_project '{"project":"project-name"}'
367368
codebase-memory-mcp cli search_graph '{"name_pattern": ".*Handler.*", "label": "Function"}'
368369
codebase-memory-mcp cli trace_path '{"function_name": "Search", "direction": "both"}'
369370
codebase-memory-mcp cli query_graph '{"query": "MATCH (f:Function) RETURN f.name LIMIT 5"}'

0 commit comments

Comments
 (0)