You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
from swarms.tools.mcp_client import execute_mcp_tool
|
|
|
|
print(
|
|
execute_mcp_tool(
|
|
"http://0.0.0.0:8000/sse",
|
|
parameters={"name": "add", "a": 1, "b": 2},
|
|
)
|
|
)
|