We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d50028d + 98dab21 commit 3b6cb1bCopy full SHA for 3b6cb1b
1 file changed
agents/matmaster_agent/sub_agents/structure_search_agent/constant.py
@@ -3,6 +3,6 @@
3
STRUCTURE_SEARCH_AGENT_NAME = 'structure_search_agent'
4
5
if CURRENT_ENV in ['test', 'uat']:
6
- STRUCTURE_SEARCH_URL = 'http://chvz1424099.bohrium.tech:50001/sse'
+ STRUCTURE_SEARCH_URL = 'http://chvz1424099.bohrium.tech:50001/mcp'
7
else:
8
- STRUCTURE_SEARCH_URL = 'http://chvz1424099.bohrium.tech:50002/sse'
0 commit comments