We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
client.py
README.md
1 parent eb5f94c commit 31f5cfeCopy full SHA for 31f5cfe
2 files changed
README.md
@@ -683,7 +683,7 @@ npm install -g mcp-remote
683
"headers": {
684
"Authorization": "Bearer YOUR_API_KEY_HERE"
685
},
686
- "timeout": 60000
+ "timeout": 310000
687
}
688
689
src/core/client.py
@@ -68,7 +68,7 @@ async def codealive_lifespan(server: FastMCP) -> AsyncIterator[CodeAliveContext]
68
"Authorization": f"Bearer {config.api_key}",
69
"Content-Type": "application/json",
70
71
- timeout=60.0,
+ timeout=300.0,
72
verify=config.verify_ssl,
73
)
74
else:
@@ -78,7 +78,7 @@ async def codealive_lifespan(server: FastMCP) -> AsyncIterator[CodeAliveContext]
78
headers={
79
80
81
82
83
84
0 commit comments