0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. oh-my-pi
  2. /
  3. packages
  4. /
  5. coding-agent
  6. /
  7. src
  8. /
  9. mcp
  10. /
  11. transports
Rroboompfix(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 天前