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 (
|
|
list_tools_for_multiple_urls,
|
|
)
|
|
|
|
|
|
print(
|
|
list_tools_for_multiple_urls(
|
|
["http://0.0.0.0:8000/sse"], output_type="json"
|
|
)
|
|
)
|