We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e258547 commit be96817Copy full SHA for be96817
1 file changed
agents/matmaster_agent/sub_agents/structure_search_agent/constant.py
@@ -7,7 +7,7 @@
7
if CURRENT_ENV in ['test', 'uat']:
8
STRUCTURE_SEARCH_URL = 'http://chvz1424099.bohrium.tech:50002/mcp'
9
else:
10
- STRUCTURE_SEARCH_URL = 'http://chvz1424099.bohrium.tech:50002/mcp?token=eGdk3puy52InRnuOuEbJdGACkos34rSOluFbQqL1HDQ'
+ STRUCTURE_SEARCH_URL = 'http://chvz1424099.bohrium.tech:50001/mcp'
11
12
STRUCTURE_SEARCH_EXECUTOR = copy.deepcopy(DFlowExecutor)
13
STRUCTURE_SEARCH_STORAGE = copy.deepcopy(BohriumStorge)
0 commit comments