Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniMax-AI/Mini-Agent
/ get_mcp_timeout_config
Function
get_mcp_timeout_config
mini_agent/tools/mcp_loader.py:55–57 ·
view source on GitHub ↗
Get current MCP timeout configuration.
()
Source
from the content-addressed store, hash-verified
53
54
55
def
get_mcp_timeout_config() -> MCPTimeoutConfig:
56
""
"Get current MCP timeout configuration."
""
57
return
_default_timeout_config
58
59
60
class
MCPTool(Tool):
Callers
4
test_set_global_timeout_config
Method · 0.90
test_partial_timeout_config_update
Method · 0.90
test_get_effective_connect_timeout_without_override
Method · 0.90
test_connection_timeout_on_unreachable_server
Function · 0.90
Calls
no outgoing calls
Tested by
4
test_set_global_timeout_config
Method · 0.72
test_partial_timeout_config_update
Method · 0.72
test_get_effective_connect_timeout_without_override
Method · 0.72
test_connection_timeout_on_unreachable_server
Function · 0.72