Skip to content

Commit caf0e11

Browse files
committed
major refactoring and bug fixes
1 parent b9af8bd commit caf0e11

41 files changed

Lines changed: 2373 additions & 4586 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ QUERY_CACHE_ENABLED=true
3131
QUERY_CACHE_TTL=300
3232

3333
# Storage
34-
WORKSPACE_ROOT=/tmp/joern-mcp
34+
WORKSPACE_ROOT=/tmp/codebadger-toolkit
3535
CLEANUP_ON_SHUTDOWN=true
3636

3737
# GitHub (optional)

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ dmypy.json
122122
# Pyre type checker
123123
.pyre/
124124

125-
# Joern MCP specific
125+
# CodeBadger Toolkit specific
126126
/tmp/joern_*
127127
*.cpg
128128
*.bin

0 commit comments

Comments
 (0)