Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
main
oh-my-pi
/
packages
/
coding-agent
/
src
/
mcp
/
transports
下载当前目录
R
roboomp
fix(mcp): honor disabled mcp timeouts for sse startup
2266fdae
创建于
4 天前
历史提交
文件
最后提交记录
最后更新时间
http.ts
fix(mcp): honor disabled mcp timeouts for sse startup When the operator disables MCP client-side timeouts via timeout: 0 or OMP_MCP_TIMEOUT_MS=0, do not impose a 1s startup deadline on the optional HTTP GET SSE listener — let the listener wait as long as the server takes so server-to-client messages are not lost. Refs
#1460
4 天前
index.ts
refactor: replace named re-exports with star re-exports in barrel files Convert export { A, B, ... } from and export type { ... } from blocks to export * from across all packages (ai, coding-agent, natives, tui, utils).
2 个月前
stdio.ts
Allow disabling MCP client timeouts
6 天前