@humain/terminal 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (476) hide show
  1. package/CHANGELOG.md +52 -0
  2. package/README.md +10 -4
  3. package/dist/bundle/chunks/anthropic-messages-GDMGYAZB.js +6 -0
  4. package/dist/bundle/chunks/anthropic.js +75 -0
  5. package/dist/bundle/chunks/azure-openai-responses-ZN52D6YC.js +2 -0
  6. package/dist/bundle/chunks/bedrock-converse-stream.js +77 -0
  7. package/dist/bundle/chunks/chunk-3D3G2X5U.js +6 -0
  8. package/dist/bundle/chunks/chunk-3VI4HD7D.js +31 -0
  9. package/dist/bundle/chunks/chunk-6R7UI4IY.js +2 -0
  10. package/dist/bundle/chunks/chunk-72KO4OMP.js +2 -0
  11. package/dist/bundle/chunks/chunk-7DDKXS2Q.js +2 -0
  12. package/dist/bundle/chunks/chunk-ARF4OE6X.js +105 -0
  13. package/dist/bundle/chunks/chunk-BOW22LW6.js +42 -0
  14. package/dist/bundle/chunks/chunk-BZQ53VGE.js +70 -0
  15. package/dist/bundle/chunks/chunk-CBHC6EL7.js +133 -0
  16. package/dist/bundle/chunks/chunk-D7XAASZM.js +4 -0
  17. package/dist/bundle/chunks/chunk-ECWELYBH.js +17 -0
  18. package/dist/bundle/chunks/chunk-GMWCTUPB.js +2 -0
  19. package/dist/bundle/chunks/chunk-H2O6VOXT.js +11 -0
  20. package/dist/bundle/chunks/chunk-HNVPY4LZ.js +5995 -0
  21. package/dist/bundle/chunks/chunk-JUUC5AZY.js +2 -0
  22. package/dist/bundle/chunks/chunk-JXWJOIH4.js +2 -0
  23. package/dist/bundle/chunks/chunk-L2ZPNLYD.js +2 -0
  24. package/dist/bundle/chunks/chunk-LVVZS2NO.js +12 -0
  25. package/dist/bundle/chunks/chunk-M2GYSCCG.js +44 -0
  26. package/dist/bundle/chunks/chunk-MA4UUCYX.js +18 -0
  27. package/dist/bundle/chunks/chunk-PGXDEOVV.js +2 -0
  28. package/dist/bundle/chunks/chunk-PJACZCIR.js +2 -0
  29. package/dist/bundle/chunks/chunk-PRRNXB7S.js +2 -0
  30. package/dist/bundle/chunks/chunk-SGTGQNNP.js +4 -0
  31. package/dist/bundle/chunks/chunk-TEPMHNKQ.js +2 -0
  32. package/dist/bundle/chunks/chunk-TXBQIIIO.js +2 -0
  33. package/dist/bundle/chunks/chunk-WJZ4KLGL.js +2 -0
  34. package/dist/bundle/chunks/chunk-XNGRGP62.js +2 -0
  35. package/dist/bundle/chunks/dist-7DSXV2TY.js +9 -0
  36. package/dist/bundle/chunks/dist-BXEVYJIO.js +7 -0
  37. package/dist/bundle/chunks/es-P2KNSZYR.js +9 -0
  38. package/dist/bundle/chunks/es5-FGTJ7ZFW.js +2 -0
  39. package/dist/bundle/chunks/event-streams-JOSQQSII.js +2 -0
  40. package/dist/bundle/chunks/extract-2L7ZVN7F.js +106 -0
  41. package/dist/bundle/chunks/github-copilot.js +2 -0
  42. package/dist/bundle/chunks/google-generative-ai-XT7NQJ2E.js +2 -0
  43. package/dist/bundle/chunks/google-vertex-IDQ6Z53W.js +2 -0
  44. package/dist/bundle/chunks/image-resize-worker.js +2 -0
  45. package/dist/bundle/chunks/kimi-coding.js +2 -0
  46. package/dist/bundle/chunks/mistral-conversations-HHDZ4FHR.js +5 -0
  47. package/dist/bundle/chunks/multipart-parser-FMGQ7342.js +3 -0
  48. package/dist/bundle/chunks/node-XY3CBY3C.js +294 -0
  49. package/dist/bundle/chunks/node-ZHY4LHC7.js +15 -0
  50. package/dist/bundle/chunks/openai-codex-responses-HRVCDY54.js +8 -0
  51. package/dist/bundle/chunks/openai-codex.js +75 -0
  52. package/dist/bundle/chunks/openai-completions-6QBYTBXY.js +7 -0
  53. package/dist/bundle/chunks/openai-responses-4MWLJHIK.js +2 -0
  54. package/dist/bundle/chunks/openrouter-images-Y2PCWAQH.js +2 -0
  55. package/dist/bundle/chunks/openrouter.js +75 -0
  56. package/dist/bundle/chunks/pdfjs-UKQT3OWY.js +107 -0
  57. package/dist/bundle/chunks/pi-messages-57K43J6J.js +8 -0
  58. package/dist/bundle/chunks/promise-J5TGSM32.js +2 -0
  59. package/dist/bundle/chunks/radius.js +75 -0
  60. package/dist/bundle/chunks/src-QKGKDFSU.js +4 -0
  61. package/dist/bundle/chunks/undici-D6ABF53Q.js +2 -0
  62. package/dist/bundle/chunks/webapi-AFS5FDJJ.js +5 -0
  63. package/dist/bundle/chunks/xai.js +2 -0
  64. package/dist/bundle/cli.js +3 -0
  65. package/dist/bundle/client.js +2 -0
  66. package/dist/bundle/index.js +2 -0
  67. package/dist/bundle/rpc-entry.js +3 -0
  68. package/dist/cli/args.d.ts +1 -0
  69. package/dist/cli/args.d.ts.map +1 -1
  70. package/dist/cli/args.js +29 -9
  71. package/dist/cli/args.js.map +1 -1
  72. package/dist/cli/file-processor.d.ts.map +1 -1
  73. package/dist/cli/file-processor.js +2 -1
  74. package/dist/cli/file-processor.js.map +1 -1
  75. package/dist/config.d.ts +1 -0
  76. package/dist/config.d.ts.map +1 -1
  77. package/dist/config.js +19 -11
  78. package/dist/config.js.map +1 -1
  79. package/dist/core/agent-session.d.ts +50 -14
  80. package/dist/core/agent-session.d.ts.map +1 -1
  81. package/dist/core/agent-session.js +163 -95
  82. package/dist/core/agent-session.js.map +1 -1
  83. package/dist/core/auth-storage.d.ts.map +1 -1
  84. package/dist/core/auth-storage.js +6 -7
  85. package/dist/core/auth-storage.js.map +1 -1
  86. package/dist/core/compaction/branch-summarization.d.ts.map +1 -1
  87. package/dist/core/compaction/branch-summarization.js +3 -0
  88. package/dist/core/compaction/branch-summarization.js.map +1 -1
  89. package/dist/core/compaction/compaction.d.ts +4 -3
  90. package/dist/core/compaction/compaction.d.ts.map +1 -1
  91. package/dist/core/compaction/compaction.js +41 -32
  92. package/dist/core/compaction/compaction.js.map +1 -1
  93. package/dist/core/defaults.d.ts +1 -0
  94. package/dist/core/defaults.d.ts.map +1 -1
  95. package/dist/core/defaults.js +9 -0
  96. package/dist/core/defaults.js.map +1 -1
  97. package/dist/core/extensions/index.d.ts +2 -2
  98. package/dist/core/extensions/index.d.ts.map +1 -1
  99. package/dist/core/extensions/index.js +1 -1
  100. package/dist/core/extensions/index.js.map +1 -1
  101. package/dist/core/extensions/loader.d.ts.map +1 -1
  102. package/dist/core/extensions/loader.js +115 -48
  103. package/dist/core/extensions/loader.js.map +1 -1
  104. package/dist/core/extensions/types.d.ts +38 -9
  105. package/dist/core/extensions/types.d.ts.map +1 -1
  106. package/dist/core/extensions/types.js +3 -0
  107. package/dist/core/extensions/types.js.map +1 -1
  108. package/dist/core/footer-data-provider.d.ts +1 -1
  109. package/dist/core/footer-data-provider.js +1 -1
  110. package/dist/core/footer-data-provider.js.map +1 -1
  111. package/dist/core/keybindings.d.ts +20 -19
  112. package/dist/core/keybindings.d.ts.map +1 -1
  113. package/dist/core/keybindings.js +26 -5
  114. package/dist/core/keybindings.js.map +1 -1
  115. package/dist/core/model-config.d.ts +5 -0
  116. package/dist/core/model-config.d.ts.map +1 -1
  117. package/dist/core/model-config.js +3 -1
  118. package/dist/core/model-config.js.map +1 -1
  119. package/dist/core/model-resolver.d.ts +1 -0
  120. package/dist/core/model-resolver.d.ts.map +1 -1
  121. package/dist/core/model-resolver.js +14 -8
  122. package/dist/core/model-resolver.js.map +1 -1
  123. package/dist/core/models-store.d.ts.map +1 -1
  124. package/dist/core/models-store.js +2 -1
  125. package/dist/core/models-store.js.map +1 -1
  126. package/dist/core/package-manager.d.ts.map +1 -1
  127. package/dist/core/package-manager.js +22 -14
  128. package/dist/core/package-manager.js.map +1 -1
  129. package/dist/core/pi-manifest.d.ts.map +1 -1
  130. package/dist/core/pi-manifest.js +2 -1
  131. package/dist/core/pi-manifest.js.map +1 -1
  132. package/dist/core/remote-catalog-provider.d.ts.map +1 -1
  133. package/dist/core/remote-catalog-provider.js +2 -1
  134. package/dist/core/remote-catalog-provider.js.map +1 -1
  135. package/dist/core/resource-loader.d.ts.map +1 -1
  136. package/dist/core/resource-loader.js +3 -2
  137. package/dist/core/resource-loader.js.map +1 -1
  138. package/dist/core/sdk.d.ts +2 -2
  139. package/dist/core/sdk.d.ts.map +1 -1
  140. package/dist/core/sdk.js +10 -3
  141. package/dist/core/sdk.js.map +1 -1
  142. package/dist/core/session-export.d.ts +4 -0
  143. package/dist/core/session-export.d.ts.map +1 -0
  144. package/dist/core/session-export.js +32 -0
  145. package/dist/core/session-export.js.map +1 -0
  146. package/dist/core/session-manager.d.ts.map +1 -1
  147. package/dist/core/session-manager.js +2 -1
  148. package/dist/core/session-manager.js.map +1 -1
  149. package/dist/core/settings-diagnostics.d.ts +9 -0
  150. package/dist/core/settings-diagnostics.d.ts.map +1 -0
  151. package/dist/core/settings-diagnostics.js +21 -0
  152. package/dist/core/settings-diagnostics.js.map +1 -0
  153. package/dist/core/settings-manager.d.ts +9 -0
  154. package/dist/core/settings-manager.d.ts.map +1 -1
  155. package/dist/core/settings-manager.js +51 -10
  156. package/dist/core/settings-manager.js.map +1 -1
  157. package/dist/core/skills.d.ts.map +1 -1
  158. package/dist/core/skills.js +51 -33
  159. package/dist/core/skills.js.map +1 -1
  160. package/dist/core/slash-commands.d.ts.map +1 -1
  161. package/dist/core/slash-commands.js +2 -1
  162. package/dist/core/slash-commands.js.map +1 -1
  163. package/dist/core/system-prompt.d.ts.map +1 -1
  164. package/dist/core/system-prompt.js +11 -2
  165. package/dist/core/system-prompt.js.map +1 -1
  166. package/dist/core/tools/bash.d.ts +16 -3
  167. package/dist/core/tools/bash.d.ts.map +1 -1
  168. package/dist/core/tools/bash.js +62 -29
  169. package/dist/core/tools/bash.js.map +1 -1
  170. package/dist/core/tools/edit-diff.d.ts +0 -5
  171. package/dist/core/tools/edit-diff.d.ts.map +1 -1
  172. package/dist/core/tools/edit-diff.js +2 -5
  173. package/dist/core/tools/edit-diff.js.map +1 -1
  174. package/dist/core/tools/edit.d.ts.map +1 -1
  175. package/dist/core/tools/edit.js +20 -4
  176. package/dist/core/tools/edit.js.map +1 -1
  177. package/dist/core/tools/index.d.ts +4 -1
  178. package/dist/core/tools/index.d.ts.map +1 -1
  179. package/dist/core/tools/index.js +19 -1
  180. package/dist/core/tools/index.js.map +1 -1
  181. package/dist/core/tools/powershell.d.ts +16 -0
  182. package/dist/core/tools/powershell.d.ts.map +1 -0
  183. package/dist/core/tools/powershell.js +39 -0
  184. package/dist/core/tools/powershell.js.map +1 -0
  185. package/dist/core/tools/subagent.d.ts.map +1 -1
  186. package/dist/core/tools/subagent.js +4 -1
  187. package/dist/core/tools/subagent.js.map +1 -1
  188. package/dist/core/trust-manager.d.ts.map +1 -1
  189. package/dist/core/trust-manager.js +2 -1
  190. package/dist/core/trust-manager.js.map +1 -1
  191. package/dist/extensions/llama/index.d.ts.map +1 -1
  192. package/dist/extensions/llama/index.js +2 -0
  193. package/dist/extensions/llama/index.js.map +1 -1
  194. package/dist/extensions/llama/provider.d.ts.map +1 -1
  195. package/dist/extensions/llama/provider.js +6 -2
  196. package/dist/extensions/llama/provider.js.map +1 -1
  197. package/dist/humain/agent-execution-protocol.d.ts +1 -217
  198. package/dist/humain/agent-execution-protocol.d.ts.map +1 -1
  199. package/dist/humain/agent-execution-protocol.js +1 -203
  200. package/dist/humain/agent-execution-protocol.js.map +1 -1
  201. package/dist/humain/bedrock-provider/vendor/index.bundle.mjs +107 -16
  202. package/dist/humain/mcp-adapter/vendor/CHANGELOG.md +82 -0
  203. package/dist/humain/mcp-adapter/vendor/README.md +47 -15
  204. package/dist/humain/mcp-adapter/vendor/cli.js +4 -4
  205. package/dist/humain/mcp-adapter/vendor/commands.ts +5 -3
  206. package/dist/humain/mcp-adapter/vendor/config.ts +46 -5
  207. package/dist/humain/mcp-adapter/vendor/direct-tools.ts +103 -92
  208. package/dist/humain/mcp-adapter/vendor/dist/agent-dir.d.ts +10 -0
  209. package/dist/humain/mcp-adapter/vendor/dist/agent-dir.js +63 -0
  210. package/dist/humain/mcp-adapter/vendor/dist/agent-dir.js.map +1 -0
  211. package/dist/humain/mcp-adapter/vendor/dist/agent-plugin-loader.d.ts +8 -0
  212. package/dist/humain/mcp-adapter/vendor/dist/agent-plugin-loader.js +356 -0
  213. package/dist/humain/mcp-adapter/vendor/dist/agent-plugin-loader.js.map +1 -0
  214. package/dist/humain/mcp-adapter/vendor/dist/config.d.ts +123 -0
  215. package/dist/humain/mcp-adapter/vendor/dist/config.js +1088 -0
  216. package/dist/humain/mcp-adapter/vendor/dist/config.js.map +1 -0
  217. package/dist/humain/mcp-adapter/vendor/dist/mcp-bearer-store.d.ts +24 -0
  218. package/dist/humain/mcp-adapter/vendor/dist/mcp-bearer-store.js +336 -0
  219. package/dist/humain/mcp-adapter/vendor/dist/mcp-bearer-store.js.map +1 -0
  220. package/dist/humain/mcp-adapter/vendor/dist/metadata-cache.d.ts +19 -0
  221. package/dist/humain/mcp-adapter/vendor/dist/metadata-cache.js +319 -0
  222. package/dist/humain/mcp-adapter/vendor/dist/metadata-cache.js.map +1 -0
  223. package/dist/humain/mcp-adapter/vendor/dist/package-mcp-loader.d.ts +2 -0
  224. package/dist/humain/mcp-adapter/vendor/dist/package-mcp-loader.js +156 -0
  225. package/dist/humain/mcp-adapter/vendor/dist/package-mcp-loader.js.map +1 -0
  226. package/dist/humain/mcp-adapter/vendor/dist/resource-tools.d.ts +1 -0
  227. package/dist/humain/mcp-adapter/vendor/dist/resource-tools.js +15 -0
  228. package/dist/humain/mcp-adapter/vendor/dist/resource-tools.js.map +1 -0
  229. package/dist/humain/mcp-adapter/vendor/dist/types.d.ts +566 -0
  230. package/dist/humain/mcp-adapter/vendor/dist/types.js +287 -0
  231. package/dist/humain/mcp-adapter/vendor/dist/types.js.map +1 -0
  232. package/dist/humain/mcp-adapter/vendor/dist/ui-app-bridge-helpers.d.ts +6 -0
  233. package/dist/humain/mcp-adapter/vendor/dist/ui-app-bridge-helpers.js +37 -0
  234. package/dist/humain/mcp-adapter/vendor/dist/ui-app-bridge-helpers.js.map +1 -0
  235. package/dist/humain/mcp-adapter/vendor/dist/ui-stream-types.d.ts +104 -0
  236. package/dist/humain/mcp-adapter/vendor/dist/ui-stream-types.js +59 -0
  237. package/dist/humain/mcp-adapter/vendor/dist/ui-stream-types.js.map +1 -0
  238. package/dist/humain/mcp-adapter/vendor/dist/ui-tool-visibility.d.ts +4 -0
  239. package/dist/humain/mcp-adapter/vendor/dist/ui-tool-visibility.js +27 -0
  240. package/dist/humain/mcp-adapter/vendor/dist/ui-tool-visibility.js.map +1 -0
  241. package/dist/humain/mcp-adapter/vendor/dist/utils.d.ts +32 -0
  242. package/dist/humain/mcp-adapter/vendor/dist/utils.js +338 -0
  243. package/dist/humain/mcp-adapter/vendor/dist/utils.js.map +1 -0
  244. package/dist/humain/mcp-adapter/vendor/failure-backoff.ts +23 -0
  245. package/dist/humain/mcp-adapter/vendor/index.bundle.mjs +4870 -3878
  246. package/dist/humain/mcp-adapter/vendor/index.ts +294 -88
  247. package/dist/humain/mcp-adapter/vendor/init.ts +41 -30
  248. package/dist/humain/mcp-adapter/vendor/lifecycle.ts +16 -8
  249. package/dist/humain/mcp-adapter/vendor/mcp-auth-flow.ts +124 -32
  250. package/dist/humain/mcp-adapter/vendor/mcp-bearer-store.ts +0 -2
  251. package/dist/humain/mcp-adapter/vendor/mcp-code.ts +2 -0
  252. package/dist/humain/mcp-adapter/vendor/mcp-oauth-provider.ts +155 -16
  253. package/dist/humain/mcp-adapter/vendor/mcp-output-guard.ts +95 -7
  254. package/dist/humain/mcp-adapter/vendor/mcp-probe.ts +18 -4
  255. package/dist/humain/mcp-adapter/vendor/mcp-references.ts +376 -0
  256. package/dist/humain/mcp-adapter/vendor/mcp-status.ts +8 -19
  257. package/dist/humain/mcp-adapter/vendor/metadata-cache.ts +20 -12
  258. package/dist/humain/mcp-adapter/vendor/namespace-tools.ts +276 -0
  259. package/dist/humain/mcp-adapter/vendor/package.json +26 -8
  260. package/dist/humain/mcp-adapter/vendor/proxy-modes.ts +128 -32
  261. package/dist/humain/mcp-adapter/vendor/request-headers-command.ts +1 -1
  262. package/dist/humain/mcp-adapter/vendor/search-ranking.ts +2 -0
  263. package/dist/humain/mcp-adapter/vendor/server-manager.ts +69 -12
  264. package/dist/humain/mcp-adapter/vendor/state.ts +1 -3
  265. package/dist/humain/mcp-adapter/vendor/tool-result-renderer.ts +16 -2
  266. package/dist/humain/mcp-adapter/vendor/types.ts +51 -2
  267. package/dist/humain/mcp-adapter/vendor/ui-server.ts +3 -19
  268. package/dist/humain/mcp-adapter/vendor/ui-session.ts +2 -1
  269. package/dist/humain/mcp-adapter/vendor/utils.ts +21 -19
  270. package/dist/humain/mcp-adapter.d.ts.map +1 -1
  271. package/dist/humain/mcp-adapter.js +4 -0
  272. package/dist/humain/mcp-adapter.js.map +1 -1
  273. package/dist/humain/web-access/vendor/chrome-cookies.d.ts +14 -0
  274. package/dist/humain/web-access/vendor/chrome-cookies.d.ts.map +1 -1
  275. package/dist/humain/web-access/vendor/chrome-cookies.js +85 -33
  276. package/dist/humain/web-access/vendor/chrome-cookies.js.map +1 -1
  277. package/dist/humain/web-access/vendor/credential-source.d.ts +1 -1
  278. package/dist/humain/web-access/vendor/credential-source.d.ts.map +1 -1
  279. package/dist/humain/web-access/vendor/credential-source.js +3 -1
  280. package/dist/humain/web-access/vendor/credential-source.js.map +1 -1
  281. package/dist/humain/web-access/vendor/curator-page.d.ts +2 -29
  282. package/dist/humain/web-access/vendor/curator-page.d.ts.map +1 -1
  283. package/dist/humain/web-access/vendor/curator-page.js +10 -1
  284. package/dist/humain/web-access/vendor/curator-page.js.map +1 -1
  285. package/dist/humain/web-access/vendor/curator-server.d.ts +2 -29
  286. package/dist/humain/web-access/vendor/curator-server.d.ts.map +1 -1
  287. package/dist/humain/web-access/vendor/curator-server.js +4 -0
  288. package/dist/humain/web-access/vendor/curator-server.js.map +1 -1
  289. package/dist/humain/web-access/vendor/extract.d.ts +11 -0
  290. package/dist/humain/web-access/vendor/extract.d.ts.map +1 -1
  291. package/dist/humain/web-access/vendor/extract.js +163 -20
  292. package/dist/humain/web-access/vendor/extract.js.map +1 -1
  293. package/dist/humain/web-access/vendor/fetch-params.d.ts +2 -0
  294. package/dist/humain/web-access/vendor/fetch-params.d.ts.map +1 -1
  295. package/dist/humain/web-access/vendor/fetch-params.js +11 -0
  296. package/dist/humain/web-access/vendor/fetch-params.js.map +1 -1
  297. package/dist/humain/web-access/vendor/gemini-adc.d.ts +10 -0
  298. package/dist/humain/web-access/vendor/gemini-adc.d.ts.map +1 -0
  299. package/dist/humain/web-access/vendor/gemini-adc.js +268 -0
  300. package/dist/humain/web-access/vendor/gemini-adc.js.map +1 -0
  301. package/dist/humain/web-access/vendor/gemini-api.d.ts +7 -1
  302. package/dist/humain/web-access/vendor/gemini-api.d.ts.map +1 -1
  303. package/dist/humain/web-access/vendor/gemini-api.js +51 -15
  304. package/dist/humain/web-access/vendor/gemini-api.js.map +1 -1
  305. package/dist/humain/web-access/vendor/gemini-search.d.ts +9 -4
  306. package/dist/humain/web-access/vendor/gemini-search.d.ts.map +1 -1
  307. package/dist/humain/web-access/vendor/gemini-search.js +63 -21
  308. package/dist/humain/web-access/vendor/gemini-search.js.map +1 -1
  309. package/dist/humain/web-access/vendor/gemini-url-context.d.ts.map +1 -1
  310. package/dist/humain/web-access/vendor/gemini-url-context.js +3 -2
  311. package/dist/humain/web-access/vendor/gemini-url-context.js.map +1 -1
  312. package/dist/humain/web-access/vendor/gemini-web-config.d.ts +8 -1
  313. package/dist/humain/web-access/vendor/gemini-web-config.d.ts.map +1 -1
  314. package/dist/humain/web-access/vendor/gemini-web-config.js +49 -4
  315. package/dist/humain/web-access/vendor/gemini-web-config.js.map +1 -1
  316. package/dist/humain/web-access/vendor/gemini-web.d.ts +2 -1
  317. package/dist/humain/web-access/vendor/gemini-web.d.ts.map +1 -1
  318. package/dist/humain/web-access/vendor/gemini-web.js +8 -3
  319. package/dist/humain/web-access/vendor/gemini-web.js.map +1 -1
  320. package/dist/humain/web-access/vendor/github-api.d.ts +1 -1
  321. package/dist/humain/web-access/vendor/github-api.d.ts.map +1 -1
  322. package/dist/humain/web-access/vendor/github-api.js +6 -4
  323. package/dist/humain/web-access/vendor/github-api.js.map +1 -1
  324. package/dist/humain/web-access/vendor/github-extract.d.ts.map +1 -1
  325. package/dist/humain/web-access/vendor/github-extract.js +50 -3
  326. package/dist/humain/web-access/vendor/github-extract.js.map +1 -1
  327. package/dist/humain/web-access/vendor/github-issue-pr.d.ts +27 -0
  328. package/dist/humain/web-access/vendor/github-issue-pr.d.ts.map +1 -0
  329. package/dist/humain/web-access/vendor/github-issue-pr.js +701 -0
  330. package/dist/humain/web-access/vendor/github-issue-pr.js.map +1 -0
  331. package/dist/humain/web-access/vendor/index.d.ts +3 -31
  332. package/dist/humain/web-access/vendor/index.d.ts.map +1 -1
  333. package/dist/humain/web-access/vendor/index.js +643 -530
  334. package/dist/humain/web-access/vendor/index.js.map +1 -1
  335. package/dist/humain/web-access/vendor/kimi-search.d.ts +5 -0
  336. package/dist/humain/web-access/vendor/kimi-search.d.ts.map +1 -0
  337. package/dist/humain/web-access/vendor/kimi-search.js +228 -0
  338. package/dist/humain/web-access/vendor/kimi-search.js.map +1 -0
  339. package/dist/humain/web-access/vendor/openai-search.d.ts +3 -0
  340. package/dist/humain/web-access/vendor/openai-search.d.ts.map +1 -1
  341. package/dist/humain/web-access/vendor/openai-search.js +89 -16
  342. package/dist/humain/web-access/vendor/openai-search.js.map +1 -1
  343. package/dist/humain/web-access/vendor/page-query.d.ts.map +1 -1
  344. package/dist/humain/web-access/vendor/page-query.js +56 -8
  345. package/dist/humain/web-access/vendor/page-query.js.map +1 -1
  346. package/dist/humain/web-access/vendor/ssrf-protection.js +6 -1
  347. package/dist/humain/web-access/vendor/ssrf-protection.js.map +1 -1
  348. package/dist/humain/web-access/vendor/utils.d.ts +12 -0
  349. package/dist/humain/web-access/vendor/utils.d.ts.map +1 -1
  350. package/dist/humain/web-access/vendor/utils.js +343 -1
  351. package/dist/humain/web-access/vendor/utils.js.map +1 -1
  352. package/dist/humain/web-access/vendor/xcrawl.d.ts +4 -0
  353. package/dist/humain/web-access/vendor/xcrawl.d.ts.map +1 -0
  354. package/dist/humain/web-access/vendor/xcrawl.js +251 -0
  355. package/dist/humain/web-access/vendor/xcrawl.js.map +1 -0
  356. package/dist/humain/web-access/vendor/youtube-extract.js +2 -2
  357. package/dist/humain/web-access/vendor/youtube-extract.js.map +1 -1
  358. package/dist/index.d.ts +5 -5
  359. package/dist/index.d.ts.map +1 -1
  360. package/dist/index.js +4 -4
  361. package/dist/index.js.map +1 -1
  362. package/dist/main.d.ts +3 -0
  363. package/dist/main.d.ts.map +1 -1
  364. package/dist/main.js +17 -14
  365. package/dist/main.js.map +1 -1
  366. package/dist/migrations.d.ts.map +1 -1
  367. package/dist/migrations.js +4 -3
  368. package/dist/migrations.js.map +1 -1
  369. package/dist/modes/interactive/components/model-selector.d.ts +9 -3
  370. package/dist/modes/interactive/components/model-selector.d.ts.map +1 -1
  371. package/dist/modes/interactive/components/model-selector.js +53 -10
  372. package/dist/modes/interactive/components/model-selector.js.map +1 -1
  373. package/dist/modes/interactive/components/settings-selector.d.ts +7 -2
  374. package/dist/modes/interactive/components/settings-selector.d.ts.map +1 -1
  375. package/dist/modes/interactive/components/settings-selector.js +118 -55
  376. package/dist/modes/interactive/components/settings-selector.js.map +1 -1
  377. package/dist/modes/interactive/components/settings-submenu.d.ts +72 -0
  378. package/dist/modes/interactive/components/settings-submenu.d.ts.map +1 -0
  379. package/dist/modes/interactive/components/settings-submenu.js +151 -0
  380. package/dist/modes/interactive/components/settings-submenu.js.map +1 -0
  381. package/dist/modes/interactive/components/thinking-selector.d.ts +15 -3
  382. package/dist/modes/interactive/components/thinking-selector.d.ts.map +1 -1
  383. package/dist/modes/interactive/components/thinking-selector.js +68 -17
  384. package/dist/modes/interactive/components/thinking-selector.js.map +1 -1
  385. package/dist/modes/interactive/external-editor.d.ts.map +1 -1
  386. package/dist/modes/interactive/external-editor.js +2 -1
  387. package/dist/modes/interactive/external-editor.js.map +1 -1
  388. package/dist/modes/interactive/interactive-mode.d.ts +11 -0
  389. package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
  390. package/dist/modes/interactive/interactive-mode.js +176 -106
  391. package/dist/modes/interactive/interactive-mode.js.map +1 -1
  392. package/dist/modes/interactive/session-share.d.ts +16 -0
  393. package/dist/modes/interactive/session-share.d.ts.map +1 -0
  394. package/dist/modes/interactive/session-share.js +188 -0
  395. package/dist/modes/interactive/session-share.js.map +1 -0
  396. package/dist/modes/interactive/theme/theme.d.ts.map +1 -1
  397. package/dist/modes/interactive/theme/theme.js +6 -5
  398. package/dist/modes/interactive/theme/theme.js.map +1 -1
  399. package/dist/modes/json-event.d.ts +16 -13
  400. package/dist/modes/json-event.d.ts.map +1 -1
  401. package/dist/modes/json-event.js +20 -6
  402. package/dist/modes/json-event.js.map +1 -1
  403. package/dist/modes/rpc/rpc-client.d.ts.map +1 -1
  404. package/dist/modes/rpc/rpc-client.js +3 -2
  405. package/dist/modes/rpc/rpc-client.js.map +1 -1
  406. package/dist/modes/rpc/rpc-types.d.ts +2 -7
  407. package/dist/modes/rpc/rpc-types.d.ts.map +1 -1
  408. package/dist/modes/rpc/rpc-types.js.map +1 -1
  409. package/dist/package-manager-cli.d.ts +1 -0
  410. package/dist/package-manager-cli.d.ts.map +1 -1
  411. package/dist/package-manager-cli.js +189 -3
  412. package/dist/package-manager-cli.js.map +1 -1
  413. package/dist/utils/changelog.d.ts +1 -1
  414. package/dist/utils/changelog.d.ts.map +1 -1
  415. package/dist/utils/changelog.js +12 -2
  416. package/dist/utils/changelog.js.map +1 -1
  417. package/dist/utils/frontmatter.d.ts.map +1 -1
  418. package/dist/utils/frontmatter.js +2 -1
  419. package/dist/utils/frontmatter.js.map +1 -1
  420. package/dist/utils/management-http.d.ts +5 -3
  421. package/dist/utils/management-http.d.ts.map +1 -1
  422. package/dist/utils/management-http.js +14 -10
  423. package/dist/utils/management-http.js.map +1 -1
  424. package/dist/utils/shell.d.ts +3 -0
  425. package/dist/utils/shell.d.ts.map +1 -1
  426. package/dist/utils/shell.js +17 -5
  427. package/dist/utils/shell.js.map +1 -1
  428. package/dist/utils/syntax-highlight.d.ts +1 -0
  429. package/dist/utils/syntax-highlight.d.ts.map +1 -1
  430. package/dist/utils/syntax-highlight.js +64 -1
  431. package/dist/utils/syntax-highlight.js.map +1 -1
  432. package/dist/utils/text.d.ts +8 -0
  433. package/dist/utils/text.d.ts.map +1 -0
  434. package/dist/utils/text.js +9 -0
  435. package/dist/utils/text.js.map +1 -0
  436. package/dist/utils/version-check.js +4 -4
  437. package/dist/utils/version-check.js.map +1 -1
  438. package/docs/compaction.md +15 -0
  439. package/docs/custom-provider.md +5 -2
  440. package/docs/environment-variables.md +7 -7
  441. package/docs/extensions.md +17 -7
  442. package/docs/json.md +7 -2
  443. package/docs/keybindings.md +8 -8
  444. package/docs/llama-cpp.md +2 -0
  445. package/docs/models.md +8 -2
  446. package/docs/packages.md +2 -2
  447. package/docs/rpc.md +9 -3
  448. package/docs/sdk.md +7 -2
  449. package/docs/settings.md +11 -3
  450. package/docs/skills.md +3 -2
  451. package/docs/terminal-setup.md +8 -0
  452. package/docs/usage.md +10 -7
  453. package/docs/windows.md +15 -1
  454. package/examples/extensions/border-status-editor.ts +1 -1
  455. package/examples/extensions/custom-provider-anthropic/package-lock.json +70 -8
  456. package/examples/extensions/custom-provider-anthropic/package.json +2 -2
  457. package/examples/extensions/custom-provider-gitlab-duo/package.json +1 -1
  458. package/examples/extensions/git-checkpoint.ts +2 -2
  459. package/examples/extensions/gondolin/package-lock.json +2 -2
  460. package/examples/extensions/gondolin/package.json +1 -1
  461. package/examples/extensions/notify.ts +3 -1
  462. package/examples/extensions/sandbox/package-lock.json +14 -40
  463. package/examples/extensions/sandbox/package.json +2 -2
  464. package/examples/extensions/titlebar-spinner.ts +1 -1
  465. package/examples/extensions/with-deps/package-lock.json +4 -4
  466. package/examples/extensions/with-deps/package.json +1 -1
  467. package/examples/rpc-extension-ui.ts +1 -1
  468. package/examples/sdk/06-extensions.ts +1 -1
  469. package/examples/sdk/README.md +1 -1
  470. package/npm-shrinkwrap.json +293 -221
  471. package/package.json +21 -18
  472. package/src/humain/mcp-adapter/UPSTREAM.md +15 -5
  473. package/src/humain/mcp-adapter/upstream.json +4 -3
  474. package/src/humain/mcp-adapter/vendor/CHANGELOG.md +82 -0
  475. package/src/humain/web-access/UPSTREAM.md +1 -1
  476. package/src/humain/web-access/upstream.json +6 -4
