Skip to content

Commit a2b3887

Browse files
BryanChaskoBryan Chasko
andauthored
security: scrub /home/bryanchasko absolute paths from goose extension config
Co-authored-by: Bryan Chasko <bryanchasko@gmail.com>
1 parent 58bafc0 commit a2b3887

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.goose/extensions/full.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ extensions:
2727
enabled: true
2828
type: stdio
2929
name: github
30-
cmd: /home/bryanchasko/code/heraldstack/heraldstack-mcp/launchers/core/github.sh
30+
cmd: ${HOME}/code/heraldstack/heraldstack-mcp/launchers/core/github.sh
3131
args: []
3232
timeout: 300
3333

@@ -37,7 +37,7 @@ extensions:
3737
enabled: true
3838
type: stdio
3939
name: context7
40-
cmd: /home/bryanchasko/code/heraldstack/heraldstack-mcp/launchers/core/context7.sh
40+
cmd: ${HOME}/code/heraldstack/heraldstack-mcp/launchers/core/context7.sh
4141
args: []
4242
timeout: 300
4343

0 commit comments

Comments
 (0)