Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
166
def
section(title: str) -> None:
167
print(f
"\n{'=' * 60}"
)
168
print(f
" {title}"
)
169
print(f
"{'=' * 60}\n"
)
170
171
172
def
make_callbacks():
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected