File size: 210 Bytes
4140be3 | 1 2 3 4 5 | from biomni.agent import A1
agent = A1()
agent.add_mcp(config_path="/225040511/project/Biomni/mcp_config_bioscientist_generated.yaml")
print(len(agent.list_custom_tools()))
print(agent.list_custom_tools()[:20]) |