MCPcopy Create free account

hub / github.com/IBM/mcp-cli / functions

Functions6,849 in github.com/IBM/mcp-cli

↓ 2 callersMethodget_disabled_tools
Get all disabled tools with their reasons - uses enum values!
src/mcp_cli/tools/filter.py:97
↓ 2 callersFunctionget_discovery_status
Get discovery status for debugging. Returns: Dictionary with discovery status information
src/mcp_cli/config/discovery.py:217
↓ 2 callersMethodget_messages
Drain pending inter-agent messages for *agent_id*. Returns list of ``{from_agent, content}`` dicts.
src/mcp_cli/agents/manager.py:240
↓ 2 callersMethodget_metadata
(self, name, ns)
tests/tools/test_tool_manager.py:41
↓ 2 callersMethodget_plan_object
Load a plan by ID (or unique prefix) as a UniversalPlan object. Args: plan_id: The plan's UUID or a unique prefix. Retur
src/mcp_cli/planning/context.py:207
↓ 2 callersMethodget_server
Get a server configuration by name.
src/mcp_cli/config/config_manager.py:303
↓ 2 callersMethodget_status_summary
Get status summary for debugging.
src/mcp_cli/chat/chat_context.py:1026
↓ 2 callersMethodget_tool_calls_typed
Get tool calls as typed ToolCallData objects.
src/mcp_cli/chat/models.py:181
↓ 2 callersMethodget_unique_tools
Get tools with duplicates removed (by name).
src/mcp_cli/tools/manager.py:451
↓ 2 callersFunctioniconForView
(viewId)
src/mcp_cli/dashboard/static/js/views.js:57
↓ 2 callersMethodinject_assistant_message
Inject a message into conversation history.
tests/chat/test_conversation.py:55
↓ 2 callersMethodinject_tool_message
Inject a tool message into conversation history.
tests/chat/test_conversation.py:59
↓ 2 callersMethodis_auto_fix_enabled
Check if auto-fix is enabled.
src/mcp_cli/tools/filter.py:256
↓ 2 callersMethodlist_artifacts
List all published artifacts.
src/mcp_cli/agents/manager.py:274
↓ 2 callersMethodlist_enabled_servers
Get list of enabled server configurations.
src/mcp_cli/config/config_manager.py:322
↓ 2 callersMethodload_from_file
Load configuration from JSON file.
src/mcp_cli/config/config_manager.py:157
↓ 2 callersFunctionload_group_manifest
Load a group manifest from disk. Parameters ---------- group_path: Path to the group directory containing ``group.json``. Re
src/mcp_cli/agents/group_store.py:104
↓ 2 callersMethodload_preferences
Load preferences from file or create defaults.
src/mcp_cli/utils/preferences.py:202
↓ 2 callersMethodlog_success
Success logging with rich formatting if available.
diagnostics/cli_tools_diagnostic.py:109
↓ 2 callersMethodlog_warning
Log warning message.
diagnostics/chained_tools_diagnostic.py:535
↓ 2 callersFunctionmakeColHandle
(rowEl, idx)
src/mcp_cli/dashboard/static/js/layout.js:241
↓ 2 callersFunctionmake_sample_tool
()
tests/display/test_formatting.py:14
↓ 2 callersMethodmerge_chunk
Merge data from a streaming chunk into this tool call. Args: chunk: New chunk data to merge
src/mcp_cli/chat/models.py:108
↓ 2 callersFunctionnotifyResize
(panelId)
src/mcp_cli/dashboard/static/js/layout.js:336
↓ 2 callersFunctionon_progress
(msg: str)
src/mcp_cli/chat/chat_handler.py:111
↓ 2 callersMethodon_view_registry_update
Called when the set of available views changes (server connect/disconnect).
src/mcp_cli/dashboard/bridge.py:217
↓ 2 callersFunctionparseFlex
(pct)
src/mcp_cli/dashboard/static/js/layout.js:75
↓ 2 callersFunctionpopoutSidebarView
(viewId)
src/mcp_cli/dashboard/static/js/layout.js:179
↓ 2 callersMethodrefresh_after_model_change
Refresh context after ModelManager changes the model.
src/mcp_cli/chat/chat_context.py:639
↓ 2 callersFunctionremove_playwright_server
Remove the Playwright server from configuration.
examples/tools/playwright_server_with_tool_execution.py:235
↓ 2 callersMethodremove_server
Remove a server configuration.
src/mcp_cli/config/config_manager.py:311
↓ 2 callersMethodremove_tool_pattern
Remove a pattern-based rule. Args: pattern: The pattern to remove Returns: True if pattern was removed, Fals
src/mcp_cli/utils/preferences.py:440
↓ 2 callersMethodremove_trusted_domain
Remove a trusted domain. Args: domain: Domain to remove Returns: True if removed, False if not found
src/mcp_cli/utils/preferences.py:413
↓ 2 callersMethodrender
Render content with appropriate formatting. For now, returns content as-is since chuk-term handles formatting. Future: Could add synt
src/mcp_cli/display/manager.py:49
↓ 2 callersFunctionrenderLayout
(layout)
src/mcp_cli/dashboard/static/js/layout.js:49
↓ 2 callersFunctionreplayCachedState
(viewId, view)
src/mcp_cli/dashboard/static/js/views.js:330
↓ 2 callersFunctionsendInitToView
(viewId, panel)
src/mcp_cli/dashboard/static/js/views.js:142
↓ 2 callersMethodsend_to_client
Send a JSON message to a specific WebSocket client. Discards the client from the active set if the send fails.
src/mcp_cli/dashboard/server.py:106
↓ 2 callersMethodsend_to_client
Send a message to a specific WebSocket client.
src/mcp_cli/dashboard/router.py:184
↓ 2 callersFunctionsetAgentList
(val)
src/mcp_cli/dashboard/static/js/state.js:72
↓ 2 callersFunctionsetConnected
(val)
src/mcp_cli/dashboard/static/js/state.js:65
↓ 2 callersFunctionsetLayoutConfig
(val)
src/mcp_cli/dashboard/static/js/state.js:69
↓ 2 callersFunctionsetSidebarOpen
(val)
src/mcp_cli/dashboard/static/js/state.js:83
↓ 2 callersFunctionsetThemes
(val)
src/mcp_cli/dashboard/static/js/state.js:66
↓ 2 callersFunctionsetWs
(val)
src/mcp_cli/dashboard/static/js/state.js:64
↓ 2 callersFunctionsetWsBackoff
(val)
src/mcp_cli/dashboard/static/js/state.js:74
↓ 2 callersFunctionsetWsReconnectTimer
(val)
src/mcp_cli/dashboard/static/js/state.js:75
↓ 2 callersMethodset_active_model
Set active model.
src/mcp_cli/utils/preferences.py:486
↓ 2 callersMethodset_initial_tool_result
(self, result)
tests/apps/test_host.py:586
↓ 2 callersMethodset_last_servers
Set last used servers.
src/mcp_cli/utils/preferences.py:495
↓ 2 callersMethodset_verbose
Set verbose mode.
src/mcp_cli/utils/preferences.py:249
↓ 2 callersFunctionsrcForView
(viewId)
src/mcp_cli/dashboard/static/js/views.js:47
↓ 2 callersMethodstart_tool_execution
Start displaying tool execution. Args: name: Tool name arguments: Tool arguments
src/mcp_cli/display/manager.py:198
↓ 2 callersMethodstop_streaming_response
(self)
tests/chat/test_conversation.py:29
↓ 2 callersMethodstop_streaming_response_sync
Stop streaming response (sync version for cleanup).
src/mcp_cli/chat/ui_manager.py:314
↓ 2 callersMethodstop_tool_calls
Stop tool calls (compatibility method).
src/mcp_cli/chat/ui_manager.py:426
↓ 2 callersMethodstream_execute_tools
Execute multiple tool calls in parallel, yielding results as they complete.
src/mcp_cli/tools/manager.py:909
↓ 2 callersMethodsystem_message
Create a system message.
src/mcp_cli/tools/models.py:570
↓ 2 callersMethodto_dict
Convert to dict for compatibility.
src/mcp_cli/tools/filter.py:55
↓ 2 callersMethodto_dict
Convert to dictionary (for backwards compatibility).
src/mcp_cli/chat/response_models.py:106
↓ 2 callersMethodto_dict
Convert to dictionary for compatibility.
src/mcp_cli/config/discovery_models.py:61
↓ 2 callersMethodto_http_config
Convert to HTTP server config (raises if not HTTP).
src/mcp_cli/config/server_models.py:141
↓ 2 callersMethodto_server_info
Convert to ServerInfo model.
src/mcp_cli/config/config_manager.py:100
↓ 2 callersMethodto_stdio_config
Convert to STDIO server config (raises if not STDIO).
src/mcp_cli/config/server_models.py:154
↓ 2 callersMethodtool_message
Create a tool response message.
src/mcp_cli/tools/models.py:575
↓ 2 callersFunctiontracking_execute
( self, tool_name, arguments, namespace=None, timeout=None )
tests/tools/test_execution.py:190
↓ 2 callersMethodtrigger_discovery
Trigger discovery after environment setup. Call this after setup_environment() and before using models. Args: provider:
src/mcp_cli/config/discovery.py:74
↓ 2 callersFunctionunset_env
Unset environment variable if it exists. Args: var: EnvVar enum member Example: >>> unset_env(EnvVar.TOOL_TIMEOUT)
src/mcp_cli/config/env_vars.py:106
↓ 2 callersFunctionupdateModelSelect
(provider, activeModel)
src/mcp_cli/dashboard/static/js/config.js:38
↓ 2 callersFunctionupdateSidebarMode
()
src/mcp_cli/dashboard/static/js/sidebar.js:14
↓ 1 callersMethod__aiter__
(self)
tests/dashboard/test_server_extra.py:34
↓ 1 callersMethod__anext__
(self)
tests/chat/test_streaming_handler.py:718
↓ 1 callersMethod__init__
(self, name="test", description="Test command", modes=CommandMode.ALL)
tests/commands/test_registry.py:16
↓ 1 callersMethod__init__
( self, name="test", description="Test command", aliases=None, help_text=None )
tests/commands/definitions/test_help_coverage.py:19
↓ 1 callersMethod__init__
( self, test_name: str = "mock", requires_ctx: bool = False, hidden: bool = Fa
tests/adapters/test_chat_adapter.py:29
↓ 1 callersMethod__init__
( self, test_name: str = "mock", description: str = "Mock CLI command", aliase
tests/adapters/test_cli_adapter_coverage.py:32
↓ 1 callersMethod__init__
(self, name)
tests/planning/test_executor.py:44
↓ 1 callersMethod_action_backends
List available token storage backends.
src/mcp_cli/commands/tokens/token.py:748
↓ 1 callersMethod_action_clear
Clear all stored tokens.
src/mcp_cli/commands/tokens/token.py:686
↓ 1 callersMethod_action_delete
Delete a stored token.
src/mcp_cli/commands/tokens/token.py:627
↓ 1 callersMethod_action_delete_provider
Delete a provider API key from secure storage.
src/mcp_cli/commands/tokens/token.py:925
↓ 1 callersMethod_action_get
Get information about a stored token.
src/mcp_cli/commands/tokens/token.py:577
↓ 1 callersMethod_action_get_provider
Get information about a provider's API key.
src/mcp_cli/commands/tokens/token.py:874
↓ 1 callersMethod_action_list
List all stored tokens.
src/mcp_cli/commands/tokens/token.py:247
↓ 1 callersMethod_action_set
Store a token.
src/mcp_cli/commands/tokens/token.py:472
↓ 1 callersMethod_action_set_provider
Store a provider API key.
src/mcp_cli/commands/tokens/token.py:816
↓ 1 callersFunction_add_file_handler
Add a rotating file handler with JSON format and secret redaction.
src/mcp_cli/config/logging.py:181
↓ 1 callersMethod_analyze_chained_results
Analyze the chained tool call results.
diagnostics/chained_tools_diagnostic.py:361
↓ 1 callersMethod_broadcast_agent_registered
(self, desc: AgentDescriptor)
src/mcp_cli/dashboard/router.py:199
↓ 1 callersMethod_broadcast_agent_unregistered
(self, agent_id: str)
src/mcp_cli/dashboard/router.py:202
↓ 1 callersFunction_build_audio_blocks
(path: Path, ext: str)
src/mcp_cli/chat/attachments.py:230
↓ 1 callersFunction_build_image_blocks
(path: Path, mime: str)
src/mcp_cli/chat/attachments.py:224
↓ 1 callersFunction_build_plan_system_prompt
Build the system prompt for LLM plan generation. Args: tool_catalog: Full tool definitions with schemas (OpenAI function format).
src/mcp_cli/commands/plan/plan.py:397
↓ 1 callersFunction_build_text_blocks
(path: Path)
src/mcp_cli/chat/attachments.py:236
↓ 1 callersMethod_clear_staged
(self, ctx: Any)
src/mcp_cli/commands/attach/attach.py:122
↓ 1 callersFunction_collect_results
Collect results as they complete.
src/mcp_cli/tools/execution.py:123
↓ 1 callersMethod_convert_to_tool_info
Convert chuk tool dict to mcp-cli ToolInfo.
src/mcp_cli/tools/manager.py:553
↓ 1 callersMethod_create_plan
Generate a plan from a natural language description.
src/mcp_cli/commands/plan/plan.py:187
↓ 1 callersMethod_delete_plan
Delete a plan.
src/mcp_cli/commands/plan/plan.py:338
↓ 1 callersMethod_discover_models
Discover available models for a provider.
src/mcp_cli/commands/providers/models.py:200
← previousnext →801–900 of 6,849, ranked by callers