We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f778d8 + 40b749a commit 98dab21Copy full SHA for 98dab21
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