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

Function _theme_wrapper

src/mcp_cli/main.py:1400–1406  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1398 import asyncio
1399
1400 async def _theme_wrapper():
1401 return await cli_execute(
1402 "theme",
1403 theme_name=theme_name,
1404 list_themes=list_themes,
1405 select=select,
1406 )
1407
1408 # Execute theme command
1409 asyncio.run(_theme_wrapper())

Callers 1

theme_commandFunction · 0.85

Calls 1

cli_executeFunction · 0.90

Tested by

no test coverage detected