@@ -0,0 +1,1088 @@
1
+ // config.ts - Config loading with import support
2
+ import { existsSync, readFileSync, writeFileSync, mkdirSync, renameSync } from "node:fs";
3
+ import { homedir } from "node:os";
4
+ import { dirname, join, resolve } from "node:path";
5
+ import { parse as parseToml } from "smol-toml";
6
+ import stripJsonComments from "strip-json-comments";
7
+ import { getAgentPath, getConfigDirName } from "./agent-dir.js";
8
+ import { getAgentPluginSummaries, loadAgentPluginConfigs } from "./agent-plugin-loader.js";
9
+ import { loadPackageMcpConfigs } from "./package-mcp-loader.js";
10
+ import { isServerDisabled } from "./types.js";
11
+ import { toStringRecord } from "./utils.js";
12
+ const GENERIC_GLOBAL_CONFIG_PATH = join(homedir(), ".config", "mcp", "mcp.json");
13
+ const AGENTS_GLOBAL_CONFIG_PATHS = [
14
+ join(homedir(), ".agents", "mcp.json"),
15
+ join(homedir(), ".agents", "mcp", "mcp.json"),
16
+ ];
17
+ const PROJECT_CONFIG_NAME = ".mcp.json";
18
+ const PROJECT_PI_CONFIG_NAME = "mcp.json";
19
+ const REPOPROMPT_BINARY_CANDIDATES = [
20
+ join(homedir(), "RepoPrompt", "repoprompt_cli"),
21
+ "/Applications/Repo Prompt.app/Contents/MacOS/repoprompt-mcp",
22
+ ];
23
+ export const KNOWN_SERVER_PRESETS = [
24
+ {
25
+ id: "deepwiki",
26
+ name: "DeepWiki",
27
+ summary: "Ask questions about public GitHub repositories.",
28
+ entry: { url: "https://mcp.deepwiki.com/mcp", protocolVersion: "auto" },
29
+ },
30
+ {
31
+ id: "context7",
32
+ name: "Context7",
33
+ summary: "Look up current library documentation and examples.",
34
+ entry: { url: "https://mcp.context7.com/mcp", protocolVersion: "auto" },
35
+ },
36
+ {
37
+ id: "parallel-search",
38
+ name: "Parallel Search",
39
+ summary: "Search the web and fetch pages without an API key.",
40
+ entry: {
41
+ url: "https://search.parallel.ai/mcp",
42
+ protocolVersion: "auto",
43
+ directTools: true,
44
+ },
45
+ },
46
+ {
47
+ id: "notion",
48
+ name: "Notion",
49
+ summary: "Search and work with your Notion workspace.",
50
+ entry: { url: "https://mcp.notion.com/mcp", auth: "oauth", protocolVersion: "auto" },
51
+ },
52
+ {
53
+ id: "github",
54
+ name: "GitHub",
55
+ summary: "Work with GitHub through your Copilot account.",
56
+ entry: { url: "https://api.githubcopilot.com/mcp", auth: "oauth", protocolVersion: "auto" },
57
+ },
58
+ {
59
+ id: "chrome-devtools",
60
+ name: "Chrome DevTools",
61
+ summary: "Inspect and automate a local Chrome browser.",
62
+ entry: { command: "npx", args: ["-y", "chrome-devtools-mcp@1.6.0"] },
63
+ },
64
+ ];
65
+ const IMPORT_PATHS = {
66
+ cursor: [join(homedir(), ".cursor", "mcp.json")],
67
+ "claude-code": [
68
+ join(homedir(), ".claude", "mcp.json"),
69
+ join(homedir(), ".claude.json"),
70
+ join(homedir(), ".claude", "claude_desktop_config.json"),
71
+ ],
72
+ "claude-desktop": [join(homedir(), "Library", "Application Support", "Claude", "claude_desktop_config.json")],
73
+ codex: [
74
+ join(homedir(), ".codex", "config.toml"),
75
+ join(homedir(), ".codex", "config.json"),
76
+ ],
77
+ opencode: [
78
+ join(homedir(), ".config", "opencode", "opencode.json"),
79
+ "./opencode.json",
80
+ ],
81
+ windsurf: [join(homedir(), ".windsurf", "mcp.json")],
82
+ vscode: [".vscode/mcp.json"],
83
+ };
84
+ export function getPiGlobalConfigPath(overridePath) {
85
+ return overridePath ? resolve(overridePath) : getAgentPath("mcp.json");
86
+ }
87
+ export function getGenericGlobalConfigPath() {
88
+ return GENERIC_GLOBAL_CONFIG_PATH;
89
+ }
90
+ export function getProjectConfigPath(cwd = process.cwd()) {
91
+ return resolve(cwd, PROJECT_CONFIG_NAME);
92
+ }
93
+ export function getProjectPiConfigPath(cwd = process.cwd()) {
94
+ return resolve(cwd, getConfigDirName(), PROJECT_PI_CONFIG_NAME);
95
+ }
96
+ export function getConfigDiscoveryPaths(overridePath, cwd = process.cwd()) {
97
+ return getConfigSources(overridePath, cwd).map((source) => ({
98
+ label: source.label,
99
+ path: source.readPath,
100
+ exists: existsSync(source.readPath),
101
+ }));
102
+ }
103
+ export function findAvailableImportConfigs(cwd = process.cwd()) {
104
+ if (isExclusiveConfigMode())
105
+ return [];
106
+ const discovered = [];
107
+ for (const importKind of Object.keys(IMPORT_PATHS)) {
108
+ const importPath = resolveImportPath(importKind, cwd);
109
+ if (importPath) {
110
+ discovered.push({ kind: importKind, path: importPath });
111
+ }
112
+ }
113
+ return discovered;
114
+ }
115
+ function getConfigSourceSummaries(sourceSpecs) {
116
+ return sourceSpecs.map((source) => {
117
+ const loaded = readValidatedConfig(source.readPath, `MCP config from ${source.readPath}`);
118
+ return {
119
+ id: source.id,
120
+ label: source.label,
121
+ path: source.readPath,
122
+ exists: existsSync(source.readPath),
123
+ scope: source.scope,
124
+ kind: source.shared ? "shared" : "pi",
125
+ serverCount: loaded ? Object.keys(loaded.mcpServers).length : 0,
126
+ };
127
+ });
128
+ }
129
+ export function getMcpStandardConfigSummary(overridePath, cwd = process.cwd()) {
130
+ const sources = getConfigSourceSummaries(getConfigSources(overridePath, cwd));
131
+ return {
132
+ sources,
133
+ hasSharedServers: sources.some((source) => source.kind === "shared" && source.serverCount > 0),
134
+ fingerprint: JSON.stringify({ sources: sources.map((source) => [source.id, source.exists, source.serverCount]) }),
135
+ };
136
+ }
137
+ export function getMcpDiscoverySummary(overridePath, cwd = process.cwd(), options = {}) {
138
+ const sourceSpecs = getConfigSources(overridePath, cwd);
139
+ const sources = getConfigSourceSummaries(sourceSpecs);
140
+ const includeHostConfigs = options.includeHostConfigs !== false;
141
+ const importKinds = isExclusiveConfigMode()
142
+ ? (readValidatedConfig(getEffectivePiGlobalConfigPath(overridePath), "MCP exclusive config")?.imports ?? [])
143
+ : Object.keys(IMPORT_PATHS);
144
+ const imports = includeHostConfigs
145
+ ? importKinds
146
+ .map((kind) => {
147
+ const imported = loadImportedConfig(kind, cwd, `Failed to inspect imported MCP config from ${kind}:`);
148
+ if (!imported)
149
+ return null;
150
+ return {
151
+ kind,
152
+ path: imported.path,
153
+ serverCount: Object.keys(extractServers(imported.value, kind)).length,
154
+ };
155
+ })
156
+ .filter((value) => value !== null)
157
+ : [];
158
+ const hostConfigDiscovery = isExclusiveConfigMode()
159
+ ? "off"
160
+ : getConfiguredHostConfigDiscovery(overridePath, cwd);
161
+ const hostConfigs = imports.map((entry) => ({ ...entry, active: hostConfigDiscovery === "on" }));
162
+ const settings = getMergedSettings(overridePath, cwd);
163
+ const agentPlugins = isExclusiveConfigMode()
164
+ ? []
165
+ : getAgentPluginSummaries(settings?.agentPluginPaths, cwd);
166
+ const totalServerCount = sources.reduce((sum, source) => sum + source.serverCount, 0) + agentPlugins.reduce((sum, plugin) => sum + plugin.serverCount, 0);
167
+ const hasSharedServers = sources.some((source) => source.kind === "shared" && source.serverCount > 0) || agentPlugins.some(plugin => plugin.serverCount > 0);
168
+ const hasPiOwnedServers = sources.some((source) => source.kind === "pi" && source.serverCount > 0);
169
+ const hasAnyDetectedPaths = sources.some((source) => source.exists) || imports.length > 0 || agentPlugins.length > 0;
170
+ const hasAnyConfig = totalServerCount > 0 || imports.some((entry) => entry.serverCount > 0) || hasAnyDetectedPaths;
171
+ const summaryWithoutRepoPrompt = {
172
+ sources,
173
+ imports,
174
+ hostConfigs,
175
+ hostConfigDiscovery,
176
+ agentPlugins,
177
+ conflicts: getConfigConflicts(sourceSpecs, imports, cwd),
178
+ hasAnyConfig,
179
+ hasAnyDetectedPaths,
180
+ hasSharedServers,
181
+ hasPiOwnedServers,
182
+ totalServerCount,
183
+ };
184
+ const fingerprint = JSON.stringify({
185
+ sources: sources.map((source) => [source.id, source.exists, source.serverCount]),
186
+ imports: imports.map((entry) => [entry.kind, entry.path, entry.serverCount]),
187
+ agentPlugins: agentPlugins.map((entry) => [entry.path, entry.name, entry.serverCount]),
188
+ hostConfigDiscovery,
189
+ conflicts: summaryWithoutRepoPrompt.conflicts,
190
+ });
191
+ return {
192
+ ...summaryWithoutRepoPrompt,
193
+ fingerprint,
194
+ repoPrompt: detectRepoPrompt(summaryWithoutRepoPrompt, cwd),
195
+ };
196
+ }
197
+ export function cloneMcpConfig(config) {
198
+ return structuredClone(config);
199
+ }
200
+ export function loadMcpConfig(overridePath, cwd = process.cwd()) {
201
+ const sourceSpecs = getConfigSources(overridePath, cwd);
202
+ const hostConfigDiscovery = getConfiguredHostConfigDiscovery(overridePath, cwd);
203
+ // Host files are a lower-precedence fallback. This ordering means an opt-in
204
+ // discovery cannot override a shared or Pi-owned definition, and all normal
205
+ // URL-bound credential stripping remains in mergeServerMaps.
206
+ let config = !isExclusiveConfigMode() && hostConfigDiscovery === "on"
207
+ ? loadDiscoveredHostConfigs(cwd)
208
+ : { mcpServers: {} };
209
+ for (const source of sourceSpecs) {
210
+ const loaded = readValidatedConfig(source.readPath, `MCP config from ${source.readPath}`);
211
+ if (!loaded)
212
+ continue;
213
+ config = mergeConfigs(config, expandImports(loaded, cwd));
214
+ }
215
+ if (isExclusiveConfigMode())
216
+ return config;
217
+ const packageConfig = loadPackageMcpConfigs(cwd);
218
+ const pluginConfig = loadAgentPluginConfigs(config.settings?.agentPluginPaths, cwd);
219
+ const packageServers = Object.fromEntries(Object.entries(packageConfig.mcpServers).filter(([name]) => !Object.hasOwn(pluginConfig.mcpServers, name)));
220
+ return mergeConfigs({ mcpServers: packageServers }, mergeConfigs(pluginConfig, config));
221
+ }
222
+ function getMergedSettings(overridePath, cwd = process.cwd()) {
223
+ let settings;
224
+ for (const source of getConfigSources(overridePath, cwd)) {
225
+ const loaded = readValidatedConfig(source.readPath, `MCP config from ${source.readPath}`);
226
+ if (loaded?.settings)
227
+ settings = { ...settings, ...loaded.settings };
228
+ }
229
+ return settings;
230
+ }
231
+ function getConfiguredHostConfigDiscovery(overridePath, cwd = process.cwd()) {
232
+ let configured = "off";
233
+ const settings = getMergedSettings(overridePath, cwd);
234
+ const value = settings?.hostConfigDiscovery;
235
+ if (value === "off" || value === "prompt" || value === "on")
236
+ configured = value;
237
+ return configured;
238
+ }
239
+ function loadDiscoveredHostConfigs(cwd) {
240
+ let config = { mcpServers: {} };
241
+ for (const importKind of Object.keys(IMPORT_PATHS)) {
242
+ const imported = loadImportedConfig(importKind, cwd, `Failed to discover imported MCP config from ${importKind}:`);
243
+ if (!imported)
244
+ continue;
245
+ config = mergeConfigs(config, {
246
+ mcpServers: extractServers(imported.value, importKind),
247
+ });
248
+ }
249
+ return config;
250
+ }
251
+ function getConfigConflicts(sourceSpecs, imports, cwd) {
252
+ const seen = new Map();
253
+ const record = (name, source) => {
254
+ const entries = seen.get(name) ?? [];
255
+ if (!entries.some((entry) => entry.kind === source.kind && entry.path === source.path))
256
+ entries.push(source);
257
+ seen.set(name, entries);
258
+ };
259
+ // Host candidates are listed first because, when enabled, they are the
260
+ // lowest-precedence fallback. The fixed IMPORT_PATHS order is deterministic.
261
+ for (const entry of imports) {
262
+ const imported = loadImportedConfig(entry.kind, cwd, `Failed to inspect imported MCP config from ${entry.kind}:`);
263
+ if (!imported)
264
+ continue;
265
+ for (const name of Object.keys(extractServers(imported.value, entry.kind))) {
266
+ record(name, { kind: "host", path: imported.path });
267
+ }
268
+ }
269
+ for (const source of sourceSpecs) {
270
+ const loaded = readValidatedConfig(source.readPath, `MCP config from ${source.readPath}`);
271
+ if (!loaded)
272
+ continue;
273
+ if (loaded.imports?.length) {
274
+ for (const importKind of loaded.imports) {
275
+ const imported = loadImportedConfig(importKind, cwd, `Failed to inspect imported MCP config from ${importKind}:`);
276
+ if (!imported)
277
+ continue;
278
+ for (const name of Object.keys(extractServers(imported.value, importKind))) {
279
+ record(name, { kind: "host", path: imported.path });
280
+ }
281
+ }
282
+ }
283
+ for (const name of Object.keys(loaded.mcpServers)) {
284
+ record(name, {
285
+ kind: source.shared ? "shared" : "pi",
286
+ path: source.readPath,
287
+ });
288
+ }
289
+ }
290
+ return [...seen.entries()]
291
+ .filter(([, sources]) => sources.length > 1)
292
+ .map(([serverName, sources]) => ({ serverName, sources, winner: sources[sources.length - 1] }))
293
+ .sort((left, right) => left.serverName.localeCompare(right.serverName));
294
+ }
295
+ function getConfigSources(overridePath, cwd = process.cwd()) {
296
+ const userPath = getEffectivePiGlobalConfigPath(overridePath);
297
+ const projectPath = getProjectConfigPath(cwd);
298
+ const projectPiPath = getProjectPiConfigPath(cwd);
299
+ const sources = [];
300
+ if (isExclusiveConfigMode()) {
301
+ return [{
302
+ id: "pi-global",
303
+ label: "Pi exclusive config",
304
+ readPath: userPath,
305
+ writePath: userPath,
306
+ kind: "user",
307
+ shared: false,
308
+ scope: "global",
309
+ }];
310
+ }
311
+ if (GENERIC_GLOBAL_CONFIG_PATH !== userPath) {
312
+ sources.push({
313
+ id: "shared-global",
314
+ label: "user-global standard MCP",
315
+ readPath: GENERIC_GLOBAL_CONFIG_PATH,
316
+ writePath: userPath,
317
+ kind: "import",
318
+ importKind: "global MCP config",
319
+ shared: true,
320
+ scope: "global",
321
+ });
322
+ }
323
+ for (const [index, agentsPath] of AGENTS_GLOBAL_CONFIG_PATHS.entries()) {
324
+ if (agentsPath === userPath || agentsPath === GENERIC_GLOBAL_CONFIG_PATH)
325
+ continue;
326
+ sources.push({
327
+ id: index === 0 ? "agents-global" : "agents-nested-global",
328
+ label: index === 0 ? "user-global .agents MCP" : "user-global .agents nested MCP",
329
+ readPath: agentsPath,
330
+ writePath: userPath,
331
+ kind: "import",
332
+ importKind: index === 0 ? ".agents MCP config" : ".agents/mcp MCP config",
333
+ shared: true,
334
+ scope: "global",
335
+ });
336
+ }
337
+ sources.push({
338
+ id: "pi-global",
339
+ label: "Pi global override",
340
+ readPath: userPath,
341
+ writePath: userPath,
342
+ kind: "user",
343
+ shared: false,
344
+ scope: "global",
345
+ });
346
+ if (projectPath !== userPath) {
347
+ sources.push({
348
+ id: "shared-project",
349
+ label: "project standard MCP",
350
+ readPath: projectPath,
351
+ writePath: projectPath,
352
+ kind: "project",
353
+ shared: true,
354
+ scope: "project",
355
+ });
356
+ }
357
+ if (projectPiPath !== userPath && projectPiPath !== projectPath) {
358
+ sources.push({
359
+ id: "pi-project",
360
+ label: "project Pi override",
361
+ readPath: projectPiPath,
362
+ writePath: projectPiPath,
363
+ kind: "project",
364
+ shared: false,
365
+ scope: "project",
366
+ });
367
+ }
368
+ return sources;
369
+ }
370
+ function isExclusiveConfigMode() {
371
+ return process.env.PI_MCP_CONFIG_MODE?.trim().toLowerCase() === "exclusive";
372
+ }
373
+ function getEffectivePiGlobalConfigPath(overridePath) {
374
+ return getPiGlobalConfigPath(isExclusiveConfigMode() ? undefined : overridePath);
375
+ }
376
+ function mergeConfigs(base, next) {
377
+ const imports = mergeImports(base.imports, next.imports);
378
+ const settings = next.settings ? { ...base.settings, ...next.settings } : base.settings;
379
+ return {
380
+ mcpServers: mergeServerMaps(base.mcpServers, next.mcpServers),
381
+ ...(imports !== undefined ? { imports } : {}),
382
+ ...(settings !== undefined ? { settings } : {}),
383
+ };
384
+ }
385
+ // Credential-bearing fields whose value is bound to a specific server `url`.
386
+ // When a higher-precedence config source repoints an existing server at a
387
+ // different url, these MUST NOT be inherited from the lower-precedence entry —
388
+ // otherwise the original endpoint's credentials would be shipped to the new
389
+ // url. See the SECURITY note in mergeServerMaps.
390
+ const URL_BOUND_AUTH_FIELDS = ["headers", "bearerToken", "bearerTokenEnv", "bearerTokenStore", "requestHeadersCommand"];
391
+ function mergeServerMaps(base, next) {
392
+ const merged = { ...base };
393
+ for (const [name, definition] of Object.entries(next)) {
394
+ const existing = merged[name];
395
+ // SECURITY (credential/url binding): the merge is per-field, so a
396
+ // higher-precedence source that supplies only a new `url` for an existing
397
+ // server would otherwise retain the lower-precedence entry's auth material
398
+ // (Authorization header, bearer token, OAuth config) and send it to the new
399
+ // url — a credential-exfiltration vector when the higher-precedence source
400
+ // is less trusted than the one that first defined the server. Bind auth to
401
+ // the url that supplied it: when the url changes, drop inherited auth
402
+ // material before merging. Auth explicitly re-supplied by `definition` still
403
+ // applies (it is spread last). Behaviour is unchanged when the url is
404
+ // identical or the override omits `url` (partial overrides still inherit).
405
+ let baseEntry = existing ?? {};
406
+ if (existing && typeof definition.command === "string") {
407
+ baseEntry = { ...existing };
408
+ for (const field of [
409
+ "url", "headers", "requestHeadersCommand", "auth", "bearerToken",
410
+ "bearerTokenEnv", "oauth", "httpTransport", "socket",
411
+ ]) {
412
+ delete baseEntry[field];
413
+ }
414
+ }
415
+ else if (existing && typeof definition.url === "string") {
416
+ baseEntry = { ...existing };
417
+ for (const field of [
418
+ "command", "args", "env", "cwd", "pluginDataDir", "literalEnv", "socket",
419
+ ]) {
420
+ delete baseEntry[field];
421
+ }
422
+ }
423
+ else if (existing && typeof definition.socket === "string") {
424
+ baseEntry = { ...existing };
425
+ for (const field of [
426
+ "command", "args", "env", "cwd", "pluginDataDir", "literalEnv", "url",
427
+ "headers", "requestHeadersCommand", "auth", "bearerToken", "bearerTokenEnv",
428
+ "oauth", "httpTransport",
429
+ ]) {
430
+ delete baseEntry[field];
431
+ }
432
+ }
433
+ if (existing && typeof definition.url === "string" && definition.url !== existing.url) {
434
+ if (baseEntry === existing)
435
+ baseEntry = { ...existing };
436
+ for (const field of URL_BOUND_AUTH_FIELDS) {
437
+ delete baseEntry[field];
438
+ }
439
+ if (baseEntry.oauth !== false) {
440
+ delete baseEntry.oauth;
441
+ }
442
+ }
443
+ merged[name] = { ...baseEntry, ...definition };
444
+ }
445
+ return merged;
446
+ }
447
+ function mergeImports(left, right) {
448
+ const merged = [...(left ?? []), ...(right ?? [])];
449
+ if (merged.length === 0)
450
+ return undefined;
451
+ return [...new Set(merged)];
452
+ }
453
+ function expandImports(config, cwd = process.cwd()) {
454
+ if (!config.imports?.length)
455
+ return config;
456
+ const importedServers = {};
457
+ for (const importKind of config.imports) {
458
+ const imported = loadImportedConfig(importKind, cwd, `Failed to import MCP config from ${importKind}:`);
459
+ if (!imported)
460
+ continue;
461
+ const servers = extractServers(imported.value, importKind);
462
+ for (const [name, definition] of Object.entries(servers)) {
463
+ if (!importedServers[name]) {
464
+ importedServers[name] = definition;
465
+ }
466
+ }
467
+ }
468
+ return {
469
+ imports: config.imports,
470
+ ...(config.settings !== undefined ? { settings: config.settings } : {}),
471
+ mcpServers: mergeServerMaps(importedServers, config.mcpServers),
472
+ };
473
+ }
474
+ function resolveImportCandidates(importKind, cwd) {
475
+ return (IMPORT_PATHS[importKind] ?? []).map((candidate) => {
476
+ if (importKind === "opencode" && candidate === "./opencode.json") {
477
+ const start = resolve(cwd);
478
+ let gitRoot;
479
+ let current = start;
480
+ while (true) {
481
+ if (existsSync(join(current, ".git"))) {
482
+ gitRoot = current;
483
+ break;
484
+ }
485
+ const parent = dirname(current);
486
+ if (parent === current)
487
+ break;
488
+ current = parent;
489
+ }
490
+ if (!gitRoot)
491
+ return join(start, "opencode.json");
492
+ current = start;
493
+ while (true) {
494
+ const projectConfig = join(current, "opencode.json");
495
+ if (existsSync(projectConfig) || current === gitRoot)
496
+ return projectConfig;
497
+ current = dirname(current);
498
+ }
499
+ }
500
+ return candidate.startsWith(".") ? resolve(cwd, candidate) : candidate;
501
+ });
502
+ }
503
+ function parseJsonConfig(raw) {
504
+ return JSON.parse(stripJsonComments(raw, { trailingCommas: true }));
505
+ }
506
+ function readImportedConfig(path) {
507
+ const raw = readFileSync(path, "utf-8");
508
+ return path.endsWith(".toml") ? parseToml(raw) : parseJsonConfig(raw);
509
+ }
510
+ function loadImportedConfig(importKind, cwd, warningPrefix) {
511
+ if (importKind === "opencode") {
512
+ let merged = {};
513
+ let highestPrecedencePath;
514
+ for (const path of resolveImportCandidates(importKind, cwd)) {
515
+ if (!existsSync(path))
516
+ continue;
517
+ try {
518
+ const value = readImportedConfig(path);
519
+ if (value && typeof value === "object" && !Array.isArray(value)) {
520
+ merged = mergeOpenCodeConfigs(merged, value);
521
+ highestPrecedencePath = path;
522
+ }
523
+ }
524
+ catch (error) {
525
+ console.warn(warningPrefix, error);
526
+ }
527
+ }
528
+ return highestPrecedencePath ? { path: highestPrecedencePath, value: merged } : null;
529
+ }
530
+ for (const path of resolveImportCandidates(importKind, cwd)) {
531
+ if (!existsSync(path))
532
+ continue;
533
+ try {
534
+ return { path, value: readImportedConfig(path) };
535
+ }
536
+ catch (error) {
537
+ console.warn(warningPrefix, error);
538
+ }
539
+ }
540
+ return null;
541
+ }
542
+ function resolveImportPath(importKind, cwd = process.cwd()) {
543
+ return loadImportedConfig(importKind, cwd, `Failed to discover imported MCP config from ${importKind}:`)?.path ?? null;
544
+ }
545
+ function readValidatedConfig(path, label) {
546
+ if (!existsSync(path))
547
+ return null;
548
+ try {
549
+ return validateConfig(parseJsonConfig(readFileSync(path, "utf-8")));
550
+ }
551
+ catch (error) {
552
+ console.warn(`Failed to load ${label}:`, error);
553
+ return null;
554
+ }
555
+ }
556
+ function validateConfig(raw) {
557
+ if (!isRecord(raw)) {
558
+ return { mcpServers: {} };
559
+ }
560
+ return {
561
+ mcpServers: toServerEntries(raw.mcpServers ?? raw["mcp-servers"]),
562
+ ...(Array.isArray(raw.imports) ? { imports: raw.imports } : {}),
563
+ ...(raw.settings !== undefined ? { settings: raw.settings } : {}),
564
+ };
565
+ }
566
+ function toServerEntries(servers) {
567
+ if (!isRecord(servers))
568
+ return {};
569
+ const entries = {};
570
+ for (const [name, entry] of Object.entries(servers)) {
571
+ if (isServerEntry(entry))
572
+ entries[name] = entry;
573
+ }
574
+ return entries;
575
+ }
576
+ function isServerEntry(value) {
577
+ return isRecord(value);
578
+ }
579
+ function isRecord(value) {
580
+ return typeof value === "object" && value !== null && !Array.isArray(value);
581
+ }
582
+ function mergeOpenCodeConfigs(base, next) {
583
+ const baseMcp = base.mcp;
584
+ const nextMcp = next.mcp;
585
+ const mergedMcp = {
586
+ ...(baseMcp && typeof baseMcp === "object" && !Array.isArray(baseMcp) ? baseMcp : {}),
587
+ };
588
+ if (nextMcp && typeof nextMcp === "object" && !Array.isArray(nextMcp)) {
589
+ for (const [name, nextEntry] of Object.entries(nextMcp)) {
590
+ const baseEntry = mergedMcp[name];
591
+ if (baseEntry && typeof baseEntry === "object" && !Array.isArray(baseEntry)
592
+ && nextEntry && typeof nextEntry === "object" && !Array.isArray(nextEntry)) {
593
+ const safeBase = { ...baseEntry };
594
+ const override = nextEntry;
595
+ if (typeof override.type === "string" && override.type !== safeBase.type) {
596
+ for (const field of ["command", "environment", "cwd", "url", "headers", "oauth"])
597
+ delete safeBase[field];
598
+ }
599
+ if (typeof override.url === "string" && override.url !== safeBase.url) {
600
+ delete safeBase.headers;
601
+ delete safeBase.oauth;
602
+ }
603
+ if (Array.isArray(override.command)) {
604
+ const baseCommand = safeBase.command;
605
+ const commandChanged = !Array.isArray(baseCommand)
606
+ || override.command.length !== baseCommand.length
607
+ || override.command.some((value, index) => value !== baseCommand[index]);
608
+ if (commandChanged) {
609
+ delete safeBase.environment;
610
+ delete safeBase.cwd;
611
+ }
612
+ }
613
+ const mergedEntry = { ...safeBase, ...override };
614
+ for (const field of ["environment", "headers", "oauth"]) {
615
+ const baseField = safeBase[field];
616
+ const nextField = override[field];
617
+ if (baseField && typeof baseField === "object" && !Array.isArray(baseField)
618
+ && nextField && typeof nextField === "object" && !Array.isArray(nextField)) {
619
+ mergedEntry[field] = { ...baseField, ...nextField };
620
+ }
621
+ }
622
+ mergedMcp[name] = mergedEntry;
623
+ }
624
+ else {
625
+ mergedMcp[name] = nextEntry;
626
+ }
627
+ }
628
+ }
629
+ return { ...base, ...next, mcp: mergedMcp };
630
+ }
631
+ function extractServers(config, kind) {
632
+ if (!config || typeof config !== "object")
633
+ return {};
634
+ const obj = config;
635
+ let servers;
636
+ switch (kind) {
637
+ case "claude-desktop":
638
+ case "claude-code":
639
+ servers = obj.mcpServers;
640
+ break;
641
+ case "codex":
642
+ servers = obj.mcp_servers ?? obj.mcpServers;
643
+ break;
644
+ case "cursor":
645
+ case "windsurf":
646
+ case "vscode":
647
+ servers = obj.mcpServers ?? obj["mcp-servers"];
648
+ break;
649
+ case "opencode":
650
+ servers = obj.mcp;
651
+ break;
652
+ default:
653
+ return {};
654
+ }
655
+ if (!servers || typeof servers !== "object" || Array.isArray(servers)) {
656
+ return {};
657
+ }
658
+ const mappedServers = {};
659
+ for (const [name, entry] of Object.entries(servers)) {
660
+ if (kind === "opencode") {
661
+ if (!entry || typeof entry !== "object" || Array.isArray(entry))
662
+ continue;
663
+ const raw = entry;
664
+ if (raw.enabled === false)
665
+ continue;
666
+ if (raw.type === "local" && Array.isArray(raw.command) && raw.command.length > 0 && raw.command.every((value) => typeof value === "string")) {
667
+ const env = toStringRecord(raw.environment);
668
+ const command = raw.command[0];
669
+ if (command === undefined)
670
+ continue;
671
+ const mapped = {
672
+ command,
673
+ args: raw.command.slice(1),
674
+ ...(env ? { env } : {}),
675
+ ...(typeof raw.cwd === "string" ? { cwd: raw.cwd } : {}),
676
+ };
677
+ mappedServers[name] = mapped;
678
+ continue;
679
+ }
680
+ if (raw.type === "remote" && typeof raw.url === "string") {
681
+ const headers = toStringRecord(raw.headers);
682
+ const mapped = {
683
+ url: raw.url,
684
+ ...(headers ? { headers } : {}),
685
+ };
686
+ if (raw.oauth === false) {
687
+ mapped.oauth = false;
688
+ }
689
+ else if (raw.oauth && typeof raw.oauth === "object" && !Array.isArray(raw.oauth)) {
690
+ const oauth = raw.oauth;
691
+ mapped.auth = "oauth";
692
+ mapped.oauth = {
693
+ ...(typeof oauth.clientId === "string" ? { clientId: oauth.clientId } : {}),
694
+ ...(typeof oauth.clientSecret === "string" ? { clientSecret: oauth.clientSecret } : {}),
695
+ ...(typeof oauth.scope === "string" ? { scope: oauth.scope } : {}),
696
+ ...(typeof oauth.authServerMetadataUrl === "string" ? { authServerMetadataUrl: oauth.authServerMetadataUrl } : {}),
697
+ ...(typeof oauth.skipIssuerMetadataValidation === "boolean"
698
+ ? { skipIssuerMetadataValidation: oauth.skipIssuerMetadataValidation }
699
+ : {}),
700
+ };
701
+ }
702
+ mappedServers[name] = mapped;
703
+ }
704
+ continue;
705
+ }
706
+ if (!isRecord(entry))
707
+ continue;
708
+ if (kind !== "codex") {
709
+ mappedServers[name] = entry;
710
+ continue;
711
+ }
712
+ const mapped = { ...entry };
713
+ const bearerTokenEnv = mapped.bearer_token_env_var;
714
+ const httpHeaders = mapped.http_headers;
715
+ const envHttpHeaders = mapped.env_http_headers;
716
+ if (typeof bearerTokenEnv === "string") {
717
+ mapped.bearerTokenEnv = bearerTokenEnv;
718
+ if (mapped.auth === undefined)
719
+ mapped.auth = "bearer";
720
+ }
721
+ if (httpHeaders && typeof httpHeaders === "object" && !Array.isArray(httpHeaders)) {
722
+ mapped.headers = { ...mapped.headers, ...httpHeaders };
723
+ }
724
+ if (envHttpHeaders && typeof envHttpHeaders === "object" && !Array.isArray(envHttpHeaders)) {
725
+ const headers = { ...mapped.headers };
726
+ for (const [header, envVar] of Object.entries(envHttpHeaders)) {
727
+ if (typeof envVar === "string" && headers[header] === undefined)
728
+ headers[header] = `$env:${envVar}`;
729
+ }
730
+ mapped.headers = headers;
731
+ }
732
+ delete mapped.bearer_token_env_var;
733
+ delete mapped.http_headers;
734
+ delete mapped.env_http_headers;
735
+ mappedServers[name] = mapped;
736
+ }
737
+ return mappedServers;
738
+ }
739
+ function serializeRawConfig(raw) {
740
+ return `${JSON.stringify(raw, null, 2)}\n`;
741
+ }
742
+ function buildUnifiedDiff(beforeText, afterText) {
743
+ if (beforeText === afterText)
744
+ return "(no changes)";
745
+ const before = beforeText.split("\n");
746
+ const after = afterText.split("\n");
747
+ const rows = before.length;
748
+ const cols = after.length;
749
+ const lcs = Array.from({ length: rows + 1 }, () => Array(cols + 1).fill(0));
750
+ for (let i = rows - 1; i >= 0; i--) {
751
+ for (let j = cols - 1; j >= 0; j--) {
752
+ const row = lcs[i];
753
+ const nextRow = lcs[i + 1];
754
+ if (!row || !nextRow)
755
+ continue;
756
+ row[j] = before[i] === after[j]
757
+ ? (nextRow[j + 1] ?? 0) + 1
758
+ : Math.max(nextRow[j] ?? 0, row[j + 1] ?? 0);
759
+ }
760
+ }
761
+ const lines = ["--- before", "+++ after"];
762
+ let i = 0;
763
+ let j = 0;
764
+ while (i < rows || j < cols) {
765
+ if (i < rows && j < cols && before[i] === after[j]) {
766
+ lines.push(` ${before[i]}`);
767
+ i++;
768
+ j++;
769
+ continue;
770
+ }
771
+ if (j < cols && (i === rows || (lcs[i]?.[j + 1] ?? 0) >= (lcs[i + 1]?.[j] ?? 0))) {
772
+ lines.push(`+ ${after[j]}`);
773
+ j++;
774
+ continue;
775
+ }
776
+ if (i < rows) {
777
+ lines.push(`- ${before[i]}`);
778
+ i++;
779
+ }
780
+ }
781
+ return lines.join("\n");
782
+ }
783
+ function buildConfigWritePreview(filePath, nextRaw) {
784
+ const existed = existsSync(filePath);
785
+ const beforeRaw = readRawConfigObject(filePath);
786
+ const beforeText = existed ? serializeRawConfig(beforeRaw) : "";
787
+ const afterText = serializeRawConfig(nextRaw);
788
+ return {
789
+ path: filePath,
790
+ existed,
791
+ changed: beforeText !== afterText,
792
+ beforeText,
793
+ afterText,
794
+ diffText: buildUnifiedDiff(beforeText, afterText),
795
+ };
796
+ }
797
+ function readRawConfigObject(filePath) {
798
+ if (!existsSync(filePath))
799
+ return {};
800
+ try {
801
+ const raw = parseJsonConfig(readFileSync(filePath, "utf-8"));
802
+ return raw && typeof raw === "object" && !Array.isArray(raw) ? raw : {};
803
+ }
804
+ catch {
805
+ return {};
806
+ }
807
+ }
808
+ function writeRawConfigObject(filePath, raw) {
809
+ mkdirSync(dirname(filePath), { recursive: true });
810
+ const tmpPath = `${filePath}.${process.pid}.tmp`;
811
+ writeFileSync(tmpPath, `${JSON.stringify(raw, null, 2)}\n`, "utf-8");
812
+ renameSync(tmpPath, filePath);
813
+ }
814
+ function getServersObject(raw) {
815
+ const existing = raw.mcpServers ?? raw["mcp-servers"] ?? {};
816
+ if (!existing || typeof existing !== "object" || Array.isArray(existing)) {
817
+ return {};
818
+ }
819
+ return existing;
820
+ }
821
+ function setServersObject(raw, servers) {
822
+ delete raw["mcp-servers"];
823
+ raw.mcpServers = servers;
824
+ }
825
+ /**
826
+ * Persist only the disabled field in the project Pi layer. Enabling writes an
827
+ * explicit false only when a lower-precedence source is itself disabled; this
828
+ * writer never copies a server definition or its credentials into the file.
829
+ */
830
+ export function writeProjectServerDisabledOverride(overridePath, cwd, serverName, disabled) {
831
+ const filePath = getProjectPiConfigPath(cwd);
832
+ let raw = {};
833
+ if (existsSync(filePath)) {
834
+ try {
835
+ const parsed = parseJsonConfig(readFileSync(filePath, "utf-8"));
836
+ if (!parsed || typeof parsed !== "object" || Array.isArray(parsed)) {
837
+ throw new Error("root value must be an object");
838
+ }
839
+ raw = parsed;
840
+ }
841
+ catch (error) {
842
+ throw new Error(`Failed to read project MCP override at ${filePath}: ${error instanceof Error ? error.message : String(error)}`, { cause: error });
843
+ }
844
+ }
845
+ const serverKey = raw.mcpServers !== undefined ? "mcpServers" : raw["mcp-servers"] !== undefined ? "mcp-servers" : "mcpServers";
846
+ const rawServers = raw[serverKey];
847
+ if (rawServers !== undefined && (!rawServers || typeof rawServers !== "object" || Array.isArray(rawServers))) {
848
+ throw new Error(`Failed to update project MCP override at ${filePath}: ${serverKey} must be an object`);
849
+ }
850
+ const servers = (rawServers ?? {});
851
+ const previous = servers[serverName];
852
+ if (previous !== undefined && (!previous || typeof previous !== "object" || Array.isArray(previous))) {
853
+ throw new Error(`Failed to update project MCP override at ${filePath}: server "${serverName}" must be an object`);
854
+ }
855
+ const existing = previous;
856
+ let next;
857
+ if (disabled) {
858
+ next = { ...existing, disabled: true };
859
+ }
860
+ else {
861
+ next = Object.fromEntries(Object.entries(existing ?? {}).filter(([key]) => key !== "disabled"));
862
+ let lowerConfig = { mcpServers: {} };
863
+ for (const source of getConfigSources(overridePath, cwd)) {
864
+ if (source.readPath === filePath)
865
+ continue;
866
+ const loaded = readValidatedConfig(source.readPath, `MCP config from ${source.readPath}`);
867
+ if (loaded)
868
+ lowerConfig = mergeConfigs(lowerConfig, expandImports(loaded, cwd));
869
+ }
870
+ if (raw.imports !== undefined) {
871
+ if (!Array.isArray(raw.imports) || raw.imports.some((kind) => typeof kind !== "string" || !Object.hasOwn(IMPORT_PATHS, kind))) {
872
+ throw new Error(`Failed to update project MCP override at ${filePath}: imports contains an unsupported config kind`);
873
+ }
874
+ lowerConfig = mergeConfigs(lowerConfig, expandImports({ mcpServers: {}, imports: raw.imports }, cwd));
875
+ }
876
+ if (isServerDisabled(lowerConfig.mcpServers[serverName]))
877
+ next.disabled = false;
878
+ }
879
+ if ((!existing && Object.keys(next).length === 0) || JSON.stringify(existing) === JSON.stringify(next)) {
880
+ return { path: filePath, changed: false };
881
+ }
882
+ if (Object.keys(next).length === 0)
883
+ delete servers[serverName];
884
+ else
885
+ servers[serverName] = next;
886
+ raw[serverKey] = servers;
887
+ writeRawConfigObject(filePath, raw);
888
+ return { path: filePath, changed: true };
889
+ }
890
+ function isRepoPromptServer(name, entry) {
891
+ const normalizedName = name.toLowerCase();
892
+ if (normalizedName.includes("repoprompt") || normalizedName === "rp") {
893
+ return true;
894
+ }
895
+ const command = entry.command?.toLowerCase() ?? "";
896
+ if (command.includes("repoprompt") || command.includes("rp-mcp") || command.endsWith("repoprompt_cli")) {
897
+ return true;
898
+ }
899
+ return (entry.args ?? []).some((arg) => typeof arg === "string" && arg.toLowerCase().includes("repoprompt"));
900
+ }
901
+ function findProjectRoot(cwd = process.cwd()) {
902
+ let current = resolve(cwd);
903
+ while (true) {
904
+ if (existsSync(join(current, ".git"))
905
+ || existsSync(join(current, "package.json"))
906
+ || existsSync(join(current, PROJECT_CONFIG_NAME))
907
+ || existsSync(join(current, ".pi"))) {
908
+ return current;
909
+ }
910
+ const parent = dirname(current);
911
+ if (parent === current)
912
+ return null;
913
+ current = parent;
914
+ }
915
+ }
916
+ function buildRepoPromptEntry(executablePath) {
917
+ return {
918
+ command: executablePath,
919
+ args: [],
920
+ lifecycle: "lazy",
921
+ };
922
+ }
923
+ function detectRepoPrompt(summary, cwd = process.cwd()) {
924
+ for (const source of summary.sources) {
925
+ if (source.kind !== "shared" || source.serverCount === 0)
926
+ continue;
927
+ const config = readValidatedConfig(source.path, `MCP config from ${source.path}`);
928
+ if (!config)
929
+ continue;
930
+ for (const [name, entry] of Object.entries(config.mcpServers)) {
931
+ if (isRepoPromptServer(name, entry)) {
932
+ return { configured: true, configuredPath: source.path };
933
+ }
934
+ }
935
+ }
936
+ const executablePath = REPOPROMPT_BINARY_CANDIDATES.find((candidate) => existsSync(candidate));
937
+ if (!executablePath) {
938
+ return { configured: false };
939
+ }
940
+ const projectRoot = findProjectRoot(cwd);
941
+ const targetPath = projectRoot ? join(projectRoot, PROJECT_CONFIG_NAME) : GENERIC_GLOBAL_CONFIG_PATH;
942
+ return {
943
+ configured: false,
944
+ executablePath,
945
+ targetPath,
946
+ serverName: "repoprompt",
947
+ entry: buildRepoPromptEntry(executablePath),
948
+ };
949
+ }
950
+ export function previewCompatibilityImports(importKinds, overridePath) {
951
+ const targetPath = getPiGlobalConfigPath(overridePath);
952
+ const raw = readRawConfigObject(targetPath);
953
+ const currentImports = Array.isArray(raw.imports) ? raw.imports.filter((value) => typeof value === "string") : [];
954
+ const merged = [...new Set([...currentImports, ...importKinds])];
955
+ const nextRaw = { ...raw, imports: merged };
956
+ setServersObject(nextRaw, getServersObject(nextRaw));
957
+ return buildConfigWritePreview(targetPath, nextRaw);
958
+ }
959
+ export function ensureCompatibilityImports(importKinds, overridePath) {
960
+ const targetPath = getPiGlobalConfigPath(overridePath);
961
+ const raw = readRawConfigObject(targetPath);
962
+ const currentImports = Array.isArray(raw.imports) ? raw.imports.filter((value) => typeof value === "string") : [];
963
+ const merged = [...new Set([...currentImports, ...importKinds])];
964
+ const added = merged.filter((kind) => !currentImports.includes(kind));
965
+ if (added.length === 0) {
966
+ return { path: targetPath, added: [] };
967
+ }
968
+ raw.imports = merged;
969
+ const servers = getServersObject(raw);
970
+ setServersObject(raw, servers);
971
+ writeRawConfigObject(targetPath, raw);
972
+ return { path: targetPath, added };
973
+ }
974
+ export function buildStarterProjectConfig() {
975
+ return {
976
+ mcpServers: {},
977
+ };
978
+ }
979
+ export function previewStarterProjectConfig(cwd = process.cwd()) {
980
+ const targetPath = getProjectConfigPath(cwd);
981
+ const nextRaw = { mcpServers: buildStarterProjectConfig().mcpServers };
982
+ return buildConfigWritePreview(targetPath, nextRaw);
983
+ }
984
+ export function writeStarterProjectConfig(cwd = process.cwd()) {
985
+ const targetPath = getProjectConfigPath(cwd);
986
+ const raw = { mcpServers: buildStarterProjectConfig().mcpServers };
987
+ writeRawConfigObject(targetPath, raw);
988
+ return targetPath;
989
+ }
990
+ export function previewSharedServerEntry(filePath, serverName, entry) {
991
+ const raw = readRawConfigObject(filePath);
992
+ const nextRaw = { ...raw };
993
+ const servers = getServersObject(nextRaw);
994
+ servers[serverName] = entry;
995
+ setServersObject(nextRaw, servers);
996
+ return buildConfigWritePreview(filePath, nextRaw);
997
+ }
998
+ export function writeSharedServerEntry(filePath, serverName, entry) {
999
+ const raw = readRawConfigObject(filePath);
1000
+ const servers = getServersObject(raw);
1001
+ servers[serverName] = entry;
1002
+ setServersObject(raw, servers);
1003
+ writeRawConfigObject(filePath, raw);
1004
+ return filePath;
1005
+ }
1006
+ export function getServerProvenance(overridePath, cwd = process.cwd()) {
1007
+ const provenance = new Map();
1008
+ const userPath = getPiGlobalConfigPath(overridePath);
1009
+ if (getConfiguredHostConfigDiscovery(overridePath, cwd) === "on") {
1010
+ for (const importKind of Object.keys(IMPORT_PATHS)) {
1011
+ const imported = loadImportedConfig(importKind, cwd, `Failed to inspect imported MCP config from ${importKind}:`);
1012
+ if (!imported)
1013
+ continue;
1014
+ for (const name of Object.keys(extractServers(imported.value, importKind))) {
1015
+ // Keep writes inside Pi-owned storage even though the source is external.
1016
+ // Later import kinds win in the same deterministic order as loadDiscoveredHostConfigs.
1017
+ provenance.set(name, { path: userPath, kind: "import", importKind });
1018
+ }
1019
+ }
1020
+ }
1021
+ for (const source of getConfigSources(overridePath, cwd)) {
1022
+ const loaded = readValidatedConfig(source.readPath, `MCP config from ${source.readPath}`);
1023
+ if (!loaded)
1024
+ continue;
1025
+ if (loaded.imports?.length) {
1026
+ for (const importKind of loaded.imports) {
1027
+ const imported = loadImportedConfig(importKind, cwd, `Failed to inspect imported MCP config from ${importKind}:`);
1028
+ if (!imported)
1029
+ continue;
1030
+ const servers = extractServers(imported.value, importKind);
1031
+ for (const name of Object.keys(servers)) {
1032
+ if (!provenance.has(name)) {
1033
+ provenance.set(name, { path: userPath, kind: "import", importKind });
1034
+ }
1035
+ }
1036
+ }
1037
+ }
1038
+ for (const name of Object.keys(loaded.mcpServers)) {
1039
+ provenance.set(name, {
1040
+ path: source.writePath,
1041
+ kind: source.kind,
1042
+ ...(source.importKind !== undefined ? { importKind: source.importKind } : {}),
1043
+ });
1044
+ }
1045
+ }
1046
+ return provenance;
1047
+ }
1048
+ export function writeDirectToolsConfig(changes, provenance, fullConfig) {
1049
+ const byPath = new Map();
1050
+ for (const [serverName, value] of changes) {
1051
+ const prov = provenance.get(serverName);
1052
+ if (!prov)
1053
+ continue;
1054
+ const targetPath = prov.path;
1055
+ if (!byPath.has(targetPath))
1056
+ byPath.set(targetPath, []);
1057
+ byPath.get(targetPath).push({ name: serverName, value, prov });
1058
+ }
1059
+ for (const [filePath, entries] of byPath) {
1060
+ const raw = readRawConfigObject(filePath);
1061
+ const servers = getServersObject(raw);
1062
+ for (const { name, value, prov } of entries) {
1063
+ if (prov.kind === "import") {
1064
+ const fullDef = fullConfig.mcpServers[name];
1065
+ if (fullDef) {
1066
+ servers[name] = { ...fullDef, directTools: value };
1067
+ }
1068
+ }
1069
+ else if (servers[name]) {
1070
+ servers[name] = { ...servers[name], directTools: value };
1071
+ }
1072
+ }
1073
+ setServersObject(raw, servers);
1074
+ writeRawConfigObject(filePath, raw);
1075
+ }
1076
+ }
1077
+ export function resolveConfiguredOAuthDir(raw, cwd = process.cwd()) {
1078
+ if (raw === undefined || raw === null)
1079
+ return undefined;
1080
+ if (typeof raw !== "string") {
1081
+ throw new Error("settings.oauthDir must be a string");
1082
+ }
1083
+ const trimmed = raw.trim();
1084
+ if (!trimmed)
1085
+ return undefined;
1086
+ return resolve(cwd, trimmed);
1087
+ }
1088
+ //# sourceMappingURL=config.js.map