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

Function _tools_wrapper

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

Source from the content-addressed store, hash-verified

1087
1088 # Execute via run_command_sync with async wrapper
1089 async def _tools_wrapper(**params):
1090 return await cli_execute(
1091 "tools",
1092 details=params.get("all", False),
1093 raw=params.get("raw", False),
1094 )
1095
1096 run_command_sync(
1097 _tools_wrapper,

Callers

nothing calls this directly

Calls 2

cli_executeFunction · 0.90
getMethod · 0.45

Tested by

no test coverage detected