MCPcopy Create free account
hub / github.com/MiniMax-AI/Mini-Agent / MCPConfig

Class MCPConfig

mini_agent/config.py:40–45  ·  view source on GitHub ↗

MCP (Model Context Protocol) timeout configuration

Source from the content-addressed store, hash-verified

38
39
40class MCPConfig(BaseModel):
41 """MCP (Model Context Protocol) timeout configuration"""
42
43 connect_timeout: float = 10.0 # Connection timeout (seconds)
44 execute_timeout: float = 60.0 # Tool execution timeout (seconds)
45 sse_read_timeout: float = 120.0 # SSE read timeout (seconds)
46
47
48class ToolsConfig(BaseModel):

Callers 1

from_yamlMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected