MCPcopy Create free account
hub / github.com/IBM/mcp-cli / _ping_wrapper

Function _ping_wrapper

src/mcp_cli/main.py:1732–1737  ·  view source on GitHub ↗
(**params)

Source from the content-addressed store, hash-verified

1730
1731 # Wrapper for the async action
1732 async def _ping_wrapper(**params):
1733 return await cli_execute(
1734 "ping",
1735 server_names=params.get("server_names"),
1736 targets=params.get("targets", []),
1737 )
1738
1739 # Execute via run_command_sync
1740 run_command_sync(

Callers

nothing calls this directly

Calls 2

cli_executeFunction · 0.90
getMethod · 0.45

Tested by

no test coverage detected