Skip to content

Commit 2807005

Browse files
authored
Merge pull request #648 from SchrodingersCattt/chore/update-uat-url
chore: update uat mcphub link for structure generator
2 parents 74fa346 + 1b14c29 commit 2807005

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • agents/matmaster_agent/sub_agents/structure_generate_agent

agents/matmaster_agent/sub_agents/structure_generate_agent/constant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
if CURRENT_ENV == 'test':
66
StructureGenerateServerUrl = 'http://qpus1389933.bohrium.tech:50003/mcp'
77
elif CURRENT_ENV == 'uat':
8-
StructureGenerateServerUrl = 'https://93b71ff0836bb95466a9de7aaa34de09.appspace.uat.bohrium.com/sse?token=c46b37df6b9e46ce88986afa120b7f34' # TODO: update uat url to mcp
8+
StructureGenerateServerUrl = 'https://structure-generator-uat-2-uuid1767842266.appspace.uat.bohrium.com/mcp?token=45e714e2de6942829021f4c6e81971cf'
99
else:
1010
# StructureGenerateServerUrl = 'http://pfmx1355864.bohrium.tech:50003/sse' # TODO: update backup prod url to mcp
1111
StructureGenerateServerUrl = 'https://structure-generator-uuid1767674194.appspace.bohrium.com/mcp?token=a297dc122dc74368af3d2e725991d559'

0 commit comments

Comments
 (0)