We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 405ce03 commit dab202aCopy full SHA for dab202a
examples/toolkits/mcp/mcp_origene_toolkit/client.py
@@ -26,10 +26,11 @@ async def main():
26
OrigeneToolkit instead of using hardcoded configuration.
27
"""
28
# Define custom configuration for MCP servers
29
+ # reference:https://github.com/GENTEL-lab/OrigeneMCP
30
config_dict = {
31
"mcpServers": {
- "chembl_mcp": {
32
- "url": "http://127.0.0.1:8788/chembl_mcp/mcp/",
+ "pubchem_mcp": {
33
+ "url": "http://127.0.0.1:8788/pubchem_mcp/mcp/",
34
"mode": "streamable-http",
35
}
36
0 commit comments