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

Function section

examples/planning/plan_execution_demo.py:166–169  ·  view source on GitHub ↗
(title: str)

Source from the content-addressed store, hash-verified

164
165
166def section(title: str) -> None:
167 print(f"\n{'=' * 60}")
168 print(f" {title}")
169 print(f"{'=' * 60}\n")
170
171
172def make_callbacks():

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected