@frontmcp/sdk 0.12.2 → 1.0.0-beta.2

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 (461) hide show
  1. package/adapter/adapter.instance.d.ts +6 -0
  2. package/adapter/adapter.instance.d.ts.map +1 -1
  3. package/agent/adapters/adapter.factory.d.ts +7 -9
  4. package/agent/adapters/adapter.factory.d.ts.map +1 -1
  5. package/agent/adapters/anthropic.adapter.d.ts +151 -0
  6. package/agent/adapters/anthropic.adapter.d.ts.map +1 -0
  7. package/agent/adapters/base.adapter.d.ts.map +1 -1
  8. package/agent/adapters/index.d.ts +38 -24
  9. package/agent/adapters/index.d.ts.map +1 -1
  10. package/agent/adapters/openai.adapter.d.ts +288 -0
  11. package/agent/adapters/openai.adapter.d.ts.map +1 -0
  12. package/agent/adapters/providers/index.d.ts +9 -7
  13. package/agent/adapters/providers/index.d.ts.map +1 -1
  14. package/agent/adapters/providers/types.d.ts +5 -1
  15. package/agent/adapters/providers/types.d.ts.map +1 -1
  16. package/agent/agent-execution-loop.d.ts.map +1 -1
  17. package/agent/agent.instance.d.ts +5 -2
  18. package/agent/agent.instance.d.ts.map +1 -1
  19. package/agent/agent.registry.d.ts +1 -1
  20. package/agent/agent.registry.d.ts.map +1 -1
  21. package/agent/agent.scope.d.ts +38 -46
  22. package/agent/agent.scope.d.ts.map +1 -1
  23. package/agent/flows/call-agent.flow.d.ts +12 -3
  24. package/agent/flows/call-agent.flow.d.ts.map +1 -1
  25. package/agent/index.d.ts +12 -6
  26. package/agent/index.d.ts.map +1 -1
  27. package/app/app.registry.d.ts.map +1 -1
  28. package/app/app.utils.d.ts.map +1 -1
  29. package/app/instances/app.esm.instance.d.ts +77 -0
  30. package/app/instances/app.esm.instance.d.ts.map +1 -0
  31. package/app/instances/esm-normalize.utils.d.ts +72 -0
  32. package/app/instances/esm-normalize.utils.d.ts.map +1 -0
  33. package/app/instances/index.d.ts +1 -0
  34. package/app/instances/index.d.ts.map +1 -1
  35. package/auth/auth.registry.d.ts.map +1 -1
  36. package/auth/cimd/index.d.ts +1 -1
  37. package/auth/cimd/index.d.ts.map +1 -1
  38. package/auth/instances/instance.local-primary-auth.d.ts +2 -3
  39. package/auth/instances/instance.local-primary-auth.d.ts.map +1 -1
  40. package/auth/instances/instance.remote-primary-auth.d.ts +0 -1
  41. package/auth/instances/instance.remote-primary-auth.d.ts.map +1 -1
  42. package/auth/session/record/session.base.d.ts.map +1 -1
  43. package/auth/session/transport-session.manager.d.ts.map +1 -1
  44. package/builtin/config/config.plugin.d.ts.map +1 -1
  45. package/builtin/config/index.d.ts +2 -1
  46. package/builtin/config/index.d.ts.map +1 -1
  47. package/builtin/config/providers/config-loader.d.ts.map +1 -1
  48. package/builtin/config/providers/env-loader.d.ts.map +1 -1
  49. package/common/decorators/adapter.decorator.d.ts +1 -1
  50. package/common/decorators/adapter.decorator.d.ts.map +1 -1
  51. package/common/decorators/agent.decorator.d.ts +13 -4
  52. package/common/decorators/agent.decorator.d.ts.map +1 -1
  53. package/common/decorators/app.decorator.d.ts +33 -3
  54. package/common/decorators/app.decorator.d.ts.map +1 -1
  55. package/common/decorators/auth-provider.decorator.d.ts +1 -1
  56. package/common/decorators/auth-provider.decorator.d.ts.map +1 -1
  57. package/common/decorators/flow.decorator.d.ts +1 -1
  58. package/common/decorators/flow.decorator.d.ts.map +1 -1
  59. package/common/decorators/front-mcp.decorator.d.ts.map +1 -1
  60. package/common/decorators/job.decorator.d.ts +11 -1
  61. package/common/decorators/job.decorator.d.ts.map +1 -1
  62. package/common/decorators/logger.decorator.d.ts +1 -1
  63. package/common/decorators/logger.decorator.d.ts.map +1 -1
  64. package/common/decorators/prompt.decorator.d.ts +13 -3
  65. package/common/decorators/prompt.decorator.d.ts.map +1 -1
  66. package/common/decorators/provider.decorator.d.ts +1 -1
  67. package/common/decorators/provider.decorator.d.ts.map +1 -1
  68. package/common/decorators/resource.decorator.d.ts +12 -2
  69. package/common/decorators/resource.decorator.d.ts.map +1 -1
  70. package/common/decorators/skill.decorator.d.ts +11 -1
  71. package/common/decorators/skill.decorator.d.ts.map +1 -1
  72. package/common/decorators/tool.decorator.d.ts +20 -44
  73. package/common/decorators/tool.decorator.d.ts.map +1 -1
  74. package/common/dynamic/dynamic.utils.d.ts +1 -1
  75. package/common/entries/adapter.entry.d.ts.map +1 -1
  76. package/common/entries/agent.entry.d.ts +5 -7
  77. package/common/entries/agent.entry.d.ts.map +1 -1
  78. package/common/entries/logger.entry.d.ts.map +1 -1
  79. package/common/entries/prompt.entry.d.ts +3 -3
  80. package/common/entries/prompt.entry.d.ts.map +1 -1
  81. package/common/entries/resource.entry.d.ts +3 -3
  82. package/common/entries/resource.entry.d.ts.map +1 -1
  83. package/common/entries/tool.entry.d.ts +15 -4
  84. package/common/entries/tool.entry.d.ts.map +1 -1
  85. package/common/interfaces/adapter.interface.d.ts +15 -0
  86. package/common/interfaces/adapter.interface.d.ts.map +1 -1
  87. package/common/interfaces/agent.interface.d.ts +2 -2
  88. package/common/interfaces/agent.interface.d.ts.map +1 -1
  89. package/common/interfaces/auth-hook.interface.d.ts.map +1 -1
  90. package/common/interfaces/execution-context.interface.d.ts +1 -2
  91. package/common/interfaces/execution-context.interface.d.ts.map +1 -1
  92. package/common/interfaces/flow.interface.d.ts.map +1 -1
  93. package/common/interfaces/front-mcp.interface.d.ts.map +1 -1
  94. package/common/interfaces/internal/registry.interface.d.ts +3 -5
  95. package/common/interfaces/internal/registry.interface.d.ts.map +1 -1
  96. package/common/interfaces/job.interface.d.ts +1 -1
  97. package/common/interfaces/job.interface.d.ts.map +1 -1
  98. package/common/interfaces/prompt.interface.d.ts +3 -3
  99. package/common/interfaces/prompt.interface.d.ts.map +1 -1
  100. package/common/interfaces/resource.interface.d.ts +1 -1
  101. package/common/interfaces/resource.interface.d.ts.map +1 -1
  102. package/common/interfaces/server.interface.d.ts +1 -1
  103. package/common/interfaces/server.interface.d.ts.map +1 -1
  104. package/common/interfaces/skill.interface.d.ts +1 -1
  105. package/common/interfaces/skill.interface.d.ts.map +1 -1
  106. package/common/interfaces/tool.interface.d.ts +1 -1
  107. package/common/interfaces/tool.interface.d.ts.map +1 -1
  108. package/common/interfaces/workflow.interface.d.ts +1 -1
  109. package/common/interfaces/workflow.interface.d.ts.map +1 -1
  110. package/common/metadata/adapter.metadata.d.ts.map +1 -1
  111. package/common/metadata/agent.metadata.d.ts +56 -7
  112. package/common/metadata/agent.metadata.d.ts.map +1 -1
  113. package/common/metadata/app-filter.metadata.d.ts +78 -0
  114. package/common/metadata/app-filter.metadata.d.ts.map +1 -0
  115. package/common/metadata/app.metadata.d.ts +198 -76
  116. package/common/metadata/app.metadata.d.ts.map +1 -1
  117. package/common/metadata/auth-provider.metadata.d.ts.map +1 -1
  118. package/common/metadata/front-mcp.metadata.d.ts +2143 -426
  119. package/common/metadata/front-mcp.metadata.d.ts.map +1 -1
  120. package/common/metadata/index.d.ts +2 -0
  121. package/common/metadata/index.d.ts.map +1 -1
  122. package/common/metadata/job.metadata.d.ts +1 -1
  123. package/common/metadata/logger.metadata.d.ts.map +1 -1
  124. package/common/metadata/plugin.metadata.d.ts +1 -1
  125. package/common/metadata/prompt.metadata.d.ts +2 -2
  126. package/common/metadata/prompt.metadata.d.ts.map +1 -1
  127. package/common/metadata/remote-primitive.metadata.d.ts +35 -0
  128. package/common/metadata/remote-primitive.metadata.d.ts.map +1 -0
  129. package/common/metadata/resource.metadata.d.ts +1 -1
  130. package/common/metadata/resource.metadata.d.ts.map +1 -1
  131. package/common/metadata/tool-ui.metadata.d.ts +1 -1
  132. package/common/metadata/tool-ui.metadata.d.ts.map +1 -1
  133. package/common/metadata/tool.metadata.d.ts +86 -19
  134. package/common/metadata/tool.metadata.d.ts.map +1 -1
  135. package/common/metadata/workflow.metadata.d.ts +1 -1
  136. package/common/records/agent.record.d.ts +43 -2
  137. package/common/records/agent.record.d.ts.map +1 -1
  138. package/common/records/flow.record.d.ts.map +1 -1
  139. package/common/records/job.record.d.ts +35 -2
  140. package/common/records/job.record.d.ts.map +1 -1
  141. package/common/records/prompt.record.d.ts +35 -2
  142. package/common/records/prompt.record.d.ts.map +1 -1
  143. package/common/records/resource.record.d.ts +35 -2
  144. package/common/records/resource.record.d.ts.map +1 -1
  145. package/common/records/skill.record.d.ts +44 -2
  146. package/common/records/skill.record.d.ts.map +1 -1
  147. package/common/records/tool.record.d.ts +35 -2
  148. package/common/records/tool.record.d.ts.map +1 -1
  149. package/common/records/workflow.record.d.ts +35 -2
  150. package/common/records/workflow.record.d.ts.map +1 -1
  151. package/common/schemas/annotated-class.schema.d.ts +2 -2
  152. package/common/schemas/annotated-class.schema.d.ts.map +1 -1
  153. package/common/schemas/http-input.schema.d.ts.map +1 -1
  154. package/common/schemas/http-output.schema.d.ts +2 -2
  155. package/common/schemas/http-output.schema.d.ts.map +1 -1
  156. package/common/tokens/adapter.tokens.d.ts.map +1 -1
  157. package/common/tokens/agent.tokens.d.ts +3 -0
  158. package/common/tokens/agent.tokens.d.ts.map +1 -1
  159. package/common/tokens/app.tokens.d.ts.map +1 -1
  160. package/common/tokens/auth-provider.tokens.d.ts.map +1 -1
  161. package/common/tokens/front-mcp.tokens.d.ts.map +1 -1
  162. package/common/tokens/logger.tokens.d.ts.map +1 -1
  163. package/common/tokens/prompt.tokens.d.ts +1 -0
  164. package/common/tokens/prompt.tokens.d.ts.map +1 -1
  165. package/common/tokens/provider.tokens.d.ts.map +1 -1
  166. package/common/tokens/tool.tokens.d.ts +3 -2
  167. package/common/tokens/tool.tokens.d.ts.map +1 -1
  168. package/common/types/common.types.d.ts +2 -2
  169. package/common/types/common.types.d.ts.map +1 -1
  170. package/common/types/options/auth/app-auth.schema.d.ts +2 -271
  171. package/common/types/options/auth/app-auth.schema.d.ts.map +1 -1
  172. package/common/types/options/auth/index.d.ts +6 -6
  173. package/common/types/options/auth/index.d.ts.map +1 -1
  174. package/common/types/options/auth/interfaces.d.ts +1 -430
  175. package/common/types/options/auth/interfaces.d.ts.map +1 -1
  176. package/common/types/options/auth/orchestrated.schema.d.ts +2 -457
  177. package/common/types/options/auth/orchestrated.schema.d.ts.map +1 -1
  178. package/common/types/options/auth/public.schema.d.ts +2 -21
  179. package/common/types/options/auth/public.schema.d.ts.map +1 -1
  180. package/common/types/options/auth/schema.d.ts +2 -280
  181. package/common/types/options/auth/schema.d.ts.map +1 -1
  182. package/common/types/options/auth/shared.schemas.d.ts +2 -2
  183. package/common/types/options/auth/shared.schemas.d.ts.map +1 -1
  184. package/common/types/options/auth/transparent.schema.d.ts +2 -35
  185. package/common/types/options/auth/transparent.schema.d.ts.map +1 -1
  186. package/common/types/options/auth/typecheck.d.ts.map +1 -1
  187. package/common/types/options/auth/utils.d.ts +1 -32
  188. package/common/types/options/auth/utils.d.ts.map +1 -1
  189. package/common/types/options/elicitation/schema.d.ts +2 -4
  190. package/common/types/options/elicitation/schema.d.ts.map +1 -1
  191. package/common/types/options/ext-apps/index.d.ts +1 -1
  192. package/common/types/options/ext-apps/index.d.ts.map +1 -1
  193. package/common/types/options/ext-apps/interfaces.d.ts +55 -0
  194. package/common/types/options/ext-apps/interfaces.d.ts.map +1 -1
  195. package/common/types/options/ext-apps/schema.d.ts +3 -1
  196. package/common/types/options/ext-apps/schema.d.ts.map +1 -1
  197. package/common/types/options/ext-apps/typecheck.d.ts +2 -0
  198. package/common/types/options/ext-apps/typecheck.d.ts.map +1 -0
  199. package/common/types/options/http/schema.d.ts +3 -1
  200. package/common/types/options/http/schema.d.ts.map +1 -1
  201. package/common/types/options/http/typecheck.d.ts +2 -0
  202. package/common/types/options/http/typecheck.d.ts.map +1 -0
  203. package/common/types/options/logging/schema.d.ts +3 -2
  204. package/common/types/options/logging/schema.d.ts.map +1 -1
  205. package/common/types/options/redis/index.d.ts +1 -1
  206. package/common/types/options/redis/index.d.ts.map +1 -1
  207. package/common/types/options/redis/interfaces.d.ts +4 -0
  208. package/common/types/options/redis/interfaces.d.ts.map +1 -1
  209. package/common/types/options/redis/schema.d.ts +7 -4
  210. package/common/types/options/redis/schema.d.ts.map +1 -1
  211. package/common/types/options/redis/typecheck.d.ts +2 -0
  212. package/common/types/options/redis/typecheck.d.ts.map +1 -0
  213. package/common/types/options/server-info/interfaces.d.ts +1 -1
  214. package/common/types/options/server-info/interfaces.d.ts.map +1 -1
  215. package/common/types/options/skills-http/schema.d.ts +3 -2
  216. package/common/types/options/skills-http/schema.d.ts.map +1 -1
  217. package/common/types/options/skills-http/typecheck.d.ts +2 -0
  218. package/common/types/options/skills-http/typecheck.d.ts.map +1 -0
  219. package/common/types/options/sqlite/index.d.ts +1 -0
  220. package/common/types/options/sqlite/index.d.ts.map +1 -1
  221. package/common/types/options/sqlite/interfaces.d.ts +25 -0
  222. package/common/types/options/sqlite/interfaces.d.ts.map +1 -0
  223. package/common/types/options/sqlite/schema.d.ts +3 -1
  224. package/common/types/options/sqlite/schema.d.ts.map +1 -1
  225. package/common/types/options/sqlite/typecheck.d.ts +2 -0
  226. package/common/types/options/sqlite/typecheck.d.ts.map +1 -0
  227. package/common/types/options/transport/schema.d.ts.map +1 -1
  228. package/common/utils/index.d.ts +2 -0
  229. package/common/utils/index.d.ts.map +1 -1
  230. package/common/utils/primitive-filter.d.ts +24 -0
  231. package/common/utils/primitive-filter.d.ts.map +1 -0
  232. package/common/utils/validate-remote-url.d.ts +13 -0
  233. package/common/utils/validate-remote-url.d.ts.map +1 -0
  234. package/context/frontmcp-context-storage.d.ts +1 -6
  235. package/context/frontmcp-context-storage.d.ts.map +1 -1
  236. package/context/frontmcp-context.d.ts +1 -1
  237. package/context/frontmcp-context.d.ts.map +1 -1
  238. package/context/index.d.ts +5 -4
  239. package/context/index.d.ts.map +1 -1
  240. package/direct/client.types.d.ts +11 -1
  241. package/direct/client.types.d.ts.map +1 -1
  242. package/direct/connect.d.ts +4 -1
  243. package/direct/connect.d.ts.map +1 -1
  244. package/direct/direct-server.d.ts +1 -1
  245. package/direct/direct-server.d.ts.map +1 -1
  246. package/direct/direct.types.d.ts +1 -1
  247. package/direct/direct.types.d.ts.map +1 -1
  248. package/direct/index.d.ts +1 -1
  249. package/direct/index.d.ts.map +1 -1
  250. package/direct/llm-platform.d.ts +3 -3
  251. package/direct/llm-platform.d.ts.map +1 -1
  252. package/elicitation/send-elicitation-result.tool.d.ts.map +1 -1
  253. package/elicitation/store/elicitation-encryption.d.ts.map +1 -1
  254. package/errors/error-handler.d.ts.map +1 -1
  255. package/errors/esm.errors.d.ts +59 -0
  256. package/errors/esm.errors.d.ts.map +1 -0
  257. package/errors/index.d.ts +5 -2
  258. package/errors/index.d.ts.map +1 -1
  259. package/errors/mcp.error.d.ts.map +1 -1
  260. package/esm/index.mjs +5904 -2414
  261. package/esm-loader/app-helpers.d.ts +60 -0
  262. package/esm-loader/app-helpers.d.ts.map +1 -0
  263. package/esm-loader/esm-auth.types.d.ts +53 -0
  264. package/esm-loader/esm-auth.types.d.ts.map +1 -0
  265. package/esm-loader/esm-cache.d.ts +87 -0
  266. package/esm-loader/esm-cache.d.ts.map +1 -0
  267. package/esm-loader/esm-manifest.d.ts +82 -0
  268. package/esm-loader/esm-manifest.d.ts.map +1 -0
  269. package/esm-loader/esm-module-loader.d.ts +100 -0
  270. package/esm-loader/esm-module-loader.d.ts.map +1 -0
  271. package/esm-loader/factories/esm-context-factories.d.ts +52 -0
  272. package/esm-loader/factories/esm-context-factories.d.ts.map +1 -0
  273. package/esm-loader/factories/esm-instance-factories.d.ts +48 -0
  274. package/esm-loader/factories/esm-instance-factories.d.ts.map +1 -0
  275. package/esm-loader/factories/esm-record-builders.d.ts +72 -0
  276. package/esm-loader/factories/esm-record-builders.d.ts.map +1 -0
  277. package/esm-loader/factories/index.d.ts +4 -0
  278. package/esm-loader/factories/index.d.ts.map +1 -0
  279. package/esm-loader/index.d.ts +10 -0
  280. package/esm-loader/index.d.ts.map +1 -0
  281. package/esm-loader/package-specifier.d.ts +60 -0
  282. package/esm-loader/package-specifier.d.ts.map +1 -0
  283. package/esm-loader/semver.utils.d.ts +41 -0
  284. package/esm-loader/semver.utils.d.ts.map +1 -0
  285. package/esm-loader/version-poller.d.ts +101 -0
  286. package/esm-loader/version-poller.d.ts.map +1 -0
  287. package/esm-loader/version-resolver.d.ts +47 -0
  288. package/esm-loader/version-resolver.d.ts.map +1 -0
  289. package/ext-apps/ext-apps.handler.d.ts.map +1 -1
  290. package/front-mcp/front-mcp.d.ts +10 -0
  291. package/front-mcp/front-mcp.d.ts.map +1 -1
  292. package/front-mcp/front-mcp.providers.d.ts +860 -178
  293. package/front-mcp/front-mcp.providers.d.ts.map +1 -1
  294. package/index.d.ts +11 -5
  295. package/index.d.ts.map +1 -1
  296. package/index.js +6395 -2834
  297. package/job/execution/index.d.ts +2 -1
  298. package/job/execution/index.d.ts.map +1 -1
  299. package/job/job.instance.d.ts +4 -1
  300. package/job/job.instance.d.ts.map +1 -1
  301. package/job/job.utils.d.ts.map +1 -1
  302. package/job/tools/list-jobs.tool.d.ts +1 -0
  303. package/job/tools/list-jobs.tool.d.ts.map +1 -1
  304. package/logger/instances/instance.console-logger.d.ts +0 -1
  305. package/logger/instances/instance.console-logger.d.ts.map +1 -1
  306. package/logger/instances/instance.logger.d.ts.map +1 -1
  307. package/logger/logger.registry.d.ts.map +1 -1
  308. package/logger/logger.types.d.ts.map +1 -1
  309. package/notification/notification.service.d.ts +4 -4
  310. package/notification/notification.service.d.ts.map +1 -1
  311. package/package.json +29 -17
  312. package/prompt/flows/get-prompt.flow.d.ts +1 -1
  313. package/prompt/flows/get-prompt.flow.d.ts.map +1 -1
  314. package/prompt/prompt.registry.d.ts +7 -1
  315. package/prompt/prompt.registry.d.ts.map +1 -1
  316. package/prompt/prompt.utils.d.ts +1 -1
  317. package/prompt/prompt.utils.d.ts.map +1 -1
  318. package/provider/provider.registry.d.ts.map +1 -1
  319. package/provider/provider.types.d.ts +0 -13
  320. package/provider/provider.types.d.ts.map +1 -1
  321. package/rate-limit/index.d.ts +13 -0
  322. package/rate-limit/index.d.ts.map +1 -0
  323. package/remote-mcp/cache/index.d.ts +2 -1
  324. package/remote-mcp/cache/index.d.ts.map +1 -1
  325. package/remote-mcp/factories/context-factories.d.ts +1 -1
  326. package/remote-mcp/factories/context-factories.d.ts.map +1 -1
  327. package/remote-mcp/factories/instance-factories.d.ts +1 -1
  328. package/remote-mcp/factories/instance-factories.d.ts.map +1 -1
  329. package/remote-mcp/factories/record-builders.d.ts +1 -1
  330. package/remote-mcp/factories/record-builders.d.ts.map +1 -1
  331. package/remote-mcp/mcp-client.service.d.ts +2 -2
  332. package/remote-mcp/mcp-client.service.d.ts.map +1 -1
  333. package/remote-mcp/mcp-client.types.d.ts +4 -4
  334. package/remote-mcp/mcp-client.types.d.ts.map +1 -1
  335. package/resource/flows/read-resource.flow.d.ts +1 -1
  336. package/resource/flows/read-resource.flow.d.ts.map +1 -1
  337. package/resource/flows/resource-templates-list.flow.d.ts.map +1 -1
  338. package/resource/flows/resources-list.flow.d.ts.map +1 -1
  339. package/resource/resource.registry.d.ts +7 -1
  340. package/resource/resource.registry.d.ts.map +1 -1
  341. package/resource/resource.utils.d.ts.map +1 -1
  342. package/scope/flows/http.request.flow.d.ts +1 -0
  343. package/scope/flows/http.request.flow.d.ts.map +1 -1
  344. package/scope/index.d.ts.map +1 -1
  345. package/scope/scope.instance.d.ts +16 -6
  346. package/scope/scope.instance.d.ts.map +1 -1
  347. package/server/adapters/polyfills/browser-express-host.d.ts +7 -0
  348. package/server/adapters/polyfills/browser-express-host.d.ts.map +1 -0
  349. package/server/adapters/polyfills/node-express-host.d.ts +2 -0
  350. package/server/adapters/polyfills/node-express-host.d.ts.map +1 -0
  351. package/server/noop-server.d.ts +15 -0
  352. package/server/noop-server.d.ts.map +1 -0
  353. package/server/server.types.d.ts +11 -9
  354. package/server/server.types.d.ts.map +1 -1
  355. package/server/server.validation.d.ts.map +1 -1
  356. package/skill/cache/index.d.ts +2 -1
  357. package/skill/cache/index.d.ts.map +1 -1
  358. package/skill/index.d.ts +3 -3
  359. package/skill/index.d.ts.map +1 -1
  360. package/skill/providers/memory-skill.provider.d.ts +5 -0
  361. package/skill/providers/memory-skill.provider.d.ts.map +1 -1
  362. package/skill/session/skill-session.manager.d.ts +1 -1
  363. package/skill/session/skill-session.manager.d.ts.map +1 -1
  364. package/skill/skill-directory-loader.d.ts.map +1 -1
  365. package/skill/skill.registry.d.ts +1 -1
  366. package/skill/skill.registry.d.ts.map +1 -1
  367. package/skill/skill.utils.d.ts.map +1 -1
  368. package/skill/tools/index.d.ts +1 -5
  369. package/skill/tools/index.d.ts.map +1 -1
  370. package/skill/tools/load-skills.tool.d.ts +1 -4
  371. package/skill/tools/load-skills.tool.d.ts.map +1 -1
  372. package/tool/flows/call-tool.flow.d.ts +12 -3
  373. package/tool/flows/call-tool.flow.d.ts.map +1 -1
  374. package/tool/flows/tools-list.flow.d.ts +12 -4
  375. package/tool/flows/tools-list.flow.d.ts.map +1 -1
  376. package/tool/tool.instance.d.ts +5 -2
  377. package/tool/tool.instance.d.ts.map +1 -1
  378. package/tool/tool.registry.d.ts +7 -1
  379. package/tool/tool.registry.d.ts.map +1 -1
  380. package/tool/tool.utils.d.ts.map +1 -1
  381. package/tool/ui/index.d.ts +29 -9
  382. package/tool/ui/index.d.ts.map +1 -1
  383. package/tool/ui/platform-adapters.d.ts +27 -5
  384. package/tool/ui/platform-adapters.d.ts.map +1 -1
  385. package/tool/ui/template-helpers.d.ts +1 -7
  386. package/tool/ui/template-helpers.d.ts.map +1 -1
  387. package/tool/ui/ui-resource-template.d.ts +1 -1
  388. package/tool/ui/ui-resource.handler.d.ts +2 -2
  389. package/tool/ui/ui-resource.handler.d.ts.map +1 -1
  390. package/tool/ui/ui-shared.d.ts +35 -0
  391. package/tool/ui/ui-shared.d.ts.map +1 -0
  392. package/transport/{legacy/legacy.sse.tranporter.d.ts → adapters/base-sse-transport.d.ts} +2 -4
  393. package/transport/adapters/base-sse-transport.d.ts.map +1 -0
  394. package/transport/adapters/polyfills/browser-sse-transport.d.ts +10 -0
  395. package/transport/adapters/polyfills/browser-sse-transport.d.ts.map +1 -0
  396. package/transport/adapters/polyfills/node-sse-transport.d.ts +2 -0
  397. package/transport/adapters/polyfills/node-sse-transport.d.ts.map +1 -0
  398. package/transport/adapters/sse-transport.d.ts +1 -1
  399. package/transport/adapters/sse-transport.d.ts.map +1 -1
  400. package/transport/adapters/streamable-http-transport.d.ts +1 -1
  401. package/transport/adapters/streamable-http-transport.d.ts.map +1 -1
  402. package/transport/adapters/transport.local.adapter.d.ts +4 -6
  403. package/transport/adapters/transport.local.adapter.d.ts.map +1 -1
  404. package/transport/adapters/transport.sse.adapter.d.ts +1 -1
  405. package/transport/adapters/transport.sse.adapter.d.ts.map +1 -1
  406. package/transport/adapters/transport.streamable-http.adapter.d.ts +1 -1
  407. package/transport/adapters/transport.streamable-http.adapter.d.ts.map +1 -1
  408. package/transport/event-stores/event-store.factory.d.ts +1 -1
  409. package/transport/event-stores/event-store.factory.d.ts.map +1 -1
  410. package/transport/event-stores/memory.event-store.d.ts +2 -2
  411. package/transport/event-stores/memory.event-store.d.ts.map +1 -1
  412. package/transport/event-stores/redis.event-store.d.ts +2 -2
  413. package/transport/event-stores/redis.event-store.d.ts.map +1 -1
  414. package/transport/in-memory-server.d.ts +3 -3
  415. package/transport/in-memory-server.d.ts.map +1 -1
  416. package/transport/index.d.ts +8 -5
  417. package/transport/index.d.ts.map +1 -1
  418. package/transport/mcp-handlers/Initialized-notification.hanlder.d.ts +1 -1
  419. package/transport/mcp-handlers/Initialized-notification.hanlder.d.ts.map +1 -1
  420. package/transport/mcp-handlers/call-tool-request.handler.d.ts +1 -1
  421. package/transport/mcp-handlers/call-tool-request.handler.d.ts.map +1 -1
  422. package/transport/mcp-handlers/complete-request.handler.d.ts +1 -1
  423. package/transport/mcp-handlers/complete-request.handler.d.ts.map +1 -1
  424. package/transport/mcp-handlers/get-prompt-request.handler.d.ts +1 -1
  425. package/transport/mcp-handlers/get-prompt-request.handler.d.ts.map +1 -1
  426. package/transport/mcp-handlers/index.d.ts +6 -6
  427. package/transport/mcp-handlers/initialize-request.handler.d.ts +1 -1
  428. package/transport/mcp-handlers/initialize-request.handler.d.ts.map +1 -1
  429. package/transport/mcp-handlers/list-prompts-request.handler.d.ts +1 -1
  430. package/transport/mcp-handlers/list-prompts-request.handler.d.ts.map +1 -1
  431. package/transport/mcp-handlers/list-resource-templates-request.handler.d.ts +1 -1
  432. package/transport/mcp-handlers/list-resource-templates-request.handler.d.ts.map +1 -1
  433. package/transport/mcp-handlers/list-resources-request.handler.d.ts +1 -1
  434. package/transport/mcp-handlers/list-resources-request.handler.d.ts.map +1 -1
  435. package/transport/mcp-handlers/list-tools-request.handler.d.ts +1 -1
  436. package/transport/mcp-handlers/list-tools-request.handler.d.ts.map +1 -1
  437. package/transport/mcp-handlers/logging-set-level-request.handler.d.ts +1 -1
  438. package/transport/mcp-handlers/logging-set-level-request.handler.d.ts.map +1 -1
  439. package/transport/mcp-handlers/mcp-handlers.types.d.ts +6 -9
  440. package/transport/mcp-handlers/mcp-handlers.types.d.ts.map +1 -1
  441. package/transport/mcp-handlers/read-resource-request.handler.d.ts +1 -1
  442. package/transport/mcp-handlers/read-resource-request.handler.d.ts.map +1 -1
  443. package/transport/mcp-handlers/roots-list-changed-notification.handler.d.ts +2 -2
  444. package/transport/mcp-handlers/roots-list-changed-notification.handler.d.ts.map +1 -1
  445. package/transport/mcp-handlers/subscribe-request.handler.d.ts +1 -1
  446. package/transport/mcp-handlers/subscribe-request.handler.d.ts.map +1 -1
  447. package/transport/mcp-handlers/unsubscribe-request.handler.d.ts +1 -1
  448. package/transport/mcp-handlers/unsubscribe-request.handler.d.ts.map +1 -1
  449. package/transport/transport.error.d.ts +2 -2
  450. package/transport/transport.error.d.ts.map +1 -1
  451. package/transport/transport.registry.d.ts +8 -0
  452. package/transport/transport.registry.d.ts.map +1 -1
  453. package/types/drinen-hooks.types.d.ts.map +1 -1
  454. package/types/invoke.type.d.ts.map +1 -1
  455. package/types/zod.types.d.ts.map +1 -1
  456. package/utils/index.d.ts +2 -1
  457. package/utils/index.d.ts.map +1 -1
  458. package/agent/adapters/langchain.adapter.d.ts +0 -178
  459. package/agent/adapters/langchain.adapter.d.ts.map +0 -1
  460. package/esm/package.json +0 -104
  461. package/transport/legacy/legacy.sse.tranporter.d.ts.map +0 -1
@@ -1,272 +1,3 @@
1
- import { z } from 'zod';
2
- export declare const appAuthOptionsSchema: z.ZodUnion<readonly [z.ZodObject<{
3
- mode: z.ZodLiteral<"public">;
4
- issuer: z.ZodOptional<z.ZodString>;
5
- sessionTtl: z.ZodDefault<z.ZodNumber>;
6
- anonymousScopes: z.ZodDefault<z.ZodArray<z.ZodString>>;
7
- publicAccess: z.ZodOptional<z.ZodObject<{
8
- tools: z.ZodDefault<z.ZodUnion<readonly [z.ZodLiteral<"all">, z.ZodArray<z.ZodString>]>>;
9
- prompts: z.ZodDefault<z.ZodUnion<readonly [z.ZodLiteral<"all">, z.ZodArray<z.ZodString>]>>;
10
- rateLimit: z.ZodDefault<z.ZodNumber>;
11
- }, z.core.$strip>>;
12
- jwks: z.ZodOptional<z.ZodObject<{
13
- keys: z.ZodArray<z.ZodType<import("@frontmcp/auth").JWK, unknown, z.core.$ZodTypeInternals<import("@frontmcp/auth").JWK, unknown>>>;
14
- }, z.core.$strip>>;
15
- signKey: z.ZodOptional<z.ZodUnion<[z.ZodType<import("@frontmcp/auth").JWK, unknown, z.core.$ZodTypeInternals<import("@frontmcp/auth").JWK, unknown>>, z.ZodCustom<Uint8Array<ArrayBuffer>, Uint8Array<ArrayBuffer>>]>>;
16
- standalone: z.ZodOptional<z.ZodBoolean>;
17
- excludeFromParent: z.ZodOptional<z.ZodBoolean>;
18
- }, z.core.$strip>, z.ZodObject<{
19
- mode: z.ZodLiteral<"transparent">;
20
- remote: z.ZodObject<{
21
- provider: z.ZodString;
22
- name: z.ZodOptional<z.ZodString>;
23
- id: z.ZodOptional<z.ZodString>;
24
- jwks: z.ZodOptional<z.ZodObject<{
25
- keys: z.ZodArray<z.ZodType<import("@frontmcp/auth").JWK, unknown, z.core.$ZodTypeInternals<import("@frontmcp/auth").JWK, unknown>>>;
26
- }, z.core.$strip>>;
27
- jwksUri: z.ZodOptional<z.ZodString>;
28
- clientId: z.ZodOptional<z.ZodString>;
29
- clientSecret: z.ZodOptional<z.ZodString>;
30
- scopes: z.ZodOptional<z.ZodArray<z.ZodString>>;
31
- dcrEnabled: z.ZodDefault<z.ZodBoolean>;
32
- authEndpoint: z.ZodOptional<z.ZodString>;
33
- tokenEndpoint: z.ZodOptional<z.ZodString>;
34
- registrationEndpoint: z.ZodOptional<z.ZodString>;
35
- userInfoEndpoint: z.ZodOptional<z.ZodString>;
36
- }, z.core.$strip>;
37
- expectedAudience: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
38
- requiredScopes: z.ZodDefault<z.ZodArray<z.ZodString>>;
39
- allowAnonymous: z.ZodDefault<z.ZodBoolean>;
40
- anonymousScopes: z.ZodDefault<z.ZodArray<z.ZodString>>;
41
- publicAccess: z.ZodOptional<z.ZodObject<{
42
- tools: z.ZodDefault<z.ZodUnion<readonly [z.ZodLiteral<"all">, z.ZodArray<z.ZodString>]>>;
43
- prompts: z.ZodDefault<z.ZodUnion<readonly [z.ZodLiteral<"all">, z.ZodArray<z.ZodString>]>>;
44
- rateLimit: z.ZodDefault<z.ZodNumber>;
45
- }, z.core.$strip>>;
46
- standalone: z.ZodOptional<z.ZodBoolean>;
47
- excludeFromParent: z.ZodOptional<z.ZodBoolean>;
48
- }, z.core.$strip>, z.ZodObject<{
49
- local: z.ZodOptional<z.ZodObject<{
50
- signKey: z.ZodOptional<z.ZodUnion<[z.ZodType<import("@frontmcp/auth").JWK, unknown, z.core.$ZodTypeInternals<import("@frontmcp/auth").JWK, unknown>>, z.ZodCustom<Uint8Array<ArrayBuffer>, Uint8Array<ArrayBuffer>>]>>;
51
- jwks: z.ZodOptional<z.ZodObject<{
52
- keys: z.ZodArray<z.ZodType<import("@frontmcp/auth").JWK, unknown, z.core.$ZodTypeInternals<import("@frontmcp/auth").JWK, unknown>>>;
53
- }, z.core.$strip>>;
54
- issuer: z.ZodOptional<z.ZodString>;
55
- }, z.core.$strip>>;
56
- tokenStorage: z.ZodDefault<z.ZodDiscriminatedUnion<[z.ZodObject<{
57
- type: z.ZodLiteral<"memory">;
58
- }, z.core.$strip>, z.ZodObject<{
59
- type: z.ZodLiteral<"redis">;
60
- config: z.ZodObject<{
61
- host: z.ZodString;
62
- port: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
63
- password: z.ZodOptional<z.ZodString>;
64
- db: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
65
- tls: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
66
- keyPrefix: z.ZodDefault<z.ZodOptional<z.ZodString>>;
67
- defaultTtlMs: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
68
- }, z.core.$strip>;
69
- }, z.core.$strip>], "type">>;
70
- allowDefaultPublic: z.ZodDefault<z.ZodBoolean>;
71
- anonymousScopes: z.ZodDefault<z.ZodArray<z.ZodString>>;
72
- publicAccess: z.ZodOptional<z.ZodObject<{
73
- tools: z.ZodDefault<z.ZodUnion<readonly [z.ZodLiteral<"all">, z.ZodArray<z.ZodString>]>>;
74
- prompts: z.ZodDefault<z.ZodUnion<readonly [z.ZodLiteral<"all">, z.ZodArray<z.ZodString>]>>;
75
- rateLimit: z.ZodDefault<z.ZodNumber>;
76
- }, z.core.$strip>>;
77
- consent: z.ZodOptional<z.ZodObject<{
78
- enabled: z.ZodDefault<z.ZodBoolean>;
79
- groupByApp: z.ZodDefault<z.ZodBoolean>;
80
- showDescriptions: z.ZodDefault<z.ZodBoolean>;
81
- allowSelectAll: z.ZodDefault<z.ZodBoolean>;
82
- requireSelection: z.ZodDefault<z.ZodBoolean>;
83
- customMessage: z.ZodOptional<z.ZodString>;
84
- rememberConsent: z.ZodDefault<z.ZodBoolean>;
85
- excludedTools: z.ZodOptional<z.ZodArray<z.ZodString>>;
86
- defaultSelectedTools: z.ZodOptional<z.ZodArray<z.ZodString>>;
87
- }, z.core.$strip>>;
88
- federatedAuth: z.ZodOptional<z.ZodObject<{
89
- stateValidation: z.ZodDefault<z.ZodEnum<{
90
- format: "format";
91
- strict: "strict";
92
- }>>;
93
- }, z.core.$strip>>;
94
- refresh: z.ZodOptional<z.ZodObject<{
95
- enabled: z.ZodDefault<z.ZodBoolean>;
96
- skewSeconds: z.ZodDefault<z.ZodNumber>;
97
- }, z.core.$strip>>;
98
- expectedAudience: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
99
- incrementalAuth: z.ZodOptional<z.ZodObject<{
100
- enabled: z.ZodDefault<z.ZodBoolean>;
101
- skippedAppBehavior: z.ZodDefault<z.ZodEnum<{
102
- anonymous: "anonymous";
103
- "require-auth": "require-auth";
104
- }>>;
105
- allowSkip: z.ZodDefault<z.ZodBoolean>;
106
- showAllAppsAtOnce: z.ZodDefault<z.ZodBoolean>;
107
- }, z.core.$strip>>;
108
- cimd: z.ZodOptional<z.ZodObject<{
109
- enabled: z.ZodDefault<z.ZodBoolean>;
110
- cache: z.ZodOptional<z.ZodObject<{
111
- type: z.ZodDefault<z.ZodEnum<{
112
- memory: "memory";
113
- redis: "redis";
114
- }>>;
115
- defaultTtlMs: z.ZodDefault<z.ZodNumber>;
116
- maxTtlMs: z.ZodDefault<z.ZodNumber>;
117
- minTtlMs: z.ZodDefault<z.ZodNumber>;
118
- redis: z.ZodOptional<z.ZodObject<{
119
- url: z.ZodOptional<z.ZodString>;
120
- host: z.ZodOptional<z.ZodString>;
121
- port: z.ZodOptional<z.ZodNumber>;
122
- password: z.ZodOptional<z.ZodString>;
123
- db: z.ZodOptional<z.ZodNumber>;
124
- tls: z.ZodOptional<z.ZodBoolean>;
125
- keyPrefix: z.ZodDefault<z.ZodString>;
126
- }, z.core.$strip>>;
127
- }, z.core.$strip>>;
128
- security: z.ZodOptional<z.ZodObject<{
129
- blockPrivateIPs: z.ZodDefault<z.ZodBoolean>;
130
- allowedDomains: z.ZodOptional<z.ZodArray<z.ZodString>>;
131
- blockedDomains: z.ZodOptional<z.ZodArray<z.ZodString>>;
132
- warnOnLocalhostRedirects: z.ZodDefault<z.ZodBoolean>;
133
- allowInsecureForTesting: z.ZodDefault<z.ZodBoolean>;
134
- }, z.core.$strip>>;
135
- network: z.ZodOptional<z.ZodObject<{
136
- timeoutMs: z.ZodDefault<z.ZodNumber>;
137
- maxResponseSizeBytes: z.ZodDefault<z.ZodNumber>;
138
- redirectPolicy: z.ZodDefault<z.ZodEnum<{
139
- deny: "deny";
140
- "same-origin": "same-origin";
141
- allow: "allow";
142
- }>>;
143
- maxRedirects: z.ZodDefault<z.ZodNumber>;
144
- }, z.core.$strip>>;
145
- }, z.core.$strip>>;
146
- mode: z.ZodLiteral<"orchestrated">;
147
- type: z.ZodLiteral<"local">;
148
- standalone: z.ZodOptional<z.ZodBoolean>;
149
- excludeFromParent: z.ZodOptional<z.ZodBoolean>;
150
- }, z.core.$strip>, z.ZodObject<{
151
- local: z.ZodOptional<z.ZodObject<{
152
- signKey: z.ZodOptional<z.ZodUnion<[z.ZodType<import("@frontmcp/auth").JWK, unknown, z.core.$ZodTypeInternals<import("@frontmcp/auth").JWK, unknown>>, z.ZodCustom<Uint8Array<ArrayBuffer>, Uint8Array<ArrayBuffer>>]>>;
153
- jwks: z.ZodOptional<z.ZodObject<{
154
- keys: z.ZodArray<z.ZodType<import("@frontmcp/auth").JWK, unknown, z.core.$ZodTypeInternals<import("@frontmcp/auth").JWK, unknown>>>;
155
- }, z.core.$strip>>;
156
- issuer: z.ZodOptional<z.ZodString>;
157
- }, z.core.$strip>>;
158
- tokenStorage: z.ZodDefault<z.ZodDiscriminatedUnion<[z.ZodObject<{
159
- type: z.ZodLiteral<"memory">;
160
- }, z.core.$strip>, z.ZodObject<{
161
- type: z.ZodLiteral<"redis">;
162
- config: z.ZodObject<{
163
- host: z.ZodString;
164
- port: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
165
- password: z.ZodOptional<z.ZodString>;
166
- db: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
167
- tls: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
168
- keyPrefix: z.ZodDefault<z.ZodOptional<z.ZodString>>;
169
- defaultTtlMs: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
170
- }, z.core.$strip>;
171
- }, z.core.$strip>], "type">>;
172
- allowDefaultPublic: z.ZodDefault<z.ZodBoolean>;
173
- anonymousScopes: z.ZodDefault<z.ZodArray<z.ZodString>>;
174
- publicAccess: z.ZodOptional<z.ZodObject<{
175
- tools: z.ZodDefault<z.ZodUnion<readonly [z.ZodLiteral<"all">, z.ZodArray<z.ZodString>]>>;
176
- prompts: z.ZodDefault<z.ZodUnion<readonly [z.ZodLiteral<"all">, z.ZodArray<z.ZodString>]>>;
177
- rateLimit: z.ZodDefault<z.ZodNumber>;
178
- }, z.core.$strip>>;
179
- consent: z.ZodOptional<z.ZodObject<{
180
- enabled: z.ZodDefault<z.ZodBoolean>;
181
- groupByApp: z.ZodDefault<z.ZodBoolean>;
182
- showDescriptions: z.ZodDefault<z.ZodBoolean>;
183
- allowSelectAll: z.ZodDefault<z.ZodBoolean>;
184
- requireSelection: z.ZodDefault<z.ZodBoolean>;
185
- customMessage: z.ZodOptional<z.ZodString>;
186
- rememberConsent: z.ZodDefault<z.ZodBoolean>;
187
- excludedTools: z.ZodOptional<z.ZodArray<z.ZodString>>;
188
- defaultSelectedTools: z.ZodOptional<z.ZodArray<z.ZodString>>;
189
- }, z.core.$strip>>;
190
- federatedAuth: z.ZodOptional<z.ZodObject<{
191
- stateValidation: z.ZodDefault<z.ZodEnum<{
192
- format: "format";
193
- strict: "strict";
194
- }>>;
195
- }, z.core.$strip>>;
196
- refresh: z.ZodOptional<z.ZodObject<{
197
- enabled: z.ZodDefault<z.ZodBoolean>;
198
- skewSeconds: z.ZodDefault<z.ZodNumber>;
199
- }, z.core.$strip>>;
200
- expectedAudience: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
201
- incrementalAuth: z.ZodOptional<z.ZodObject<{
202
- enabled: z.ZodDefault<z.ZodBoolean>;
203
- skippedAppBehavior: z.ZodDefault<z.ZodEnum<{
204
- anonymous: "anonymous";
205
- "require-auth": "require-auth";
206
- }>>;
207
- allowSkip: z.ZodDefault<z.ZodBoolean>;
208
- showAllAppsAtOnce: z.ZodDefault<z.ZodBoolean>;
209
- }, z.core.$strip>>;
210
- cimd: z.ZodOptional<z.ZodObject<{
211
- enabled: z.ZodDefault<z.ZodBoolean>;
212
- cache: z.ZodOptional<z.ZodObject<{
213
- type: z.ZodDefault<z.ZodEnum<{
214
- memory: "memory";
215
- redis: "redis";
216
- }>>;
217
- defaultTtlMs: z.ZodDefault<z.ZodNumber>;
218
- maxTtlMs: z.ZodDefault<z.ZodNumber>;
219
- minTtlMs: z.ZodDefault<z.ZodNumber>;
220
- redis: z.ZodOptional<z.ZodObject<{
221
- url: z.ZodOptional<z.ZodString>;
222
- host: z.ZodOptional<z.ZodString>;
223
- port: z.ZodOptional<z.ZodNumber>;
224
- password: z.ZodOptional<z.ZodString>;
225
- db: z.ZodOptional<z.ZodNumber>;
226
- tls: z.ZodOptional<z.ZodBoolean>;
227
- keyPrefix: z.ZodDefault<z.ZodString>;
228
- }, z.core.$strip>>;
229
- }, z.core.$strip>>;
230
- security: z.ZodOptional<z.ZodObject<{
231
- blockPrivateIPs: z.ZodDefault<z.ZodBoolean>;
232
- allowedDomains: z.ZodOptional<z.ZodArray<z.ZodString>>;
233
- blockedDomains: z.ZodOptional<z.ZodArray<z.ZodString>>;
234
- warnOnLocalhostRedirects: z.ZodDefault<z.ZodBoolean>;
235
- allowInsecureForTesting: z.ZodDefault<z.ZodBoolean>;
236
- }, z.core.$strip>>;
237
- network: z.ZodOptional<z.ZodObject<{
238
- timeoutMs: z.ZodDefault<z.ZodNumber>;
239
- maxResponseSizeBytes: z.ZodDefault<z.ZodNumber>;
240
- redirectPolicy: z.ZodDefault<z.ZodEnum<{
241
- deny: "deny";
242
- "same-origin": "same-origin";
243
- allow: "allow";
244
- }>>;
245
- maxRedirects: z.ZodDefault<z.ZodNumber>;
246
- }, z.core.$strip>>;
247
- }, z.core.$strip>>;
248
- mode: z.ZodLiteral<"orchestrated">;
249
- type: z.ZodLiteral<"remote">;
250
- remote: z.ZodObject<{
251
- provider: z.ZodString;
252
- name: z.ZodOptional<z.ZodString>;
253
- id: z.ZodOptional<z.ZodString>;
254
- jwks: z.ZodOptional<z.ZodObject<{
255
- keys: z.ZodArray<z.ZodType<import("@frontmcp/auth").JWK, unknown, z.core.$ZodTypeInternals<import("@frontmcp/auth").JWK, unknown>>>;
256
- }, z.core.$strip>>;
257
- jwksUri: z.ZodOptional<z.ZodString>;
258
- clientId: z.ZodOptional<z.ZodString>;
259
- clientSecret: z.ZodOptional<z.ZodString>;
260
- scopes: z.ZodOptional<z.ZodArray<z.ZodString>>;
261
- dcrEnabled: z.ZodDefault<z.ZodBoolean>;
262
- authEndpoint: z.ZodOptional<z.ZodString>;
263
- tokenEndpoint: z.ZodOptional<z.ZodString>;
264
- registrationEndpoint: z.ZodOptional<z.ZodString>;
265
- userInfoEndpoint: z.ZodOptional<z.ZodString>;
266
- }, z.core.$strip>;
267
- standalone: z.ZodOptional<z.ZodBoolean>;
268
- excludeFromParent: z.ZodOptional<z.ZodBoolean>;
269
- }, z.core.$strip>]>;
270
- export type AppAuthOptions = z.infer<typeof appAuthOptionsSchema>;
271
- export type AppAuthOptionsInput = z.input<typeof appAuthOptionsSchema>;
1
+ export { appAuthOptionsSchema } from '@frontmcp/auth';
2
+ export type { AppAuthOptions, AppAuthOptionsInput } from '@frontmcp/auth';
272
3
  //# sourceMappingURL=app-auth.schema.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"app-auth.schema.d.ts","sourceRoot":"","sources":["../../../../../src/common/types/options/auth/app-auth.schema.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAoCxB,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAK/B,CAAC;AAMH,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAClE,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC"}
1
+ {"version":3,"file":"app-auth.schema.d.ts","sourceRoot":"","sources":["../../../../../src/common/types/options/auth/app-auth.schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AACtD,YAAY,EAAE,cAAc,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC"}
@@ -1,15 +1,15 @@
1
- export type { PublicAccessConfig, LocalSigningConfig, RemoteProviderConfig, TokenStorageConfig, TokenStorageMemory, TokenStorageRedis, TokenRefreshConfig, SkippedAppBehavior, ConsentConfig, FederatedAuthConfig, IncrementalAuthConfig, PublicAuthOptionsInterface, TransparentAuthOptionsInterface, OrchestratedLocalOptionsInterface, OrchestratedRemoteOptionsInterface, OrchestratedAuthOptionsInterface, AuthOptionsInterface, AuthMode, OrchestratedType, } from '@frontmcp/auth';
2
- export { publicAccessConfigSchema, localSigningConfigSchema, remoteProviderConfigSchema, tokenStorageConfigSchema, tokenRefreshConfigSchema, skippedAppBehaviorSchema, consentConfigSchema, federatedAuthConfigSchema, incrementalAuthConfigSchema, } from '@frontmcp/auth';
3
- export type { PublicAccessConfigZod, PublicAccessConfigInput, LocalSigningConfigZod, LocalSigningConfigInput, RemoteProviderConfigZod, RemoteProviderConfigInput, TokenStorageConfigZod, TokenStorageConfigInput, TokenRefreshConfigZod, TokenRefreshConfigInput, SkippedAppBehaviorZod, ConsentConfigZod, ConsentConfigInput, FederatedAuthConfigZod, FederatedAuthConfigInput, IncrementalAuthConfigZod, IncrementalAuthConfigInput, RedisConfig, } from '@frontmcp/auth';
1
+ export type { PublicAccessConfig, LocalSigningConfig, ProviderConfig, RemoteProviderConfig, TokenStorageConfig, TokenRefreshConfig, SkippedAppBehavior, ConsentConfig, FederatedAuthConfig, IncrementalAuthConfig, PublicAuthOptionsInterface, TransparentAuthOptionsInterface, LocalAuthOptionsInterface, RemoteAuthOptionsInterface, LocalOrRemoteAuthOptionsInterface, AuthOptionsInterface, AuthMode, OrchestratedLocalOptionsInterface, OrchestratedRemoteOptionsInterface, OrchestratedAuthOptionsInterface, OrchestratedType, } from '@frontmcp/auth';
2
+ export { publicAccessConfigSchema, localSigningConfigSchema, providerConfigSchema, remoteProviderConfigSchema, flatRemoteProviderFields, tokenStorageConfigSchema, tokenRefreshConfigSchema, skippedAppBehaviorSchema, consentConfigSchema, federatedAuthConfigSchema, incrementalAuthConfigSchema, } from '@frontmcp/auth';
3
+ export type { PublicAccessConfigZod, PublicAccessConfigInput, LocalSigningConfigZod, LocalSigningConfigInput, ProviderConfigZod, ProviderConfigInput, RemoteProviderConfigZod, RemoteProviderConfigInput, TokenStorageConfigZod, TokenStorageConfigInput, TokenRefreshConfigZod, TokenRefreshConfigInput, SkippedAppBehaviorZod, ConsentConfigZod, ConsentConfigInput, FederatedAuthConfigZod, FederatedAuthConfigInput, IncrementalAuthConfigZod, IncrementalAuthConfigInput, RedisConfig, } from '@frontmcp/auth';
4
4
  export { publicAuthOptionsSchema } from '@frontmcp/auth';
5
5
  export type { PublicAuthOptions, PublicAuthOptionsInput } from '@frontmcp/auth';
6
6
  export { transparentAuthOptionsSchema } from '@frontmcp/auth';
7
7
  export type { TransparentAuthOptions, TransparentAuthOptionsInput } from '@frontmcp/auth';
8
- export { orchestratedLocalSchema, orchestratedRemoteSchema, orchestratedAuthOptionsSchema } from '@frontmcp/auth';
9
- export type { OrchestratedLocalOptions, OrchestratedLocalOptionsInput, OrchestratedRemoteOptions, OrchestratedRemoteOptionsInput, OrchestratedAuthOptions, OrchestratedAuthOptionsInput, OrchestratedTypeZod, } from '@frontmcp/auth';
8
+ export { localAuthSchema, remoteAuthSchema, orchestratedLocalSchema, orchestratedRemoteSchema } from '@frontmcp/auth';
9
+ export type { LocalAuthOptions, LocalAuthOptionsInput, RemoteAuthOptions, RemoteAuthOptionsInput, LocalOrRemoteAuthOptions, LocalOrRemoteAuthOptionsInput, OrchestratedLocalOptions, OrchestratedLocalOptionsInput, OrchestratedRemoteOptions, OrchestratedRemoteOptionsInput, OrchestratedAuthOptions, OrchestratedAuthOptionsInput, } from '@frontmcp/auth';
10
10
  export { authOptionsSchema } from '@frontmcp/auth';
11
11
  export type { AuthOptions, AuthOptionsInput, AuthModeZod } from '@frontmcp/auth';
12
12
  export { appAuthOptionsSchema } from '@frontmcp/auth';
13
13
  export type { AppAuthOptions, AppAuthOptionsInput } from '@frontmcp/auth';
14
- export { parseAuthOptions, isPublicMode, isTransparentMode, isOrchestratedMode, isOrchestratedLocal, isOrchestratedRemote, allowsPublicAccess, } from '@frontmcp/auth';
14
+ export { parseAuthOptions, isPublicMode, isTransparentMode, isLocalMode, isRemoteMode, isOrchestratedMode, isOrchestratedLocal, isOrchestratedRemote, allowsPublicAccess, } from '@frontmcp/auth';
15
15
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/common/types/options/auth/index.ts"],"names":[],"mappings":"AAMA,YAAY,EACV,kBAAkB,EAClB,kBAAkB,EAClB,oBAAoB,EACpB,kBAAkB,EAClB,kBAAkB,EAClB,iBAAiB,EACjB,kBAAkB,EAClB,kBAAkB,EAClB,aAAa,EACb,mBAAmB,EACnB,qBAAqB,EACrB,0BAA0B,EAC1B,+BAA+B,EAC/B,iCAAiC,EACjC,kCAAkC,EAClC,gCAAgC,EAChC,oBAAoB,EACpB,QAAQ,EACR,gBAAgB,GACjB,MAAM,gBAAgB,CAAC;AAKxB,OAAO,EACL,wBAAwB,EACxB,wBAAwB,EACxB,0BAA0B,EAC1B,wBAAwB,EACxB,wBAAwB,EACxB,wBAAwB,EACxB,mBAAmB,EACnB,yBAAyB,EACzB,2BAA2B,GAC5B,MAAM,gBAAgB,CAAC;AAExB,YAAY,EACV,qBAAqB,EACrB,uBAAuB,EACvB,qBAAqB,EACrB,uBAAuB,EACvB,uBAAuB,EACvB,yBAAyB,EACzB,qBAAqB,EACrB,uBAAuB,EACvB,qBAAqB,EACrB,uBAAuB,EACvB,qBAAqB,EACrB,gBAAgB,EAChB,kBAAkB,EAClB,sBAAsB,EACtB,wBAAwB,EACxB,wBAAwB,EACxB,0BAA0B,EAC1B,WAAW,GACZ,MAAM,gBAAgB,CAAC;AAKxB,OAAO,EAAE,uBAAuB,EAAE,MAAM,gBAAgB,CAAC;AACzD,YAAY,EAAE,iBAAiB,EAAE,sBAAsB,EAAE,MAAM,gBAAgB,CAAC;AAKhF,OAAO,EAAE,4BAA4B,EAAE,MAAM,gBAAgB,CAAC;AAC9D,YAAY,EAAE,sBAAsB,EAAE,2BAA2B,EAAE,MAAM,gBAAgB,CAAC;AAK1F,OAAO,EAAE,uBAAuB,EAAE,wBAAwB,EAAE,6BAA6B,EAAE,MAAM,gBAAgB,CAAC;AAClH,YAAY,EACV,wBAAwB,EACxB,6BAA6B,EAC7B,yBAAyB,EACzB,8BAA8B,EAC9B,uBAAuB,EACvB,4BAA4B,EAC5B,mBAAmB,GACpB,MAAM,gBAAgB,CAAC;AAKxB,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,YAAY,EAAE,WAAW,EAAE,gBAAgB,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAKjF,OAAO,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AACtD,YAAY,EAAE,cAAc,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAK1E,OAAO,EACL,gBAAgB,EAChB,YAAY,EACZ,iBAAiB,EACjB,kBAAkB,EAClB,mBAAmB,EACnB,oBAAoB,EACpB,kBAAkB,GACnB,MAAM,gBAAgB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/common/types/options/auth/index.ts"],"names":[],"mappings":"AAMA,YAAY,EACV,kBAAkB,EAClB,kBAAkB,EAClB,cAAc,EACd,oBAAoB,EACpB,kBAAkB,EAClB,kBAAkB,EAClB,kBAAkB,EAClB,aAAa,EACb,mBAAmB,EACnB,qBAAqB,EACrB,0BAA0B,EAC1B,+BAA+B,EAC/B,yBAAyB,EACzB,0BAA0B,EAC1B,iCAAiC,EACjC,oBAAoB,EACpB,QAAQ,EAER,iCAAiC,EACjC,kCAAkC,EAClC,gCAAgC,EAChC,gBAAgB,GACjB,MAAM,gBAAgB,CAAC;AAKxB,OAAO,EACL,wBAAwB,EACxB,wBAAwB,EACxB,oBAAoB,EACpB,0BAA0B,EAC1B,wBAAwB,EACxB,wBAAwB,EACxB,wBAAwB,EACxB,wBAAwB,EACxB,mBAAmB,EACnB,yBAAyB,EACzB,2BAA2B,GAC5B,MAAM,gBAAgB,CAAC;AAExB,YAAY,EACV,qBAAqB,EACrB,uBAAuB,EACvB,qBAAqB,EACrB,uBAAuB,EACvB,iBAAiB,EACjB,mBAAmB,EACnB,uBAAuB,EACvB,yBAAyB,EACzB,qBAAqB,EACrB,uBAAuB,EACvB,qBAAqB,EACrB,uBAAuB,EACvB,qBAAqB,EACrB,gBAAgB,EAChB,kBAAkB,EAClB,sBAAsB,EACtB,wBAAwB,EACxB,wBAAwB,EACxB,0BAA0B,EAC1B,WAAW,GACZ,MAAM,gBAAgB,CAAC;AAKxB,OAAO,EAAE,uBAAuB,EAAE,MAAM,gBAAgB,CAAC;AACzD,YAAY,EAAE,iBAAiB,EAAE,sBAAsB,EAAE,MAAM,gBAAgB,CAAC;AAKhF,OAAO,EAAE,4BAA4B,EAAE,MAAM,gBAAgB,CAAC;AAC9D,YAAY,EAAE,sBAAsB,EAAE,2BAA2B,EAAE,MAAM,gBAAgB,CAAC;AAK1F,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,uBAAuB,EAAE,wBAAwB,EAAE,MAAM,gBAAgB,CAAC;AACtH,YAAY,EACV,gBAAgB,EAChB,qBAAqB,EACrB,iBAAiB,EACjB,sBAAsB,EACtB,wBAAwB,EACxB,6BAA6B,EAC7B,wBAAwB,EACxB,6BAA6B,EAC7B,yBAAyB,EACzB,8BAA8B,EAC9B,uBAAuB,EACvB,4BAA4B,GAC7B,MAAM,gBAAgB,CAAC;AAKxB,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,YAAY,EAAE,WAAW,EAAE,gBAAgB,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAKjF,OAAO,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AACtD,YAAY,EAAE,cAAc,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAK1E,OAAO,EACL,gBAAgB,EAChB,YAAY,EACZ,iBAAiB,EACjB,WAAW,EACX,YAAY,EACZ,kBAAkB,EAClB,mBAAmB,EACnB,oBAAoB,EACpB,kBAAkB,GACnB,MAAM,gBAAgB,CAAC"}