Skip to content

Commit bb16805

Browse files
committed
fix: add token for prod env
1 parent dd28898 commit bb16805

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • agents/matmaster_agent/sub_agents/structure_search_agent

agents/matmaster_agent/sub_agents/structure_search_agent/constant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
if CURRENT_ENV in ['test', 'uat']:
66
STRUCTURE_SEARCH_URL = 'http://chvz1424099.bohrium.tech:50001/mcp'
77
else:
8-
STRUCTURE_SEARCH_URL = 'http://chvz1424099.bohrium.tech:50002/mcp'
8+
STRUCTURE_SEARCH_URL = 'http://chvz1424099.bohrium.tech:50002/mcp?token=eGdk3puy52InRnuOuEbJdGACkos34rSOluFbQqL1HDQ'

0 commit comments

Comments
 (0)