Skip to content

Commit dab202a

Browse files
zjrwtxJINO-ROHITwaleedalzarooni
authored
fix:origene toolkt (#2897)
Co-authored-by: JINO ROHIT <[email protected]> Co-authored-by: Waleed Alzarooni <[email protected]>
1 parent 405ce03 commit dab202a

File tree

1 file changed

+3
-2
lines changed
  • examples/toolkits/mcp/mcp_origene_toolkit

1 file changed

+3
-2
lines changed

examples/toolkits/mcp/mcp_origene_toolkit/client.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ async def main():
2626
OrigeneToolkit instead of using hardcoded configuration.
2727
"""
2828
# Define custom configuration for MCP servers
29+
# reference:https://github.com/GENTEL-lab/OrigeneMCP
2930
config_dict = {
3031
"mcpServers": {
31-
"chembl_mcp": {
32-
"url": "http://127.0.0.1:8788/chembl_mcp/mcp/",
32+
"pubchem_mcp": {
33+
"url": "http://127.0.0.1:8788/pubchem_mcp/mcp/",
3334
"mode": "streamable-http",
3435
}
3536
}

0 commit comments

Comments
 (0)