Skip to content

Commit 09c131b

Browse files
Fix MCP JSON alwaysAllow configuration
1 parent 38f5289 commit 09c131b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/codegraphcontext/cli/setup_wizard.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ def _generate_mcp_json(creds):
9292
"disabledTools": [],
9393
"disabled": False
9494
},
95-
"disabled": False,
96-
"alwaysAllow": []
95+
"disabled": False
96+
9797
}
9898
}
9999
}

0 commit comments

Comments
 (0)