@augmentcode/auggie 0.37.0-prerelease.2 → 1.2.0-prerelease.202608250916

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.
@@ -0,0 +1,158 @@
1
+ var dE=Object.create;var uu=Object.defineProperty;var lE=Object.getOwnPropertyDescriptor;var fE=Object.getOwnPropertyNames;var pE=Object.getPrototypeOf,hE=Object.prototype.hasOwnProperty;var pr=(t=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(t,{get:(e,r)=>(typeof require<"u"?require:e)[r]}):t)(function(t){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+t+'" is not supported')});var R=(t,e)=>()=>{try{return e||t((e={exports:{}}).exports,e),e.exports}catch(r){throw e=0,r}},du=(t,e)=>{for(var r in e)uu(t,r,{get:e[r],enumerable:!0})},mE=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of fE(e))!hE.call(t,o)&&o!==r&&uu(t,o,{get:()=>e[o],enumerable:!(n=lE(e,o))||n.enumerable});return t};var Ti=(t,e,r)=>(r=t!=null?dE(pE(t)):{},mE(e||!t||!t.__esModule?uu(r,"default",{value:t,enumerable:!0}):r,t));var As=R(K=>{"use strict";Object.defineProperty(K,"__esModule",{value:!0});K.regexpCode=K.getEsmExportName=K.getProperty=K.safeStringify=K.stringify=K.strConcat=K.addCodeArg=K.str=K._=K.nil=K._Code=K.Name=K.IDENTIFIER=K._CodeOrName=void 0;var Es=class{};K._CodeOrName=Es;K.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;var un=class extends Es{constructor(e){if(super(),!K.IDENTIFIER.test(e))throw new Error("CodeGen: name must be a valid identifier");this.str=e}toString(){return this.str}emptyStr(){return!1}get names(){return{[this.str]:1}}};K.Name=un;var yt=class extends Es{constructor(e){super(),this._items=typeof e=="string"?[e]:e}toString(){return this.str}emptyStr(){if(this._items.length>1)return!1;let e=this._items[0];return e===""||e==='""'}get str(){var e;return(e=this._str)!==null&&e!==void 0?e:this._str=this._items.reduce((r,n)=>`${r}${n}`,"")}get names(){var e;return(e=this._names)!==null&&e!==void 0?e:this._names=this._items.reduce((r,n)=>(n instanceof un&&(r[n.str]=(r[n.str]||0)+1),r),{})}};K._Code=yt;K.nil=new yt("");function Dw(t,...e){let r=[t[0]],n=0;for(;n<e.length;)Fl(r,e[n]),r.push(t[++n]);return new yt(r)}K._=Dw;var Ul=new yt("+");function Lw(t,...e){let r=[Ts(t[0])],n=0;for(;n<e.length;)r.push(Ul),Fl(r,e[n]),r.push(Ul,Ts(t[++n]));return FO(r),new yt(r)}K.str=Lw;function Fl(t,e){e instanceof yt?t.push(...e._items):e instanceof un?t.push(e):t.push(GO(e))}K.addCodeArg=Fl;function FO(t){let e=1;for(;e<t.length-1;){if(t[e]===Ul){let r=qO(t[e-1],t[e+1]);if(r!==void 0){t.splice(e-1,3,r);continue}t[e++]="+"}e++}}function qO(t,e){if(e==='""')return t;if(t==='""')return e;if(typeof t=="string")return e instanceof un||t[t.length-1]!=='"'?void 0:typeof e!="string"?`${t.slice(0,-1)}${e}"`:e[0]==='"'?t.slice(0,-1)+e.slice(1):void 0;if(typeof e=="string"&&e[0]==='"'&&!(t instanceof un))return`"${t}${e.slice(1)}`}function HO(t,e){return e.emptyStr()?t:t.emptyStr()?e:Lw`${t}${e}`}K.strConcat=HO;function GO(t){return typeof t=="number"||typeof t=="boolean"||t===null?t:Ts(Array.isArray(t)?t.join(","):t)}function ZO(t){return new yt(Ts(t))}K.stringify=ZO;function Ts(t){return JSON.stringify(t).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}K.safeStringify=Ts;function BO(t){return typeof t=="string"&&K.IDENTIFIER.test(t)?new yt(`.${t}`):Dw`[${t}]`}K.getProperty=BO;function VO(t){if(typeof t=="string"&&K.IDENTIFIER.test(t))return new yt(`${t}`);throw new Error(`CodeGen: invalid export name: ${t}, use explicit $id name mapping`)}K.getEsmExportName=VO;function WO(t){return new yt(t.toString())}K.regexpCode=WO});var Gl=R(Xe=>{"use strict";Object.defineProperty(Xe,"__esModule",{value:!0});Xe.ValueScope=Xe.ValueScopeName=Xe.Scope=Xe.varKinds=Xe.UsedValueState=void 0;var Ye=As(),ql=class extends Error{constructor(e){super(`CodeGen: "code" for ${e} not defined`),this.value=e.value}},Ha;(function(t){t[t.Started=0]="Started",t[t.Completed=1]="Completed"})(Ha||(Xe.UsedValueState=Ha={}));Xe.varKinds={const:new Ye.Name("const"),let:new Ye.Name("let"),var:new Ye.Name("var")};var Ga=class{constructor({prefixes:e,parent:r}={}){this._names={},this._prefixes=e,this._parent=r}toName(e){return e instanceof Ye.Name?e:this.name(e)}name(e){return new Ye.Name(this._newName(e))}_newName(e){let r=this._names[e]||this._nameGroup(e);return`${e}${r.index++}`}_nameGroup(e){var r,n;if(!((n=(r=this._parent)===null||r===void 0?void 0:r._prefixes)===null||n===void 0)&&n.has(e)||this._prefixes&&!this._prefixes.has(e))throw new Error(`CodeGen: prefix "${e}" is not allowed in this scope`);return this._names[e]={prefix:e,index:0}}};Xe.Scope=Ga;var Za=class extends Ye.Name{constructor(e,r){super(r),this.prefix=e}setValue(e,{property:r,itemIndex:n}){this.value=e,this.scopePath=(0,Ye._)`.${new Ye.Name(r)}[${n}]`}};Xe.ValueScopeName=Za;var KO=(0,Ye._)`\n`,Hl=class extends Ga{constructor(e){super(e),this._values={},this._scope=e.scope,this.opts={...e,_n:e.lines?KO:Ye.nil}}get(){return this._scope}name(e){return new Za(e,this._newName(e))}value(e,r){var n;if(r.ref===void 0)throw new Error("CodeGen: ref must be passed in value");let o=this.toName(e),{prefix:s}=o,i=(n=r.key)!==null&&n!==void 0?n:r.ref,a=this._values[s];if(a){let d=a.get(i);if(d)return d}else a=this._values[s]=new Map;a.set(i,o);let c=this._scope[s]||(this._scope[s]=[]),u=c.length;return c[u]=r.ref,o.setValue(r,{property:s,itemIndex:u}),o}getValue(e,r){let n=this._values[e];if(n)return n.get(r)}scopeRefs(e,r=this._values){return this._reduceValues(r,n=>{if(n.scopePath===void 0)throw new Error(`CodeGen: name "${n}" has no value`);return(0,Ye._)`${e}${n.scopePath}`})}scopeCode(e=this._values,r,n){return this._reduceValues(e,o=>{if(o.value===void 0)throw new Error(`CodeGen: name "${o}" has no value`);return o.value.code},r,n)}_reduceValues(e,r,n={},o){let s=Ye.nil;for(let i in e){let a=e[i];if(!a)continue;let c=n[i]=n[i]||new Map;a.forEach(u=>{if(c.has(u))return;c.set(u,Ha.Started);let d=r(u);if(d){let l=this.opts.es5?Xe.varKinds.var:Xe.varKinds.const;s=(0,Ye._)`${s}${l} ${u} = ${d};${this.opts._n}`}else if(d=o?.(u))s=(0,Ye._)`${s}${d}${this.opts._n}`;else throw new ql(u);c.set(u,Ha.Completed)})}return s}};Xe.ValueScope=Hl});var D=R(L=>{"use strict";Object.defineProperty(L,"__esModule",{value:!0});L.or=L.and=L.not=L.CodeGen=L.operators=L.varKinds=L.ValueScopeName=L.ValueScope=L.Scope=L.Name=L.regexpCode=L.stringify=L.getProperty=L.nil=L.strConcat=L.str=L._=void 0;var q=As(),Et=Gl(),Ar=As();Object.defineProperty(L,"_",{enumerable:!0,get:function(){return Ar._}});Object.defineProperty(L,"str",{enumerable:!0,get:function(){return Ar.str}});Object.defineProperty(L,"strConcat",{enumerable:!0,get:function(){return Ar.strConcat}});Object.defineProperty(L,"nil",{enumerable:!0,get:function(){return Ar.nil}});Object.defineProperty(L,"getProperty",{enumerable:!0,get:function(){return Ar.getProperty}});Object.defineProperty(L,"stringify",{enumerable:!0,get:function(){return Ar.stringify}});Object.defineProperty(L,"regexpCode",{enumerable:!0,get:function(){return Ar.regexpCode}});Object.defineProperty(L,"Name",{enumerable:!0,get:function(){return Ar.Name}});var Ka=Gl();Object.defineProperty(L,"Scope",{enumerable:!0,get:function(){return Ka.Scope}});Object.defineProperty(L,"ValueScope",{enumerable:!0,get:function(){return Ka.ValueScope}});Object.defineProperty(L,"ValueScopeName",{enumerable:!0,get:function(){return Ka.ValueScopeName}});Object.defineProperty(L,"varKinds",{enumerable:!0,get:function(){return Ka.varKinds}});L.operators={GT:new q._Code(">"),GTE:new q._Code(">="),LT:new q._Code("<"),LTE:new q._Code("<="),EQ:new q._Code("==="),NEQ:new q._Code("!=="),NOT:new q._Code("!"),OR:new q._Code("||"),AND:new q._Code("&&"),ADD:new q._Code("+")};var sr=class{optimizeNodes(){return this}optimizeNames(e,r){return this}},Zl=class extends sr{constructor(e,r,n){super(),this.varKind=e,this.name=r,this.rhs=n}render({es5:e,_n:r}){let n=e?Et.varKinds.var:this.varKind,o=this.rhs===void 0?"":` = ${this.rhs}`;return`${n} ${this.name}${o};`+r}optimizeNames(e,r){if(e[this.name.str])return this.rhs&&(this.rhs=so(this.rhs,e,r)),this}get names(){return this.rhs instanceof q._CodeOrName?this.rhs.names:{}}},Ba=class extends sr{constructor(e,r,n){super(),this.lhs=e,this.rhs=r,this.sideEffects=n}render({_n:e}){return`${this.lhs} = ${this.rhs};`+e}optimizeNames(e,r){if(!(this.lhs instanceof q.Name&&!e[this.lhs.str]&&!this.sideEffects))return this.rhs=so(this.rhs,e,r),this}get names(){let e=this.lhs instanceof q.Name?{}:{...this.lhs.names};return Wa(e,this.rhs)}},Bl=class extends Ba{constructor(e,r,n,o){super(e,n,o),this.op=r}render({_n:e}){return`${this.lhs} ${this.op}= ${this.rhs};`+e}},Vl=class extends sr{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`${this.label}:`+e}},Wl=class extends sr{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`break${this.label?` ${this.label}`:""};`+e}},Kl=class extends sr{constructor(e){super(),this.error=e}render({_n:e}){return`throw ${this.error};`+e}get names(){return this.error.names}},Jl=class extends sr{constructor(e){super(),this.code=e}render({_n:e}){return`${this.code};`+e}optimizeNodes(){return`${this.code}`?this:void 0}optimizeNames(e,r){return this.code=so(this.code,e,r),this}get names(){return this.code instanceof q._CodeOrName?this.code.names:{}}},$s=class extends sr{constructor(e=[]){super(),this.nodes=e}render(e){return this.nodes.reduce((r,n)=>r+n.render(e),"")}optimizeNodes(){let{nodes:e}=this,r=e.length;for(;r--;){let n=e[r].optimizeNodes();Array.isArray(n)?e.splice(r,1,...n):n?e[r]=n:e.splice(r,1)}return e.length>0?this:void 0}optimizeNames(e,r){let{nodes:n}=this,o=n.length;for(;o--;){let s=n[o];s.optimizeNames(e,r)||(JO(e,s.names),n.splice(o,1))}return n.length>0?this:void 0}get names(){return this.nodes.reduce((e,r)=>fn(e,r.names),{})}},ir=class extends $s{render(e){return"{"+e._n+super.render(e)+"}"+e._n}},Yl=class extends $s{},oo=class extends ir{};oo.kind="else";var dn=class t extends ir{constructor(e,r){super(r),this.condition=e}render(e){let r=`if(${this.condition})`+super.render(e);return this.else&&(r+="else "+this.else.render(e)),r}optimizeNodes(){super.optimizeNodes();let e=this.condition;if(e===!0)return this.nodes;let r=this.else;if(r){let n=r.optimizeNodes();r=this.else=Array.isArray(n)?new oo(n):n}if(r)return e===!1?r instanceof t?r:r.nodes:this.nodes.length?this:new t(jw(e),r instanceof t?[r]:r.nodes);if(!(e===!1||!this.nodes.length))return this}optimizeNames(e,r){var n;if(this.else=(n=this.else)===null||n===void 0?void 0:n.optimizeNames(e,r),!!(super.optimizeNames(e,r)||this.else))return this.condition=so(this.condition,e,r),this}get names(){let e=super.names;return Wa(e,this.condition),this.else&&fn(e,this.else.names),e}};dn.kind="if";var ln=class extends ir{};ln.kind="for";var Xl=class extends ln{constructor(e){super(),this.iteration=e}render(e){return`for(${this.iteration})`+super.render(e)}optimizeNames(e,r){if(super.optimizeNames(e,r))return this.iteration=so(this.iteration,e,r),this}get names(){return fn(super.names,this.iteration.names)}},Ql=class extends ln{constructor(e,r,n,o){super(),this.varKind=e,this.name=r,this.from=n,this.to=o}render(e){let r=e.es5?Et.varKinds.var:this.varKind,{name:n,from:o,to:s}=this;return`for(${r} ${n}=${o}; ${n}<${s}; ${n}++)`+super.render(e)}get names(){let e=Wa(super.names,this.from);return Wa(e,this.to)}},Va=class extends ln{constructor(e,r,n,o){super(),this.loop=e,this.varKind=r,this.name=n,this.iterable=o}render(e){return`for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})`+super.render(e)}optimizeNames(e,r){if(super.optimizeNames(e,r))return this.iterable=so(this.iterable,e,r),this}get names(){return fn(super.names,this.iterable.names)}},Ms=class extends ir{constructor(e,r,n){super(),this.name=e,this.args=r,this.async=n}render(e){return`${this.async?"async ":""}function ${this.name}(${this.args})`+super.render(e)}};Ms.kind="func";var Is=class extends $s{render(e){return"return "+super.render(e)}};Is.kind="return";var ef=class extends ir{render(e){let r="try"+super.render(e);return this.catch&&(r+=this.catch.render(e)),this.finally&&(r+=this.finally.render(e)),r}optimizeNodes(){var e,r;return super.optimizeNodes(),(e=this.catch)===null||e===void 0||e.optimizeNodes(),(r=this.finally)===null||r===void 0||r.optimizeNodes(),this}optimizeNames(e,r){var n,o;return super.optimizeNames(e,r),(n=this.catch)===null||n===void 0||n.optimizeNames(e,r),(o=this.finally)===null||o===void 0||o.optimizeNames(e,r),this}get names(){let e=super.names;return this.catch&&fn(e,this.catch.names),this.finally&&fn(e,this.finally.names),e}},Os=class extends ir{constructor(e){super(),this.error=e}render(e){return`catch(${this.error})`+super.render(e)}};Os.kind="catch";var zs=class extends ir{render(e){return"finally"+super.render(e)}};zs.kind="finally";var tf=class{constructor(e,r={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...r,_n:r.lines?`
2
+ `:""},this._extScope=e,this._scope=new Et.Scope({parent:e}),this._nodes=[new Yl]}toString(){return this._root.render(this.opts)}name(e){return this._scope.name(e)}scopeName(e){return this._extScope.name(e)}scopeValue(e,r){let n=this._extScope.value(e,r);return(this._values[n.prefix]||(this._values[n.prefix]=new Set)).add(n),n}getScopeValue(e,r){return this._extScope.getValue(e,r)}scopeRefs(e){return this._extScope.scopeRefs(e,this._values)}scopeCode(){return this._extScope.scopeCode(this._values)}_def(e,r,n,o){let s=this._scope.toName(r);return n!==void 0&&o&&(this._constants[s.str]=n),this._leafNode(new Zl(e,s,n)),s}const(e,r,n){return this._def(Et.varKinds.const,e,r,n)}let(e,r,n){return this._def(Et.varKinds.let,e,r,n)}var(e,r,n){return this._def(Et.varKinds.var,e,r,n)}assign(e,r,n){return this._leafNode(new Ba(e,r,n))}add(e,r){return this._leafNode(new Bl(e,L.operators.ADD,r))}code(e){return typeof e=="function"?e():e!==q.nil&&this._leafNode(new Jl(e)),this}object(...e){let r=["{"];for(let[n,o]of e)r.length>1&&r.push(","),r.push(n),(n!==o||this.opts.es5)&&(r.push(":"),(0,q.addCodeArg)(r,o));return r.push("}"),new q._Code(r)}if(e,r,n){if(this._blockNode(new dn(e)),r&&n)this.code(r).else().code(n).endIf();else if(r)this.code(r).endIf();else if(n)throw new Error('CodeGen: "else" body without "then" body');return this}elseIf(e){return this._elseNode(new dn(e))}else(){return this._elseNode(new oo)}endIf(){return this._endBlockNode(dn,oo)}_for(e,r){return this._blockNode(e),r&&this.code(r).endFor(),this}for(e,r){return this._for(new Xl(e),r)}forRange(e,r,n,o,s=this.opts.es5?Et.varKinds.var:Et.varKinds.let){let i=this._scope.toName(e);return this._for(new Ql(s,i,r,n),()=>o(i))}forOf(e,r,n,o=Et.varKinds.const){let s=this._scope.toName(e);if(this.opts.es5){let i=r instanceof q.Name?r:this.var("_arr",r);return this.forRange("_i",0,(0,q._)`${i}.length`,a=>{this.var(s,(0,q._)`${i}[${a}]`),n(s)})}return this._for(new Va("of",o,s,r),()=>n(s))}forIn(e,r,n,o=this.opts.es5?Et.varKinds.var:Et.varKinds.const){if(this.opts.ownProperties)return this.forOf(e,(0,q._)`Object.keys(${r})`,n);let s=this._scope.toName(e);return this._for(new Va("in",o,s,r),()=>n(s))}endFor(){return this._endBlockNode(ln)}label(e){return this._leafNode(new Vl(e))}break(e){return this._leafNode(new Wl(e))}return(e){let r=new Is;if(this._blockNode(r),this.code(e),r.nodes.length!==1)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(Is)}try(e,r,n){if(!r&&!n)throw new Error('CodeGen: "try" without "catch" and "finally"');let o=new ef;if(this._blockNode(o),this.code(e),r){let s=this.name("e");this._currNode=o.catch=new Os(s),r(s)}return n&&(this._currNode=o.finally=new zs,this.code(n)),this._endBlockNode(Os,zs)}throw(e){return this._leafNode(new Kl(e))}block(e,r){return this._blockStarts.push(this._nodes.length),e&&this.code(e).endBlock(r),this}endBlock(e){let r=this._blockStarts.pop();if(r===void 0)throw new Error("CodeGen: not in self-balancing block");let n=this._nodes.length-r;if(n<0||e!==void 0&&n!==e)throw new Error(`CodeGen: wrong number of nodes: ${n} vs ${e} expected`);return this._nodes.length=r,this}func(e,r=q.nil,n,o){return this._blockNode(new Ms(e,r,n)),o&&this.code(o).endFunc(),this}endFunc(){return this._endBlockNode(Ms)}optimize(e=1){for(;e-- >0;)this._root.optimizeNodes(),this._root.optimizeNames(this._root.names,this._constants)}_leafNode(e){return this._currNode.nodes.push(e),this}_blockNode(e){this._currNode.nodes.push(e),this._nodes.push(e)}_endBlockNode(e,r){let n=this._currNode;if(n instanceof e||r&&n instanceof r)return this._nodes.pop(),this;throw new Error(`CodeGen: not in block "${r?`${e.kind}/${r.kind}`:e.kind}"`)}_elseNode(e){let r=this._currNode;if(!(r instanceof dn))throw new Error('CodeGen: "else" without "if"');return this._currNode=r.else=e,this}get _root(){return this._nodes[0]}get _currNode(){let e=this._nodes;return e[e.length-1]}set _currNode(e){let r=this._nodes;r[r.length-1]=e}};L.CodeGen=tf;function fn(t,e){for(let r in e)t[r]=(t[r]||0)+(e[r]||0);return t}function Wa(t,e){return e instanceof q._CodeOrName?fn(t,e.names):t}function so(t,e,r){if(t instanceof q.Name)return n(t);if(!o(t))return t;return new q._Code(t._items.reduce((s,i)=>(i instanceof q.Name&&(i=n(i)),i instanceof q._Code?s.push(...i._items):s.push(i),s),[]));function n(s){let i=r[s.str];return i===void 0||e[s.str]!==1?s:(delete e[s.str],i)}function o(s){return s instanceof q._Code&&s._items.some(i=>i instanceof q.Name&&e[i.str]===1&&r[i.str]!==void 0)}}function JO(t,e){for(let r in e)t[r]=(t[r]||0)-(e[r]||0)}function jw(t){return typeof t=="boolean"||typeof t=="number"||t===null?!t:(0,q._)`!${rf(t)}`}L.not=jw;var YO=Uw(L.operators.AND);function XO(...t){return t.reduce(YO)}L.and=XO;var QO=Uw(L.operators.OR);function ez(...t){return t.reduce(QO)}L.or=ez;function Uw(t){return(e,r)=>e===q.nil?r:r===q.nil?e:(0,q._)`${rf(e)} ${t} ${rf(r)}`}function rf(t){return t instanceof q.Name?t:(0,q._)`(${t})`}});var H=R(j=>{"use strict";Object.defineProperty(j,"__esModule",{value:!0});j.checkStrictMode=j.getErrorPath=j.Type=j.useFunc=j.setEvaluated=j.evaluatedPropsToName=j.mergeEvaluated=j.eachItem=j.unescapeJsonPointer=j.escapeJsonPointer=j.escapeFragment=j.unescapeFragment=j.schemaRefOrVal=j.schemaHasRulesButRef=j.schemaHasRules=j.checkUnknownRules=j.alwaysValidSchema=j.toHash=void 0;var ie=D(),tz=As();function rz(t){let e={};for(let r of t)e[r]=!0;return e}j.toHash=rz;function nz(t,e){return typeof e=="boolean"?e:Object.keys(e).length===0?!0:(Hw(t,e),!Gw(e,t.self.RULES.all))}j.alwaysValidSchema=nz;function Hw(t,e=t.schema){let{opts:r,self:n}=t;if(!r.strictSchema||typeof e=="boolean")return;let o=n.RULES.keywords;for(let s in e)o[s]||Vw(t,`unknown keyword: "${s}"`)}j.checkUnknownRules=Hw;function Gw(t,e){if(typeof t=="boolean")return!t;for(let r in t)if(e[r])return!0;return!1}j.schemaHasRules=Gw;function oz(t,e){if(typeof t=="boolean")return!t;for(let r in t)if(r!=="$ref"&&e.all[r])return!0;return!1}j.schemaHasRulesButRef=oz;function sz({topSchemaRef:t,schemaPath:e},r,n,o){if(!o){if(typeof r=="number"||typeof r=="boolean")return r;if(typeof r=="string")return(0,ie._)`${r}`}return(0,ie._)`${t}${e}${(0,ie.getProperty)(n)}`}j.schemaRefOrVal=sz;function iz(t){return Zw(decodeURIComponent(t))}j.unescapeFragment=iz;function az(t){return encodeURIComponent(of(t))}j.escapeFragment=az;function of(t){return typeof t=="number"?`${t}`:t.replace(/~/g,"~0").replace(/\//g,"~1")}j.escapeJsonPointer=of;function Zw(t){return t.replace(/~1/g,"/").replace(/~0/g,"~")}j.unescapeJsonPointer=Zw;function cz(t,e){if(Array.isArray(t))for(let r of t)e(r);else e(t)}j.eachItem=cz;function Fw({mergeNames:t,mergeToName:e,mergeValues:r,resultToName:n}){return(o,s,i,a)=>{let c=i===void 0?s:i instanceof ie.Name?(s instanceof ie.Name?t(o,s,i):e(o,s,i),i):s instanceof ie.Name?(e(o,i,s),s):r(s,i);return a===ie.Name&&!(c instanceof ie.Name)?n(o,c):c}}j.mergeEvaluated={props:Fw({mergeNames:(t,e,r)=>t.if((0,ie._)`${r} !== true && ${e} !== undefined`,()=>{t.if((0,ie._)`${e} === true`,()=>t.assign(r,!0),()=>t.assign(r,(0,ie._)`${r} || {}`).code((0,ie._)`Object.assign(${r}, ${e})`))}),mergeToName:(t,e,r)=>t.if((0,ie._)`${r} !== true`,()=>{e===!0?t.assign(r,!0):(t.assign(r,(0,ie._)`${r} || {}`),sf(t,r,e))}),mergeValues:(t,e)=>t===!0?!0:{...t,...e},resultToName:Bw}),items:Fw({mergeNames:(t,e,r)=>t.if((0,ie._)`${r} !== true && ${e} !== undefined`,()=>t.assign(r,(0,ie._)`${e} === true ? true : ${r} > ${e} ? ${r} : ${e}`)),mergeToName:(t,e,r)=>t.if((0,ie._)`${r} !== true`,()=>t.assign(r,e===!0?!0:(0,ie._)`${r} > ${e} ? ${r} : ${e}`)),mergeValues:(t,e)=>t===!0?!0:Math.max(t,e),resultToName:(t,e)=>t.var("items",e)})};function Bw(t,e){if(e===!0)return t.var("props",!0);let r=t.var("props",(0,ie._)`{}`);return e!==void 0&&sf(t,r,e),r}j.evaluatedPropsToName=Bw;function sf(t,e,r){Object.keys(r).forEach(n=>t.assign((0,ie._)`${e}${(0,ie.getProperty)(n)}`,!0))}j.setEvaluated=sf;var qw={};function uz(t,e){return t.scopeValue("func",{ref:e,code:qw[e.code]||(qw[e.code]=new tz._Code(e.code))})}j.useFunc=uz;var nf;(function(t){t[t.Num=0]="Num",t[t.Str=1]="Str"})(nf||(j.Type=nf={}));function dz(t,e,r){if(t instanceof ie.Name){let n=e===nf.Num;return r?n?(0,ie._)`"[" + ${t} + "]"`:(0,ie._)`"['" + ${t} + "']"`:n?(0,ie._)`"/" + ${t}`:(0,ie._)`"/" + ${t}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return r?(0,ie.getProperty)(t).toString():"/"+of(t)}j.getErrorPath=dz;function Vw(t,e,r=t.opts.strictSchema){if(r){if(e=`strict mode: ${e}`,r===!0)throw new Error(e);t.self.logger.warn(e)}}j.checkStrictMode=Vw});var ar=R(af=>{"use strict";Object.defineProperty(af,"__esModule",{value:!0});var De=D(),lz={data:new De.Name("data"),valCxt:new De.Name("valCxt"),instancePath:new De.Name("instancePath"),parentData:new De.Name("parentData"),parentDataProperty:new De.Name("parentDataProperty"),rootData:new De.Name("rootData"),dynamicAnchors:new De.Name("dynamicAnchors"),vErrors:new De.Name("vErrors"),errors:new De.Name("errors"),this:new De.Name("this"),self:new De.Name("self"),scope:new De.Name("scope"),json:new De.Name("json"),jsonPos:new De.Name("jsonPos"),jsonLen:new De.Name("jsonLen"),jsonPart:new De.Name("jsonPart")};af.default=lz});var Ns=R(Le=>{"use strict";Object.defineProperty(Le,"__esModule",{value:!0});Le.extendErrors=Le.resetErrorsCount=Le.reportExtraError=Le.reportError=Le.keyword$DataError=Le.keywordError=void 0;var G=D(),Ja=H(),Fe=ar();Le.keywordError={message:({keyword:t})=>(0,G.str)`must pass "${t}" keyword validation`};Le.keyword$DataError={message:({keyword:t,schemaType:e})=>e?(0,G.str)`"${t}" keyword must be ${e} ($data)`:(0,G.str)`"${t}" keyword is invalid ($data)`};function fz(t,e=Le.keywordError,r,n){let{it:o}=t,{gen:s,compositeRule:i,allErrors:a}=o,c=Jw(t,e,r);n??(i||a)?Ww(s,c):Kw(o,(0,G._)`[${c}]`)}Le.reportError=fz;function pz(t,e=Le.keywordError,r){let{it:n}=t,{gen:o,compositeRule:s,allErrors:i}=n,a=Jw(t,e,r);Ww(o,a),s||i||Kw(n,Fe.default.vErrors)}Le.reportExtraError=pz;function hz(t,e){t.assign(Fe.default.errors,e),t.if((0,G._)`${Fe.default.vErrors} !== null`,()=>t.if(e,()=>t.assign((0,G._)`${Fe.default.vErrors}.length`,e),()=>t.assign(Fe.default.vErrors,null)))}Le.resetErrorsCount=hz;function mz({gen:t,keyword:e,schemaValue:r,data:n,errsCount:o,it:s}){if(o===void 0)throw new Error("ajv implementation error");let i=t.name("err");t.forRange("i",o,Fe.default.errors,a=>{t.const(i,(0,G._)`${Fe.default.vErrors}[${a}]`),t.if((0,G._)`${i}.instancePath === undefined`,()=>t.assign((0,G._)`${i}.instancePath`,(0,G.strConcat)(Fe.default.instancePath,s.errorPath))),t.assign((0,G._)`${i}.schemaPath`,(0,G.str)`${s.errSchemaPath}/${e}`),s.opts.verbose&&(t.assign((0,G._)`${i}.schema`,r),t.assign((0,G._)`${i}.data`,n))})}Le.extendErrors=mz;function Ww(t,e){let r=t.const("err",e);t.if((0,G._)`${Fe.default.vErrors} === null`,()=>t.assign(Fe.default.vErrors,(0,G._)`[${r}]`),(0,G._)`${Fe.default.vErrors}.push(${r})`),t.code((0,G._)`${Fe.default.errors}++`)}function Kw(t,e){let{gen:r,validateName:n,schemaEnv:o}=t;o.$async?r.throw((0,G._)`new ${t.ValidationError}(${e})`):(r.assign((0,G._)`${n}.errors`,e),r.return(!1))}var pn={keyword:new G.Name("keyword"),schemaPath:new G.Name("schemaPath"),params:new G.Name("params"),propertyName:new G.Name("propertyName"),message:new G.Name("message"),schema:new G.Name("schema"),parentSchema:new G.Name("parentSchema")};function Jw(t,e,r){let{createErrors:n}=t.it;return n===!1?(0,G._)`{}`:gz(t,e,r)}function gz(t,e,r={}){let{gen:n,it:o}=t,s=[yz(o,r),vz(t,r)];return _z(t,e,s),n.object(...s)}function yz({errorPath:t},{instancePath:e}){let r=e?(0,G.str)`${t}${(0,Ja.getErrorPath)(e,Ja.Type.Str)}`:t;return[Fe.default.instancePath,(0,G.strConcat)(Fe.default.instancePath,r)]}function vz({keyword:t,it:{errSchemaPath:e}},{schemaPath:r,parentSchema:n}){let o=n?e:(0,G.str)`${e}/${t}`;return r&&(o=(0,G.str)`${o}${(0,Ja.getErrorPath)(r,Ja.Type.Str)}`),[pn.schemaPath,o]}function _z(t,{params:e,message:r},n){let{keyword:o,data:s,schemaValue:i,it:a}=t,{opts:c,propertyName:u,topSchemaRef:d,schemaPath:l}=a;n.push([pn.keyword,o],[pn.params,typeof e=="function"?e(t):e||(0,G._)`{}`]),c.messages&&n.push([pn.message,typeof r=="function"?r(t):r]),c.verbose&&n.push([pn.schema,i],[pn.parentSchema,(0,G._)`${d}${l}`],[Fe.default.data,s]),u&&n.push([pn.propertyName,u])}});var Xw=R(io=>{"use strict";Object.defineProperty(io,"__esModule",{value:!0});io.boolOrEmptySchema=io.topBoolOrEmptySchema=void 0;var Sz=Ns(),wz=D(),bz=ar(),Rz={message:"boolean schema is false"};function Pz(t){let{gen:e,schema:r,validateName:n}=t;r===!1?Yw(t,!1):typeof r=="object"&&r.$async===!0?e.return(bz.default.data):(e.assign((0,wz._)`${n}.errors`,null),e.return(!0))}io.topBoolOrEmptySchema=Pz;function Cz(t,e){let{gen:r,schema:n}=t;n===!1?(r.var(e,!1),Yw(t)):r.var(e,!0)}io.boolOrEmptySchema=Cz;function Yw(t,e){let{gen:r,data:n}=t,o={gen:r,keyword:"false schema",data:n,schema:!1,schemaCode:!1,schemaValue:!1,params:{},it:t};(0,Sz.reportError)(o,Rz,void 0,e)}});var cf=R(ao=>{"use strict";Object.defineProperty(ao,"__esModule",{value:!0});ao.getRules=ao.isJSONType=void 0;var xz=["string","number","integer","boolean","null","object","array"],kz=new Set(xz);function Ez(t){return typeof t=="string"&&kz.has(t)}ao.isJSONType=Ez;function Tz(){let t={number:{type:"number",rules:[]},string:{type:"string",rules:[]},array:{type:"array",rules:[]},object:{type:"object",rules:[]}};return{types:{...t,integer:!0,boolean:!0,null:!0},rules:[{rules:[]},t.number,t.string,t.array,t.object],post:{rules:[]},all:{},keywords:{}}}ao.getRules=Tz});var uf=R($r=>{"use strict";Object.defineProperty($r,"__esModule",{value:!0});$r.shouldUseRule=$r.shouldUseGroup=$r.schemaHasRulesForType=void 0;function Az({schema:t,self:e},r){let n=e.RULES.types[r];return n&&n!==!0&&Qw(t,n)}$r.schemaHasRulesForType=Az;function Qw(t,e){return e.rules.some(r=>eb(t,r))}$r.shouldUseGroup=Qw;function eb(t,e){var r;return t[e.keyword]!==void 0||((r=e.definition.implements)===null||r===void 0?void 0:r.some(n=>t[n]!==void 0))}$r.shouldUseRule=eb});var Ds=R(je=>{"use strict";Object.defineProperty(je,"__esModule",{value:!0});je.reportTypeError=je.checkDataTypes=je.checkDataType=je.coerceAndCheckDataType=je.getJSONTypes=je.getSchemaTypes=je.DataType=void 0;var $z=cf(),Mz=uf(),Iz=Ns(),N=D(),tb=H(),co;(function(t){t[t.Correct=0]="Correct",t[t.Wrong=1]="Wrong"})(co||(je.DataType=co={}));function Oz(t){let e=rb(t.type);if(e.includes("null")){if(t.nullable===!1)throw new Error("type: null contradicts nullable: false")}else{if(!e.length&&t.nullable!==void 0)throw new Error('"nullable" cannot be used without "type"');t.nullable===!0&&e.push("null")}return e}je.getSchemaTypes=Oz;function rb(t){let e=Array.isArray(t)?t:t?[t]:[];if(e.every($z.isJSONType))return e;throw new Error("type must be JSONType or JSONType[]: "+e.join(","))}je.getJSONTypes=rb;function zz(t,e){let{gen:r,data:n,opts:o}=t,s=Nz(e,o.coerceTypes),i=e.length>0&&!(s.length===0&&e.length===1&&(0,Mz.schemaHasRulesForType)(t,e[0]));if(i){let a=lf(e,n,o.strictNumbers,co.Wrong);r.if(a,()=>{s.length?Dz(t,e,s):ff(t)})}return i}je.coerceAndCheckDataType=zz;var nb=new Set(["string","number","integer","boolean","null"]);function Nz(t,e){return e?t.filter(r=>nb.has(r)||e==="array"&&r==="array"):[]}function Dz(t,e,r){let{gen:n,data:o,opts:s}=t,i=n.let("dataType",(0,N._)`typeof ${o}`),a=n.let("coerced",(0,N._)`undefined`);s.coerceTypes==="array"&&n.if((0,N._)`${i} == 'object' && Array.isArray(${o}) && ${o}.length == 1`,()=>n.assign(o,(0,N._)`${o}[0]`).assign(i,(0,N._)`typeof ${o}`).if(lf(e,o,s.strictNumbers),()=>n.assign(a,o))),n.if((0,N._)`${a} !== undefined`);for(let u of r)(nb.has(u)||u==="array"&&s.coerceTypes==="array")&&c(u);n.else(),ff(t),n.endIf(),n.if((0,N._)`${a} !== undefined`,()=>{n.assign(o,a),Lz(t,a)});function c(u){switch(u){case"string":n.elseIf((0,N._)`${i} == "number" || ${i} == "boolean"`).assign(a,(0,N._)`"" + ${o}`).elseIf((0,N._)`${o} === null`).assign(a,(0,N._)`""`);return;case"number":n.elseIf((0,N._)`${i} == "boolean" || ${o} === null
3
+ || (${i} == "string" && ${o} && ${o} == +${o})`).assign(a,(0,N._)`+${o}`);return;case"integer":n.elseIf((0,N._)`${i} === "boolean" || ${o} === null
4
+ || (${i} === "string" && ${o} && ${o} == +${o} && !(${o} % 1))`).assign(a,(0,N._)`+${o}`);return;case"boolean":n.elseIf((0,N._)`${o} === "false" || ${o} === 0 || ${o} === null`).assign(a,!1).elseIf((0,N._)`${o} === "true" || ${o} === 1`).assign(a,!0);return;case"null":n.elseIf((0,N._)`${o} === "" || ${o} === 0 || ${o} === false`),n.assign(a,null);return;case"array":n.elseIf((0,N._)`${i} === "string" || ${i} === "number"
5
+ || ${i} === "boolean" || ${o} === null`).assign(a,(0,N._)`[${o}]`)}}}function Lz({gen:t,parentData:e,parentDataProperty:r},n){t.if((0,N._)`${e} !== undefined`,()=>t.assign((0,N._)`${e}[${r}]`,n))}function df(t,e,r,n=co.Correct){let o=n===co.Correct?N.operators.EQ:N.operators.NEQ,s;switch(t){case"null":return(0,N._)`${e} ${o} null`;case"array":s=(0,N._)`Array.isArray(${e})`;break;case"object":s=(0,N._)`${e} && typeof ${e} == "object" && !Array.isArray(${e})`;break;case"integer":s=i((0,N._)`!(${e} % 1) && !isNaN(${e})`);break;case"number":s=i();break;default:return(0,N._)`typeof ${e} ${o} ${t}`}return n===co.Correct?s:(0,N.not)(s);function i(a=N.nil){return(0,N.and)((0,N._)`typeof ${e} == "number"`,a,r?(0,N._)`isFinite(${e})`:N.nil)}}je.checkDataType=df;function lf(t,e,r,n){if(t.length===1)return df(t[0],e,r,n);let o,s=(0,tb.toHash)(t);if(s.array&&s.object){let i=(0,N._)`typeof ${e} != "object"`;o=s.null?i:(0,N._)`!${e} || ${i}`,delete s.null,delete s.array,delete s.object}else o=N.nil;s.number&&delete s.integer;for(let i in s)o=(0,N.and)(o,df(i,e,r,n));return o}je.checkDataTypes=lf;var jz={message:({schema:t})=>`must be ${t}`,params:({schema:t,schemaValue:e})=>typeof t=="string"?(0,N._)`{type: ${t}}`:(0,N._)`{type: ${e}}`};function ff(t){let e=Uz(t);(0,Iz.reportError)(e,jz)}je.reportTypeError=ff;function Uz(t){let{gen:e,data:r,schema:n}=t,o=(0,tb.schemaRefOrVal)(t,n,"type");return{gen:e,keyword:"type",data:r,schema:n.type,schemaCode:o,schemaValue:o,parentSchema:n,params:{},it:t}}});var sb=R(Ya=>{"use strict";Object.defineProperty(Ya,"__esModule",{value:!0});Ya.assignDefaults=void 0;var uo=D(),Fz=H();function qz(t,e){let{properties:r,items:n}=t.schema;if(e==="object"&&r)for(let o in r)ob(t,o,r[o].default);else e==="array"&&Array.isArray(n)&&n.forEach((o,s)=>ob(t,s,o.default))}Ya.assignDefaults=qz;function ob(t,e,r){let{gen:n,compositeRule:o,data:s,opts:i}=t;if(r===void 0)return;let a=(0,uo._)`${s}${(0,uo.getProperty)(e)}`;if(o){(0,Fz.checkStrictMode)(t,`default is ignored for: ${a}`);return}let c=(0,uo._)`${a} === undefined`;i.useDefaults==="empty"&&(c=(0,uo._)`${c} || ${a} === null || ${a} === ""`),n.if(c,(0,uo._)`${a} = ${(0,uo.stringify)(r)}`)}});var vt=R(te=>{"use strict";Object.defineProperty(te,"__esModule",{value:!0});te.validateUnion=te.validateArray=te.usePattern=te.callValidateCode=te.schemaProperties=te.allSchemaProperties=te.noPropertyInData=te.propertyInData=te.isOwnProperty=te.hasPropFunc=te.reportMissingProp=te.checkMissingProp=te.checkReportMissingProp=void 0;var de=D(),pf=H(),Mr=ar(),Hz=H();function Gz(t,e){let{gen:r,data:n,it:o}=t;r.if(mf(r,n,e,o.opts.ownProperties),()=>{t.setParams({missingProperty:(0,de._)`${e}`},!0),t.error()})}te.checkReportMissingProp=Gz;function Zz({gen:t,data:e,it:{opts:r}},n,o){return(0,de.or)(...n.map(s=>(0,de.and)(mf(t,e,s,r.ownProperties),(0,de._)`${o} = ${s}`)))}te.checkMissingProp=Zz;function Bz(t,e){t.setParams({missingProperty:e},!0),t.error()}te.reportMissingProp=Bz;function ib(t){return t.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:(0,de._)`Object.prototype.hasOwnProperty`})}te.hasPropFunc=ib;function hf(t,e,r){return(0,de._)`${ib(t)}.call(${e}, ${r})`}te.isOwnProperty=hf;function Vz(t,e,r,n){let o=(0,de._)`${e}${(0,de.getProperty)(r)} !== undefined`;return n?(0,de._)`${o} && ${hf(t,e,r)}`:o}te.propertyInData=Vz;function mf(t,e,r,n){let o=(0,de._)`${e}${(0,de.getProperty)(r)} === undefined`;return n?(0,de.or)(o,(0,de.not)(hf(t,e,r))):o}te.noPropertyInData=mf;function ab(t){return t?Object.keys(t).filter(e=>e!=="__proto__"):[]}te.allSchemaProperties=ab;function Wz(t,e){return ab(e).filter(r=>!(0,pf.alwaysValidSchema)(t,e[r]))}te.schemaProperties=Wz;function Kz({schemaCode:t,data:e,it:{gen:r,topSchemaRef:n,schemaPath:o,errorPath:s},it:i},a,c,u){let d=u?(0,de._)`${t}, ${e}, ${n}${o}`:e,l=[[Mr.default.instancePath,(0,de.strConcat)(Mr.default.instancePath,s)],[Mr.default.parentData,i.parentData],[Mr.default.parentDataProperty,i.parentDataProperty],[Mr.default.rootData,Mr.default.rootData]];i.opts.dynamicRef&&l.push([Mr.default.dynamicAnchors,Mr.default.dynamicAnchors]);let f=(0,de._)`${d}, ${r.object(...l)}`;return c!==de.nil?(0,de._)`${a}.call(${c}, ${f})`:(0,de._)`${a}(${f})`}te.callValidateCode=Kz;var Jz=(0,de._)`new RegExp`;function Yz({gen:t,it:{opts:e}},r){let n=e.unicodeRegExp?"u":"",{regExp:o}=e.code,s=o(r,n);return t.scopeValue("pattern",{key:s.toString(),ref:s,code:(0,de._)`${o.code==="new RegExp"?Jz:(0,Hz.useFunc)(t,o)}(${r}, ${n})`})}te.usePattern=Yz;function Xz(t){let{gen:e,data:r,keyword:n,it:o}=t,s=e.name("valid");if(o.allErrors){let a=e.let("valid",!0);return i(()=>e.assign(a,!1)),a}return e.var(s,!0),i(()=>e.break()),s;function i(a){let c=e.const("len",(0,de._)`${r}.length`);e.forRange("i",0,c,u=>{t.subschema({keyword:n,dataProp:u,dataPropType:pf.Type.Num},s),e.if((0,de.not)(s),a)})}}te.validateArray=Xz;function Qz(t){let{gen:e,schema:r,keyword:n,it:o}=t;if(!Array.isArray(r))throw new Error("ajv implementation error");if(r.some(c=>(0,pf.alwaysValidSchema)(o,c))&&!o.opts.unevaluated)return;let i=e.let("valid",!1),a=e.name("_valid");e.block(()=>r.forEach((c,u)=>{let d=t.subschema({keyword:n,schemaProp:u,compositeRule:!0},a);e.assign(i,(0,de._)`${i} || ${a}`),t.mergeValidEvaluated(d,a)||e.if((0,de.not)(i))})),t.result(i,()=>t.reset(),()=>t.error(!0))}te.validateUnion=Qz});var db=R(Ht=>{"use strict";Object.defineProperty(Ht,"__esModule",{value:!0});Ht.validateKeywordUsage=Ht.validSchemaType=Ht.funcKeywordCode=Ht.macroKeywordCode=void 0;var qe=D(),hn=ar(),eN=vt(),tN=Ns();function rN(t,e){let{gen:r,keyword:n,schema:o,parentSchema:s,it:i}=t,a=e.macro.call(i.self,o,s,i),c=ub(r,n,a);i.opts.validateSchema!==!1&&i.self.validateSchema(a,!0);let u=r.name("valid");t.subschema({schema:a,schemaPath:qe.nil,errSchemaPath:`${i.errSchemaPath}/${n}`,topSchemaRef:c,compositeRule:!0},u),t.pass(u,()=>t.error(!0))}Ht.macroKeywordCode=rN;function nN(t,e){var r;let{gen:n,keyword:o,schema:s,parentSchema:i,$data:a,it:c}=t;sN(c,e);let u=!a&&e.compile?e.compile.call(c.self,s,i,c):e.validate,d=ub(n,o,u),l=n.let("valid");t.block$data(l,f),t.ok((r=e.valid)!==null&&r!==void 0?r:l);function f(){if(e.errors===!1)m(),e.modifying&&cb(t),y(()=>t.error());else{let _=e.async?p():h();e.modifying&&cb(t),y(()=>oN(t,_))}}function p(){let _=n.let("ruleErrs",null);return n.try(()=>m((0,qe._)`await `),w=>n.assign(l,!1).if((0,qe._)`${w} instanceof ${c.ValidationError}`,()=>n.assign(_,(0,qe._)`${w}.errors`),()=>n.throw(w))),_}function h(){let _=(0,qe._)`${d}.errors`;return n.assign(_,null),m(qe.nil),_}function m(_=e.async?(0,qe._)`await `:qe.nil){let w=c.opts.passContext?hn.default.this:hn.default.self,b=!("compile"in e&&!a||e.schema===!1);n.assign(l,(0,qe._)`${_}${(0,eN.callValidateCode)(t,d,w,b)}`,e.modifying)}function y(_){var w;n.if((0,qe.not)((w=e.valid)!==null&&w!==void 0?w:l),_)}}Ht.funcKeywordCode=nN;function cb(t){let{gen:e,data:r,it:n}=t;e.if(n.parentData,()=>e.assign(r,(0,qe._)`${n.parentData}[${n.parentDataProperty}]`))}function oN(t,e){let{gen:r}=t;r.if((0,qe._)`Array.isArray(${e})`,()=>{r.assign(hn.default.vErrors,(0,qe._)`${hn.default.vErrors} === null ? ${e} : ${hn.default.vErrors}.concat(${e})`).assign(hn.default.errors,(0,qe._)`${hn.default.vErrors}.length`),(0,tN.extendErrors)(t)},()=>t.error())}function sN({schemaEnv:t},e){if(e.async&&!t.$async)throw new Error("async keyword in sync schema")}function ub(t,e,r){if(r===void 0)throw new Error(`keyword "${e}" failed to compile`);return t.scopeValue("keyword",typeof r=="function"?{ref:r}:{ref:r,code:(0,qe.stringify)(r)})}function iN(t,e,r=!1){return!e.length||e.some(n=>n==="array"?Array.isArray(t):n==="object"?t&&typeof t=="object"&&!Array.isArray(t):typeof t==n||r&&typeof t>"u")}Ht.validSchemaType=iN;function aN({schema:t,opts:e,self:r,errSchemaPath:n},o,s){if(Array.isArray(o.keyword)?!o.keyword.includes(s):o.keyword!==s)throw new Error("ajv implementation error");let i=o.dependencies;if(i?.some(a=>!Object.prototype.hasOwnProperty.call(t,a)))throw new Error(`parent schema must have dependencies of ${s}: ${i.join(",")}`);if(o.validateSchema&&!o.validateSchema(t[s])){let c=`keyword "${s}" value is invalid at path "${n}": `+r.errorsText(o.validateSchema.errors);if(e.validateSchema==="log")r.logger.error(c);else throw new Error(c)}}Ht.validateKeywordUsage=aN});var fb=R(Ir=>{"use strict";Object.defineProperty(Ir,"__esModule",{value:!0});Ir.extendSubschemaMode=Ir.extendSubschemaData=Ir.getSubschema=void 0;var Gt=D(),lb=H();function cN(t,{keyword:e,schemaProp:r,schema:n,schemaPath:o,errSchemaPath:s,topSchemaRef:i}){if(e!==void 0&&n!==void 0)throw new Error('both "keyword" and "schema" passed, only one allowed');if(e!==void 0){let a=t.schema[e];return r===void 0?{schema:a,schemaPath:(0,Gt._)`${t.schemaPath}${(0,Gt.getProperty)(e)}`,errSchemaPath:`${t.errSchemaPath}/${e}`}:{schema:a[r],schemaPath:(0,Gt._)`${t.schemaPath}${(0,Gt.getProperty)(e)}${(0,Gt.getProperty)(r)}`,errSchemaPath:`${t.errSchemaPath}/${e}/${(0,lb.escapeFragment)(r)}`}}if(n!==void 0){if(o===void 0||s===void 0||i===void 0)throw new Error('"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"');return{schema:n,schemaPath:o,topSchemaRef:i,errSchemaPath:s}}throw new Error('either "keyword" or "schema" must be passed')}Ir.getSubschema=cN;function uN(t,e,{dataProp:r,dataPropType:n,data:o,dataTypes:s,propertyName:i}){if(o!==void 0&&r!==void 0)throw new Error('both "data" and "dataProp" passed, only one allowed');let{gen:a}=e;if(r!==void 0){let{errorPath:u,dataPathArr:d,opts:l}=e,f=a.let("data",(0,Gt._)`${e.data}${(0,Gt.getProperty)(r)}`,!0);c(f),t.errorPath=(0,Gt.str)`${u}${(0,lb.getErrorPath)(r,n,l.jsPropertySyntax)}`,t.parentDataProperty=(0,Gt._)`${r}`,t.dataPathArr=[...d,t.parentDataProperty]}if(o!==void 0){let u=o instanceof Gt.Name?o:a.let("data",o,!0);c(u),i!==void 0&&(t.propertyName=i)}s&&(t.dataTypes=s);function c(u){t.data=u,t.dataLevel=e.dataLevel+1,t.dataTypes=[],e.definedProperties=new Set,t.parentData=e.data,t.dataNames=[...e.dataNames,u]}}Ir.extendSubschemaData=uN;function dN(t,{jtdDiscriminator:e,jtdMetadata:r,compositeRule:n,createErrors:o,allErrors:s}){n!==void 0&&(t.compositeRule=n),o!==void 0&&(t.createErrors=o),s!==void 0&&(t.allErrors=s),t.jtdDiscriminator=e,t.jtdMetadata=r}Ir.extendSubschemaMode=dN});var gf=R((Q6,pb)=>{"use strict";pb.exports=function t(e,r){if(e===r)return!0;if(e&&r&&typeof e=="object"&&typeof r=="object"){if(e.constructor!==r.constructor)return!1;var n,o,s;if(Array.isArray(e)){if(n=e.length,n!=r.length)return!1;for(o=n;o--!==0;)if(!t(e[o],r[o]))return!1;return!0}if(e.constructor===RegExp)return e.source===r.source&&e.flags===r.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===r.valueOf();if(e.toString!==Object.prototype.toString)return e.toString()===r.toString();if(s=Object.keys(e),n=s.length,n!==Object.keys(r).length)return!1;for(o=n;o--!==0;)if(!Object.prototype.hasOwnProperty.call(r,s[o]))return!1;for(o=n;o--!==0;){var i=s[o];if(!t(e[i],r[i]))return!1}return!0}return e!==e&&r!==r}});var mb=R((eJ,hb)=>{"use strict";var Or=hb.exports=function(t,e,r){typeof e=="function"&&(r=e,e={}),r=e.cb||r;var n=typeof r=="function"?r:r.pre||function(){},o=r.post||function(){};Xa(e,n,o,t,"",t)};Or.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0};Or.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0};Or.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0};Or.skipKeywords={default:!0,enum:!0,const:!0,required:!0,maximum:!0,minimum:!0,exclusiveMaximum:!0,exclusiveMinimum:!0,multipleOf:!0,maxLength:!0,minLength:!0,pattern:!0,format:!0,maxItems:!0,minItems:!0,uniqueItems:!0,maxProperties:!0,minProperties:!0};function Xa(t,e,r,n,o,s,i,a,c,u){if(n&&typeof n=="object"&&!Array.isArray(n)){e(n,o,s,i,a,c,u);for(var d in n){var l=n[d];if(Array.isArray(l)){if(d in Or.arrayKeywords)for(var f=0;f<l.length;f++)Xa(t,e,r,l[f],o+"/"+d+"/"+f,s,o,d,n,f)}else if(d in Or.propsKeywords){if(l&&typeof l=="object")for(var p in l)Xa(t,e,r,l[p],o+"/"+d+"/"+lN(p),s,o,d,n,p)}else(d in Or.keywords||t.allKeys&&!(d in Or.skipKeywords))&&Xa(t,e,r,l,o+"/"+d,s,o,d,n)}r(n,o,s,i,a,c,u)}}function lN(t){return t.replace(/~/g,"~0").replace(/\//g,"~1")}});var Ls=R(Qe=>{"use strict";Object.defineProperty(Qe,"__esModule",{value:!0});Qe.getSchemaRefs=Qe.resolveUrl=Qe.normalizeId=Qe._getFullPath=Qe.getFullPath=Qe.inlineRef=void 0;var fN=H(),pN=gf(),hN=mb(),mN=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function gN(t,e=!0){return typeof t=="boolean"?!0:e===!0?!yf(t):e?gb(t)<=e:!1}Qe.inlineRef=gN;var yN=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function yf(t){for(let e in t){if(yN.has(e))return!0;let r=t[e];if(Array.isArray(r)&&r.some(yf)||typeof r=="object"&&yf(r))return!0}return!1}function gb(t){let e=0;for(let r in t){if(r==="$ref")return 1/0;if(e++,!mN.has(r)&&(typeof t[r]=="object"&&(0,fN.eachItem)(t[r],n=>e+=gb(n)),e===1/0))return 1/0}return e}function yb(t,e="",r){r!==!1&&(e=lo(e));let n=t.parse(e);return vb(t,n)}Qe.getFullPath=yb;function vb(t,e){return t.serialize(e).split("#")[0]+"#"}Qe._getFullPath=vb;var vN=/#\/?$/;function lo(t){return t?t.replace(vN,""):""}Qe.normalizeId=lo;function _N(t,e,r){return r=lo(r),t.resolve(e,r)}Qe.resolveUrl=_N;var SN=/^[a-z_][-a-z0-9._]*$/i;function wN(t,e){if(typeof t=="boolean")return{};let{schemaId:r,uriResolver:n}=this.opts,o=lo(t[r]||e),s={"":o},i=yb(n,o,!1),a={},c=new Set;return hN(t,{allKeys:!0},(l,f,p,h)=>{if(h===void 0)return;let m=i+f,y=s[h];typeof l[r]=="string"&&(y=_.call(this,l[r])),w.call(this,l.$anchor),w.call(this,l.$dynamicAnchor),s[f]=y;function _(b){let k=this.opts.uriResolver.resolve;if(b=lo(y?k(y,b):b),c.has(b))throw d(b);c.add(b);let S=this.refs[b];return typeof S=="string"&&(S=this.refs[S]),typeof S=="object"?u(l,S.schema,b):b!==lo(m)&&(b[0]==="#"?(u(l,a[b],b),a[b]=l):this.refs[b]=m),b}function w(b){if(typeof b=="string"){if(!SN.test(b))throw new Error(`invalid anchor "${b}"`);_.call(this,`#${b}`)}}}),a;function u(l,f,p){if(f!==void 0&&!pN(l,f))throw d(p)}function d(l){return new Error(`reference "${l}" resolves to more than one schema`)}}Qe.getSchemaRefs=wN});var Fs=R(zr=>{"use strict";Object.defineProperty(zr,"__esModule",{value:!0});zr.getData=zr.KeywordCxt=zr.validateFunctionCode=void 0;var Rb=Xw(),_b=Ds(),_f=uf(),Qa=Ds(),bN=sb(),Us=db(),vf=fb(),T=D(),z=ar(),RN=Ls(),cr=H(),js=Ns();function PN(t){if(xb(t)&&(kb(t),Cb(t))){kN(t);return}Pb(t,()=>(0,Rb.topBoolOrEmptySchema)(t))}zr.validateFunctionCode=PN;function Pb({gen:t,validateName:e,schema:r,schemaEnv:n,opts:o},s){o.code.es5?t.func(e,(0,T._)`${z.default.data}, ${z.default.valCxt}`,n.$async,()=>{t.code((0,T._)`"use strict"; ${Sb(r,o)}`),xN(t,o),t.code(s)}):t.func(e,(0,T._)`${z.default.data}, ${CN(o)}`,n.$async,()=>t.code(Sb(r,o)).code(s))}function CN(t){return(0,T._)`{${z.default.instancePath}="", ${z.default.parentData}, ${z.default.parentDataProperty}, ${z.default.rootData}=${z.default.data}${t.dynamicRef?(0,T._)`, ${z.default.dynamicAnchors}={}`:T.nil}}={}`}function xN(t,e){t.if(z.default.valCxt,()=>{t.var(z.default.instancePath,(0,T._)`${z.default.valCxt}.${z.default.instancePath}`),t.var(z.default.parentData,(0,T._)`${z.default.valCxt}.${z.default.parentData}`),t.var(z.default.parentDataProperty,(0,T._)`${z.default.valCxt}.${z.default.parentDataProperty}`),t.var(z.default.rootData,(0,T._)`${z.default.valCxt}.${z.default.rootData}`),e.dynamicRef&&t.var(z.default.dynamicAnchors,(0,T._)`${z.default.valCxt}.${z.default.dynamicAnchors}`)},()=>{t.var(z.default.instancePath,(0,T._)`""`),t.var(z.default.parentData,(0,T._)`undefined`),t.var(z.default.parentDataProperty,(0,T._)`undefined`),t.var(z.default.rootData,z.default.data),e.dynamicRef&&t.var(z.default.dynamicAnchors,(0,T._)`{}`)})}function kN(t){let{schema:e,opts:r,gen:n}=t;Pb(t,()=>{r.$comment&&e.$comment&&Tb(t),MN(t),n.let(z.default.vErrors,null),n.let(z.default.errors,0),r.unevaluated&&EN(t),Eb(t),zN(t)})}function EN(t){let{gen:e,validateName:r}=t;t.evaluated=e.const("evaluated",(0,T._)`${r}.evaluated`),e.if((0,T._)`${t.evaluated}.dynamicProps`,()=>e.assign((0,T._)`${t.evaluated}.props`,(0,T._)`undefined`)),e.if((0,T._)`${t.evaluated}.dynamicItems`,()=>e.assign((0,T._)`${t.evaluated}.items`,(0,T._)`undefined`))}function Sb(t,e){let r=typeof t=="object"&&t[e.schemaId];return r&&(e.code.source||e.code.process)?(0,T._)`/*# sourceURL=${r} */`:T.nil}function TN(t,e){if(xb(t)&&(kb(t),Cb(t))){AN(t,e);return}(0,Rb.boolOrEmptySchema)(t,e)}function Cb({schema:t,self:e}){if(typeof t=="boolean")return!t;for(let r in t)if(e.RULES.all[r])return!0;return!1}function xb(t){return typeof t.schema!="boolean"}function AN(t,e){let{schema:r,gen:n,opts:o}=t;o.$comment&&r.$comment&&Tb(t),IN(t),ON(t);let s=n.const("_errs",z.default.errors);Eb(t,s),n.var(e,(0,T._)`${s} === ${z.default.errors}`)}function kb(t){(0,cr.checkUnknownRules)(t),$N(t)}function Eb(t,e){if(t.opts.jtd)return wb(t,[],!1,e);let r=(0,_b.getSchemaTypes)(t.schema),n=(0,_b.coerceAndCheckDataType)(t,r);wb(t,r,!n,e)}function $N(t){let{schema:e,errSchemaPath:r,opts:n,self:o}=t;e.$ref&&n.ignoreKeywordsWithRef&&(0,cr.schemaHasRulesButRef)(e,o.RULES)&&o.logger.warn(`$ref: keywords ignored in schema at path "${r}"`)}function MN(t){let{schema:e,opts:r}=t;e.default!==void 0&&r.useDefaults&&r.strictSchema&&(0,cr.checkStrictMode)(t,"default is ignored in the schema root")}function IN(t){let e=t.schema[t.opts.schemaId];e&&(t.baseId=(0,RN.resolveUrl)(t.opts.uriResolver,t.baseId,e))}function ON(t){if(t.schema.$async&&!t.schemaEnv.$async)throw new Error("async schema in sync schema")}function Tb({gen:t,schemaEnv:e,schema:r,errSchemaPath:n,opts:o}){let s=r.$comment;if(o.$comment===!0)t.code((0,T._)`${z.default.self}.logger.log(${s})`);else if(typeof o.$comment=="function"){let i=(0,T.str)`${n}/$comment`,a=t.scopeValue("root",{ref:e.root});t.code((0,T._)`${z.default.self}.opts.$comment(${s}, ${i}, ${a}.schema)`)}}function zN(t){let{gen:e,schemaEnv:r,validateName:n,ValidationError:o,opts:s}=t;r.$async?e.if((0,T._)`${z.default.errors} === 0`,()=>e.return(z.default.data),()=>e.throw((0,T._)`new ${o}(${z.default.vErrors})`)):(e.assign((0,T._)`${n}.errors`,z.default.vErrors),s.unevaluated&&NN(t),e.return((0,T._)`${z.default.errors} === 0`))}function NN({gen:t,evaluated:e,props:r,items:n}){r instanceof T.Name&&t.assign((0,T._)`${e}.props`,r),n instanceof T.Name&&t.assign((0,T._)`${e}.items`,n)}function wb(t,e,r,n){let{gen:o,schema:s,data:i,allErrors:a,opts:c,self:u}=t,{RULES:d}=u;if(s.$ref&&(c.ignoreKeywordsWithRef||!(0,cr.schemaHasRulesButRef)(s,d))){o.block(()=>$b(t,"$ref",d.all.$ref.definition));return}c.jtd||DN(t,e),o.block(()=>{for(let f of d.rules)l(f);l(d.post)});function l(f){(0,_f.shouldUseGroup)(s,f)&&(f.type?(o.if((0,Qa.checkDataType)(f.type,i,c.strictNumbers)),bb(t,f),e.length===1&&e[0]===f.type&&r&&(o.else(),(0,Qa.reportTypeError)(t)),o.endIf()):bb(t,f),a||o.if((0,T._)`${z.default.errors} === ${n||0}`))}}function bb(t,e){let{gen:r,schema:n,opts:{useDefaults:o}}=t;o&&(0,bN.assignDefaults)(t,e.type),r.block(()=>{for(let s of e.rules)(0,_f.shouldUseRule)(n,s)&&$b(t,s.keyword,s.definition,e.type)})}function DN(t,e){t.schemaEnv.meta||!t.opts.strictTypes||(LN(t,e),t.opts.allowUnionTypes||jN(t,e),UN(t,t.dataTypes))}function LN(t,e){if(e.length){if(!t.dataTypes.length){t.dataTypes=e;return}e.forEach(r=>{Ab(t.dataTypes,r)||Sf(t,`type "${r}" not allowed by context "${t.dataTypes.join(",")}"`)}),qN(t,e)}}function jN(t,e){e.length>1&&!(e.length===2&&e.includes("null"))&&Sf(t,"use allowUnionTypes to allow union type keyword")}function UN(t,e){let r=t.self.RULES.all;for(let n in r){let o=r[n];if(typeof o=="object"&&(0,_f.shouldUseRule)(t.schema,o)){let{type:s}=o.definition;s.length&&!s.some(i=>FN(e,i))&&Sf(t,`missing type "${s.join(",")}" for keyword "${n}"`)}}}function FN(t,e){return t.includes(e)||e==="number"&&t.includes("integer")}function Ab(t,e){return t.includes(e)||e==="integer"&&t.includes("number")}function qN(t,e){let r=[];for(let n of t.dataTypes)Ab(e,n)?r.push(n):e.includes("integer")&&n==="number"&&r.push("integer");t.dataTypes=r}function Sf(t,e){let r=t.schemaEnv.baseId+t.errSchemaPath;e+=` at "${r}" (strictTypes)`,(0,cr.checkStrictMode)(t,e,t.opts.strictTypes)}var ec=class{constructor(e,r,n){if((0,Us.validateKeywordUsage)(e,r,n),this.gen=e.gen,this.allErrors=e.allErrors,this.keyword=n,this.data=e.data,this.schema=e.schema[n],this.$data=r.$data&&e.opts.$data&&this.schema&&this.schema.$data,this.schemaValue=(0,cr.schemaRefOrVal)(e,this.schema,n,this.$data),this.schemaType=r.schemaType,this.parentSchema=e.schema,this.params={},this.it=e,this.def=r,this.$data)this.schemaCode=e.gen.const("vSchema",Mb(this.$data,e));else if(this.schemaCode=this.schemaValue,!(0,Us.validSchemaType)(this.schema,r.schemaType,r.allowUndefined))throw new Error(`${n} value must be ${JSON.stringify(r.schemaType)}`);("code"in r?r.trackErrors:r.errors!==!1)&&(this.errsCount=e.gen.const("_errs",z.default.errors))}result(e,r,n){this.failResult((0,T.not)(e),r,n)}failResult(e,r,n){this.gen.if(e),n?n():this.error(),r?(this.gen.else(),r(),this.allErrors&&this.gen.endIf()):this.allErrors?this.gen.endIf():this.gen.else()}pass(e,r){this.failResult((0,T.not)(e),void 0,r)}fail(e){if(e===void 0){this.error(),this.allErrors||this.gen.if(!1);return}this.gen.if(e),this.error(),this.allErrors?this.gen.endIf():this.gen.else()}fail$data(e){if(!this.$data)return this.fail(e);let{schemaCode:r}=this;this.fail((0,T._)`${r} !== undefined && (${(0,T.or)(this.invalid$data(),e)})`)}error(e,r,n){if(r){this.setParams(r),this._error(e,n),this.setParams({});return}this._error(e,n)}_error(e,r){(e?js.reportExtraError:js.reportError)(this,this.def.error,r)}$dataError(){(0,js.reportError)(this,this.def.$dataError||js.keyword$DataError)}reset(){if(this.errsCount===void 0)throw new Error('add "trackErrors" to keyword definition');(0,js.resetErrorsCount)(this.gen,this.errsCount)}ok(e){this.allErrors||this.gen.if(e)}setParams(e,r){r?Object.assign(this.params,e):this.params=e}block$data(e,r,n=T.nil){this.gen.block(()=>{this.check$data(e,n),r()})}check$data(e=T.nil,r=T.nil){if(!this.$data)return;let{gen:n,schemaCode:o,schemaType:s,def:i}=this;n.if((0,T.or)((0,T._)`${o} === undefined`,r)),e!==T.nil&&n.assign(e,!0),(s.length||i.validateSchema)&&(n.elseIf(this.invalid$data()),this.$dataError(),e!==T.nil&&n.assign(e,!1)),n.else()}invalid$data(){let{gen:e,schemaCode:r,schemaType:n,def:o,it:s}=this;return(0,T.or)(i(),a());function i(){if(n.length){if(!(r instanceof T.Name))throw new Error("ajv implementation error");let c=Array.isArray(n)?n:[n];return(0,T._)`${(0,Qa.checkDataTypes)(c,r,s.opts.strictNumbers,Qa.DataType.Wrong)}`}return T.nil}function a(){if(o.validateSchema){let c=e.scopeValue("validate$data",{ref:o.validateSchema});return(0,T._)`!${c}(${r})`}return T.nil}}subschema(e,r){let n=(0,vf.getSubschema)(this.it,e);(0,vf.extendSubschemaData)(n,this.it,e),(0,vf.extendSubschemaMode)(n,e);let o={...this.it,...n,items:void 0,props:void 0};return TN(o,r),o}mergeEvaluated(e,r){let{it:n,gen:o}=this;n.opts.unevaluated&&(n.props!==!0&&e.props!==void 0&&(n.props=cr.mergeEvaluated.props(o,e.props,n.props,r)),n.items!==!0&&e.items!==void 0&&(n.items=cr.mergeEvaluated.items(o,e.items,n.items,r)))}mergeValidEvaluated(e,r){let{it:n,gen:o}=this;if(n.opts.unevaluated&&(n.props!==!0||n.items!==!0))return o.if(r,()=>this.mergeEvaluated(e,T.Name)),!0}};zr.KeywordCxt=ec;function $b(t,e,r,n){let o=new ec(t,r,e);"code"in r?r.code(o,n):o.$data&&r.validate?(0,Us.funcKeywordCode)(o,r):"macro"in r?(0,Us.macroKeywordCode)(o,r):(r.compile||r.validate)&&(0,Us.funcKeywordCode)(o,r)}var HN=/^\/(?:[^~]|~0|~1)*$/,GN=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function Mb(t,{dataLevel:e,dataNames:r,dataPathArr:n}){let o,s;if(t==="")return z.default.rootData;if(t[0]==="/"){if(!HN.test(t))throw new Error(`Invalid JSON-pointer: ${t}`);o=t,s=z.default.rootData}else{let u=GN.exec(t);if(!u)throw new Error(`Invalid JSON-pointer: ${t}`);let d=+u[1];if(o=u[2],o==="#"){if(d>=e)throw new Error(c("property/index",d));return n[e-d]}if(d>e)throw new Error(c("data",d));if(s=r[e-d],!o)return s}let i=s,a=o.split("/");for(let u of a)u&&(s=(0,T._)`${s}${(0,T.getProperty)((0,cr.unescapeJsonPointer)(u))}`,i=(0,T._)`${i} && ${s}`);return i;function c(u,d){return`Cannot access ${u} ${d} levels up, current level is ${e}`}}zr.getData=Mb});var tc=R(bf=>{"use strict";Object.defineProperty(bf,"__esModule",{value:!0});var wf=class extends Error{constructor(e){super("validation failed"),this.errors=e,this.ajv=this.validation=!0}};bf.default=wf});var qs=R(Cf=>{"use strict";Object.defineProperty(Cf,"__esModule",{value:!0});var Rf=Ls(),Pf=class extends Error{constructor(e,r,n,o){super(o||`can't resolve reference ${n} from id ${r}`),this.missingRef=(0,Rf.resolveUrl)(e,r,n),this.missingSchema=(0,Rf.normalizeId)((0,Rf.getFullPath)(e,this.missingRef))}};Cf.default=Pf});var nc=R(_t=>{"use strict";Object.defineProperty(_t,"__esModule",{value:!0});_t.resolveSchema=_t.getCompilingSchema=_t.resolveRef=_t.compileSchema=_t.SchemaEnv=void 0;var Tt=D(),ZN=tc(),mn=ar(),At=Ls(),Ib=H(),BN=Fs(),fo=class{constructor(e){var r;this.refs={},this.dynamicAnchors={};let n;typeof e.schema=="object"&&(n=e.schema),this.schema=e.schema,this.schemaId=e.schemaId,this.root=e.root||this,this.baseId=(r=e.baseId)!==null&&r!==void 0?r:(0,At.normalizeId)(n?.[e.schemaId||"$id"]),this.schemaPath=e.schemaPath,this.localRefs=e.localRefs,this.meta=e.meta,this.$async=n?.$async,this.refs={}}};_t.SchemaEnv=fo;function kf(t){let e=Ob.call(this,t);if(e)return e;let r=(0,At.getFullPath)(this.opts.uriResolver,t.root.baseId),{es5:n,lines:o}=this.opts.code,{ownProperties:s}=this.opts,i=new Tt.CodeGen(this.scope,{es5:n,lines:o,ownProperties:s}),a;t.$async&&(a=i.scopeValue("Error",{ref:ZN.default,code:(0,Tt._)`require("ajv/dist/runtime/validation_error").default`}));let c=i.scopeName("validate");t.validateName=c;let u={gen:i,allErrors:this.opts.allErrors,data:mn.default.data,parentData:mn.default.parentData,parentDataProperty:mn.default.parentDataProperty,dataNames:[mn.default.data],dataPathArr:[Tt.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:i.scopeValue("schema",this.opts.code.source===!0?{ref:t.schema,code:(0,Tt.stringify)(t.schema)}:{ref:t.schema}),validateName:c,ValidationError:a,schema:t.schema,schemaEnv:t,rootId:r,baseId:t.baseId||r,schemaPath:Tt.nil,errSchemaPath:t.schemaPath||(this.opts.jtd?"":"#"),errorPath:(0,Tt._)`""`,opts:this.opts,self:this},d;try{this._compilations.add(t),(0,BN.validateFunctionCode)(u),i.optimize(this.opts.code.optimize);let l=i.toString();d=`${i.scopeRefs(mn.default.scope)}return ${l}`,this.opts.code.process&&(d=this.opts.code.process(d,t));let p=new Function(`${mn.default.self}`,`${mn.default.scope}`,d)(this,this.scope.get());if(this.scope.value(c,{ref:p}),p.errors=null,p.schema=t.schema,p.schemaEnv=t,t.$async&&(p.$async=!0),this.opts.code.source===!0&&(p.source={validateName:c,validateCode:l,scopeValues:i._values}),this.opts.unevaluated){let{props:h,items:m}=u;p.evaluated={props:h instanceof Tt.Name?void 0:h,items:m instanceof Tt.Name?void 0:m,dynamicProps:h instanceof Tt.Name,dynamicItems:m instanceof Tt.Name},p.source&&(p.source.evaluated=(0,Tt.stringify)(p.evaluated))}return t.validate=p,t}catch(l){throw delete t.validate,delete t.validateName,d&&this.logger.error("Error compiling schema, function code:",d),l}finally{this._compilations.delete(t)}}_t.compileSchema=kf;function VN(t,e,r){var n;r=(0,At.resolveUrl)(this.opts.uriResolver,e,r);let o=t.refs[r];if(o)return o;let s=JN.call(this,t,r);if(s===void 0){let i=(n=t.localRefs)===null||n===void 0?void 0:n[r],{schemaId:a}=this.opts;i&&(s=new fo({schema:i,schemaId:a,root:t,baseId:e}))}if(s!==void 0)return t.refs[r]=WN.call(this,s)}_t.resolveRef=VN;function WN(t){return(0,At.inlineRef)(t.schema,this.opts.inlineRefs)?t.schema:t.validate?t:kf.call(this,t)}function Ob(t){for(let e of this._compilations)if(KN(e,t))return e}_t.getCompilingSchema=Ob;function KN(t,e){return t.schema===e.schema&&t.root===e.root&&t.baseId===e.baseId}function JN(t,e){let r;for(;typeof(r=this.refs[e])=="string";)e=r;return r||this.schemas[e]||rc.call(this,t,e)}function rc(t,e){let r=this.opts.uriResolver.parse(e),n=(0,At._getFullPath)(this.opts.uriResolver,r),o=(0,At.getFullPath)(this.opts.uriResolver,t.baseId,void 0);if(Object.keys(t.schema).length>0&&n===o)return xf.call(this,r,t);let s=(0,At.normalizeId)(n),i=this.refs[s]||this.schemas[s];if(typeof i=="string"){let a=rc.call(this,t,i);return typeof a?.schema!="object"?void 0:xf.call(this,r,a)}if(typeof i?.schema=="object"){if(i.validate||kf.call(this,i),s===(0,At.normalizeId)(e)){let{schema:a}=i,{schemaId:c}=this.opts,u=a[c];return u&&(o=(0,At.resolveUrl)(this.opts.uriResolver,o,u)),new fo({schema:a,schemaId:c,root:t,baseId:o})}return xf.call(this,r,i)}}_t.resolveSchema=rc;var YN=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function xf(t,{baseId:e,schema:r,root:n}){var o;if(((o=t.fragment)===null||o===void 0?void 0:o[0])!=="/")return;for(let a of t.fragment.slice(1).split("/")){if(typeof r=="boolean")return;let c=r[(0,Ib.unescapeFragment)(a)];if(c===void 0)return;r=c;let u=typeof r=="object"&&r[this.opts.schemaId];!YN.has(a)&&u&&(e=(0,At.resolveUrl)(this.opts.uriResolver,e,u))}let s;if(typeof r!="boolean"&&r.$ref&&!(0,Ib.schemaHasRulesButRef)(r,this.RULES)){let a=(0,At.resolveUrl)(this.opts.uriResolver,e,r.$ref);s=rc.call(this,n,a)}let{schemaId:i}=this.opts;if(s=s||new fo({schema:r,schemaId:i,root:n,baseId:e}),s.schema!==s.root.schema)return s}});var zb=R((iJ,XN)=>{XN.exports={$id:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",description:"Meta-schema for $data reference (JSON AnySchema extension proposal)",type:"object",required:["$data"],properties:{$data:{type:"string",anyOf:[{format:"relative-json-pointer"},{format:"json-pointer"}]}},additionalProperties:!1}});var Af=R((aJ,Fb)=>{"use strict";var QN=RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu),Db=RegExp.prototype.test.bind(/^(?:(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)$/u),Ef=RegExp.prototype.test.bind(/^[\da-f]{2}$/iu),Lb=RegExp.prototype.test.bind(/^[\da-z\-._~]$/iu),eD=RegExp.prototype.test.bind(/^[\da-z\-._~!$&'()*+,;=:@/]$/iu);function Tf(t){let e="",r=0,n=0;for(n=0;n<t.length;n++)if(r=t[n].charCodeAt(0),r!==48){if(!(r>=48&&r<=57||r>=65&&r<=70||r>=97&&r<=102))return"";e+=t[n];break}for(n+=1;n<t.length;n++){if(r=t[n].charCodeAt(0),!(r>=48&&r<=57||r>=65&&r<=70||r>=97&&r<=102))return"";e+=t[n]}return e}var tD=RegExp.prototype.test.bind(/[^!"$&'()*+,\-.;=_`a-z{}~]/u);function Nb(t){return t.length=0,!0}function rD(t,e,r){if(t.length){let n=Tf(t);if(n!=="")e.push(n);else return r.error=!0,!1;t.length=0}return!0}function nD(t){let e=0,r={error:!1,address:"",zone:""},n=[],o=[],s=!1,i=!1,a=rD;for(let c=0;c<t.length;c++){let u=t[c];if(!(u==="["||u==="]"))if(u===":"){if(s===!0&&(i=!0),!a(o,n,r))break;if(++e>7){r.error=!0;break}c>0&&t[c-1]===":"&&(s=!0),n.push(":");continue}else if(u==="%"){if(!a(o,n,r))break;a=Nb}else{o.push(u);continue}}return o.length&&(a===Nb?r.zone=o.join(""):i?n.push(o.join("")):n.push(Tf(o))),r.address=n.join(""),r}function jb(t){if(oD(t,":")<2)return{host:t,isIPV6:!1};let e=nD(t);if(e.error)return{host:t,isIPV6:!1};{let r=e.address,n=e.address;return e.zone&&(r+="%"+e.zone,n+="%25"+e.zone),{host:r,isIPV6:!0,escapedHost:n}}}function oD(t,e){let r=0;for(let n=0;n<t.length;n++)t[n]===e&&r++;return r}function sD(t){let e=t,r=[],n=-1,o=0;for(;o=e.length;){if(o===1){if(e===".")break;if(e==="/"){r.push("/");break}else{r.push(e);break}}else if(o===2){if(e[0]==="."){if(e[1]===".")break;if(e[1]==="/"){e=e.slice(2);continue}}else if(e[0]==="/"&&(e[1]==="."||e[1]==="/")){r.push("/");break}}else if(o===3&&e==="/.."){r.length!==0&&r.pop(),r.push("/");break}if(e[0]==="."){if(e[1]==="."){if(e[2]==="/"){e=e.slice(3);continue}}else if(e[1]==="/"){e=e.slice(2);continue}}else if(e[0]==="/"&&e[1]==="."){if(e[2]==="/"){e=e.slice(2);continue}else if(e[2]==="."&&e[3]==="/"){e=e.slice(3),r.length!==0&&r.pop();continue}}if((n=e.indexOf("/",1))===-1){r.push(e);break}else r.push(e.slice(0,n)),e=e.slice(n)}return r.join("")}var iD={"@":"%40","/":"%2F","?":"%3F","#":"%23",":":"%3A"},aD=/[@/?#:]/g,cD=/[@/?#]/g;function Ub(t,e){let r=e?cD:aD;return r.lastIndex=0,t.replace(r,n=>iD[n])}function uD(t,e=!1){if(t.indexOf("%")===-1)return t;let r="";for(let n=0;n<t.length;n++){if(t[n]==="%"&&n+2<t.length){let o=t.slice(n+1,n+3);if(Ef(o)){let s=o.toUpperCase(),i=String.fromCharCode(parseInt(s,16));e&&Lb(i)?r+=i:r+="%"+s,n+=2;continue}}r+=t[n]}return r}function dD(t){let e="";for(let r=0;r<t.length;r++){if(t[r]==="%"&&r+2<t.length){let n=t.slice(r+1,r+3);if(Ef(n)){let o=n.toUpperCase(),s=String.fromCharCode(parseInt(o,16));s!=="."&&Lb(s)?e+=s:e+="%"+o,r+=2;continue}}eD(t[r])?e+=t[r]:e+=escape(t[r])}return e}function lD(t){let e="";for(let r=0;r<t.length;r++){if(t[r]==="%"&&r+2<t.length){let n=t.slice(r+1,r+3);if(Ef(n)){e+="%"+n.toUpperCase(),r+=2;continue}}e+=escape(t[r])}return e}function fD(t){let e=[];if(t.userinfo!==void 0&&(e.push(t.userinfo),e.push("@")),t.host!==void 0){let r=unescape(t.host);if(!Db(r)){let n=jb(r);n.isIPV6===!0?r=`[${n.escapedHost}]`:r=Ub(r,!1)}e.push(r)}return(typeof t.port=="number"||typeof t.port=="string")&&(e.push(":"),e.push(String(t.port))),e.length?e.join(""):void 0}Fb.exports={nonSimpleDomain:tD,recomposeAuthority:fD,reescapeHostDelimiters:Ub,normalizePercentEncoding:uD,normalizePathEncoding:dD,escapePreservingEscapes:lD,removeDotSegments:sD,isIPv4:Db,isUUID:QN,normalizeIPv6:jb,stringArrayToHexStripped:Tf}});var Bb=R((cJ,Zb)=>{"use strict";var{isUUID:pD}=Af(),hD=/([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu,mD=["http","https","ws","wss","urn","urn:uuid"];function gD(t){return mD.indexOf(t)!==-1}function $f(t){return t.secure===!0?!0:t.secure===!1?!1:t.scheme?t.scheme.length===3&&(t.scheme[0]==="w"||t.scheme[0]==="W")&&(t.scheme[1]==="s"||t.scheme[1]==="S")&&(t.scheme[2]==="s"||t.scheme[2]==="S"):!1}function qb(t){return t.host||(t.error=t.error||"HTTP URIs must have a host."),t}function Hb(t){let e=String(t.scheme).toLowerCase()==="https";return(t.port===(e?443:80)||t.port==="")&&(t.port=void 0),t.path||(t.path="/"),t}function yD(t){return t.secure=$f(t),t.resourceName=(t.path||"/")+(t.query?"?"+t.query:""),t.path=void 0,t.query=void 0,t}function vD(t){if((t.port===($f(t)?443:80)||t.port==="")&&(t.port=void 0),typeof t.secure=="boolean"&&(t.scheme=t.secure?"wss":"ws",t.secure=void 0),t.resourceName){let[e,r]=t.resourceName.split("?");t.path=e&&e!=="/"?e:void 0,t.query=r,t.resourceName=void 0}return t.fragment=void 0,t}function _D(t,e){if(!t.path)return t.error="URN can not be parsed",t;let r=t.path.match(hD);if(r){let n=e.scheme||t.scheme||"urn";t.nid=r[1].toLowerCase(),t.nss=r[2];let o=`${n}:${e.nid||t.nid}`,s=Mf(o);t.path=void 0,s&&(t=s.parse(t,e))}else t.error=t.error||"URN can not be parsed.";return t}function SD(t,e){if(t.nid===void 0)throw new Error("URN without nid cannot be serialized");let r=e.scheme||t.scheme||"urn",n=t.nid.toLowerCase(),o=`${r}:${e.nid||n}`,s=Mf(o);s&&(t=s.serialize(t,e));let i=t,a=t.nss;return i.path=`${n||e.nid}:${a}`,e.skipEscape=!0,i}function wD(t,e){let r=t;return r.uuid=r.nss,r.nss=void 0,!e.tolerant&&(!r.uuid||!pD(r.uuid))&&(r.error=r.error||"UUID is not valid."),r}function bD(t){let e=t;return e.nss=(t.uuid||"").toLowerCase(),e}var Gb={scheme:"http",domainHost:!0,parse:qb,serialize:Hb},RD={scheme:"https",domainHost:Gb.domainHost,parse:qb,serialize:Hb},oc={scheme:"ws",domainHost:!0,parse:yD,serialize:vD},PD={scheme:"wss",domainHost:oc.domainHost,parse:oc.parse,serialize:oc.serialize},CD={scheme:"urn",parse:_D,serialize:SD,skipNormalize:!0},xD={scheme:"urn:uuid",parse:wD,serialize:bD,skipNormalize:!0},sc={http:Gb,https:RD,ws:oc,wss:PD,urn:CD,"urn:uuid":xD};Object.setPrototypeOf(sc,null);function Mf(t){return t&&(sc[t]||sc[t.toLowerCase()])||void 0}Zb.exports={wsIsSecure:$f,SCHEMES:sc,isValidSchemeName:gD,getSchemeHandler:Mf}});var Yb=R((uJ,cc)=>{"use strict";var{normalizeIPv6:kD,removeDotSegments:Hs,recomposeAuthority:ED,normalizePercentEncoding:TD,normalizePathEncoding:AD,escapePreservingEscapes:$D,reescapeHostDelimiters:MD,isIPv4:ID,nonSimpleDomain:OD}=Af(),{SCHEMES:zD,getSchemeHandler:Wb}=Bb();function ND(t,e){return typeof t=="string"?t=HD(t,e):typeof t=="object"&&(t=ac(gn(t,e),e)),t}function DD(t,e,r){let n=r?Object.assign({scheme:"null"},r):{scheme:"null"},{parsed:o,malformedAuthorityOrPort:s}=ic(t,n),{parsed:i,malformedAuthorityOrPort:a}=ic(e,n);if(s||a)throw new Error(o.error||i.error||"URI is malformed.");let c=Kb(o,i,n,!0);return n.skipEscape=!0,gn(c,n)}function Kb(t,e,r,n){let o={};return n||(t=ac(gn(t,r),r),e=ac(gn(e,r),r)),r=r||{},!r.tolerant&&e.scheme?(o.scheme=e.scheme,o.userinfo=e.userinfo,o.host=e.host,o.port=e.port,o.path=Hs(e.path||""),o.query=e.query):(e.userinfo!==void 0||e.host!==void 0||e.port!==void 0?(o.userinfo=e.userinfo,o.host=e.host,o.port=e.port,o.path=Hs(e.path||""),o.query=e.query):(e.path?(e.path[0]==="/"?o.path=Hs(e.path):((t.userinfo!==void 0||t.host!==void 0||t.port!==void 0)&&!t.path?o.path="/"+e.path:t.path?o.path=t.path.slice(0,t.path.lastIndexOf("/")+1)+e.path:o.path=e.path,o.path=Hs(o.path)),o.query=e.query):(o.path=t.path,e.query!==void 0?o.query=e.query:o.query=t.query),o.userinfo=t.userinfo,o.host=t.host,o.port=t.port),o.scheme=t.scheme),o.fragment=e.fragment,o}function LD(t,e,r){let n=Vb(t,r),o=Vb(e,r);return n!==void 0&&o!==void 0&&n.toLowerCase()===o.toLowerCase()}function gn(t,e){let r={host:t.host,scheme:t.scheme,userinfo:t.userinfo,port:t.port,path:t.path,query:t.query,nid:t.nid,nss:t.nss,uuid:t.uuid,fragment:t.fragment,reference:t.reference,resourceName:t.resourceName,secure:t.secure,error:""},n=Object.assign({},e),o=[],s=Wb(n.scheme||r.scheme);s&&s.serialize&&s.serialize(r,n),r.path!==void 0&&(n.skipEscape?r.path=TD(r.path):(r.path=$D(r.path),r.scheme!==void 0&&(r.path=r.path.split("%3A").join(":")))),n.reference!=="suffix"&&r.scheme&&o.push(r.scheme,":");let i=ED(r);if(i!==void 0&&(n.reference!=="suffix"&&o.push("//"),o.push(i),r.path&&r.path[0]!=="/"&&o.push("/")),r.path!==void 0){let a=r.path;!n.absolutePath&&(!s||!s.absolutePath)&&(a=Hs(a)),i===void 0&&a[0]==="/"&&a[1]==="/"&&(a="/%2F"+a.slice(2)),o.push(a)}return r.query!==void 0&&o.push("?",r.query),r.fragment!==void 0&&o.push("#",r.fragment),o.join("")}var jD=/^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u,UD=/^(?:[^#/:?]+:)?\/\/([^/?#]*)/,FD=/^(?:[^#/:?]+:)?([/\\\t\n\r]*)/;function qD(t,e){if(e[2]!==void 0&&t.path&&t.path[0]!=="/")return'URI path must start with "/" when authority is present.';if(typeof t.port=="number"&&(t.port<0||t.port>65535))return"URI port is malformed."}function ic(t,e){let r=Object.assign({},e),n={scheme:void 0,userinfo:void 0,host:"",port:void 0,path:"",query:void 0,fragment:void 0},o=!1,s=!1;r.reference==="suffix"&&(r.scheme?t=r.scheme+":"+t:t="//"+t);let i=t.match(UD);i!==null&&i[1].indexOf("\\")!==-1&&(n.error="URI authority must not contain a literal backslash.",o=!0);let a=t.match(FD);if(a!==null){let u=a[1],d=u.replace(/[\t\n\r]/g,"");d.length>=2&&(d.slice(0,2)!=="//"?(n.error=n.error||"URI authority must not contain a literal backslash.",o=!0):u.length!==d.length&&(n.error=n.error||"URI authority introducer must not contain whitespace.",o=!0))}let c=t.match(jD);if(c){n.scheme=c[1],n.userinfo=c[3],n.host=c[4],n.port=parseInt(c[5],10),n.path=c[6]||"",n.query=c[7],n.fragment=c[8],isNaN(n.port)&&(n.port=c[5]);let u=qD(n,c);if(u!==void 0&&(n.error=n.error||u,o=!0),n.host)if(ID(n.host)===!1){let f=kD(n.host);n.host=f.host.toLowerCase(),s=f.isIPV6}else s=!0;n.scheme===void 0&&n.userinfo===void 0&&n.host===void 0&&n.port===void 0&&n.query===void 0&&!n.path?n.reference="same-document":n.scheme===void 0?n.reference="relative":n.fragment===void 0?n.reference="absolute":n.reference="uri",r.reference&&r.reference!=="suffix"&&r.reference!==n.reference&&(n.error=n.error||"URI is not a "+r.reference+" reference.");let d=Wb(r.scheme||n.scheme);if(!r.unicodeSupport&&(!d||!d.unicodeSupport)&&n.host&&(r.domainHost||d&&d.domainHost)&&s===!1&&OD(n.host))try{n.host=new URL("http://"+n.host).hostname}catch(l){n.error=n.error||"Host's domain name can not be converted to ASCII: "+l}if((!d||d&&!d.skipNormalize)&&(t.indexOf("%")!==-1&&(n.scheme!==void 0&&(n.scheme=unescape(n.scheme)),n.host!==void 0&&(n.host=MD(unescape(n.host),s))),n.path&&(n.path=AD(n.path)),n.fragment))try{n.fragment=encodeURI(decodeURIComponent(n.fragment))}catch{n.error=n.error||"URI malformed"}d&&d.parse&&d.parse(n,r)}else n.error=n.error||"URI can not be parsed.";return{parsed:n,malformedAuthorityOrPort:o}}function ac(t,e){return ic(t,e).parsed}function HD(t,e){return Jb(t,e).normalized}function Jb(t,e){let{parsed:r,malformedAuthorityOrPort:n}=ic(t,e);return{normalized:n?t:gn(r,e),malformedAuthorityOrPort:n}}function Vb(t,e){if(typeof t=="string"){let{normalized:r,malformedAuthorityOrPort:n}=Jb(t,e);return n?void 0:r}if(typeof t=="object")return gn(t,e)}var If={SCHEMES:zD,normalize:ND,resolve:DD,resolveComponent:Kb,equal:LD,serialize:gn,parse:ac};cc.exports=If;cc.exports.default=If;cc.exports.fastUri=If});var Qb=R(Of=>{"use strict";Object.defineProperty(Of,"__esModule",{value:!0});var Xb=Yb();Xb.code='require("ajv/dist/runtime/uri").default';Of.default=Xb});var aR=R(Ie=>{"use strict";Object.defineProperty(Ie,"__esModule",{value:!0});Ie.CodeGen=Ie.Name=Ie.nil=Ie.stringify=Ie.str=Ie._=Ie.KeywordCxt=void 0;var GD=Fs();Object.defineProperty(Ie,"KeywordCxt",{enumerable:!0,get:function(){return GD.KeywordCxt}});var po=D();Object.defineProperty(Ie,"_",{enumerable:!0,get:function(){return po._}});Object.defineProperty(Ie,"str",{enumerable:!0,get:function(){return po.str}});Object.defineProperty(Ie,"stringify",{enumerable:!0,get:function(){return po.stringify}});Object.defineProperty(Ie,"nil",{enumerable:!0,get:function(){return po.nil}});Object.defineProperty(Ie,"Name",{enumerable:!0,get:function(){return po.Name}});Object.defineProperty(Ie,"CodeGen",{enumerable:!0,get:function(){return po.CodeGen}});var ZD=tc(),oR=qs(),BD=cf(),Gs=nc(),VD=D(),Zs=Ls(),uc=Ds(),Nf=H(),eR=zb(),WD=Qb(),sR=(t,e)=>new RegExp(t,e);sR.code="new RegExp";var KD=["removeAdditional","useDefaults","coerceTypes"],JD=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),YD={errorDataPath:"",format:"`validateFormats: false` can be used instead.",nullable:'"nullable" keyword is supported by default.',jsonPointers:"Deprecated jsPropertySyntax can be used instead.",extendRefs:"Deprecated ignoreKeywordsWithRef can be used instead.",missingRefs:"Pass empty schema with $id that should be ignored to ajv.addSchema.",processCode:"Use option `code: {process: (code, schemaEnv: object) => string}`",sourceCode:"Use option `code: {source: true}`",strictDefaults:"It is default now, see option `strict`.",strictKeywords:"It is default now, see option `strict`.",uniqueItems:'"uniqueItems" keyword is always validated.',unknownFormats:"Disable strict mode or pass `true` to `ajv.addFormat` (or `formats` option).",cache:"Map is used as cache, schema object as key.",serialize:"Map is used as cache, schema object as key.",ajvErrors:"It is default now."},XD={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},tR=200;function QD(t){var e,r,n,o,s,i,a,c,u,d,l,f,p,h,m,y,_,w,b,k,S,P,I,re,fe;let be=t.strict,Fr=(e=t.code)===null||e===void 0?void 0:e.optimize,qr=Fr===!0||Fr===void 0?1:Fr||0,ut=(n=(r=t.code)===null||r===void 0?void 0:r.regExp)!==null&&n!==void 0?n:sR,fr=(o=t.uriResolver)!==null&&o!==void 0?o:WD.default;return{strictSchema:(i=(s=t.strictSchema)!==null&&s!==void 0?s:be)!==null&&i!==void 0?i:!0,strictNumbers:(c=(a=t.strictNumbers)!==null&&a!==void 0?a:be)!==null&&c!==void 0?c:!0,strictTypes:(d=(u=t.strictTypes)!==null&&u!==void 0?u:be)!==null&&d!==void 0?d:"log",strictTuples:(f=(l=t.strictTuples)!==null&&l!==void 0?l:be)!==null&&f!==void 0?f:"log",strictRequired:(h=(p=t.strictRequired)!==null&&p!==void 0?p:be)!==null&&h!==void 0?h:!1,code:t.code?{...t.code,optimize:qr,regExp:ut}:{optimize:qr,regExp:ut},loopRequired:(m=t.loopRequired)!==null&&m!==void 0?m:tR,loopEnum:(y=t.loopEnum)!==null&&y!==void 0?y:tR,meta:(_=t.meta)!==null&&_!==void 0?_:!0,messages:(w=t.messages)!==null&&w!==void 0?w:!0,inlineRefs:(b=t.inlineRefs)!==null&&b!==void 0?b:!0,schemaId:(k=t.schemaId)!==null&&k!==void 0?k:"$id",addUsedSchema:(S=t.addUsedSchema)!==null&&S!==void 0?S:!0,validateSchema:(P=t.validateSchema)!==null&&P!==void 0?P:!0,validateFormats:(I=t.validateFormats)!==null&&I!==void 0?I:!0,unicodeRegExp:(re=t.unicodeRegExp)!==null&&re!==void 0?re:!0,int32range:(fe=t.int32range)!==null&&fe!==void 0?fe:!0,uriResolver:fr}}var Bs=class{constructor(e={}){this.schemas={},this.refs={},this.formats=Object.create(null),this._compilations=new Set,this._loading={},this._cache=new Map,e=this.opts={...e,...QD(e)};let{es5:r,lines:n}=this.opts.code;this.scope=new VD.ValueScope({scope:{},prefixes:JD,es5:r,lines:n}),this.logger=sL(e.logger);let o=e.validateFormats;e.validateFormats=!1,this.RULES=(0,BD.getRules)(),rR.call(this,YD,e,"NOT SUPPORTED"),rR.call(this,XD,e,"DEPRECATED","warn"),this._metaOpts=nL.call(this),e.formats&&tL.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),e.keywords&&rL.call(this,e.keywords),typeof e.meta=="object"&&this.addMetaSchema(e.meta),eL.call(this),e.validateFormats=o}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){let{$data:e,meta:r,schemaId:n}=this.opts,o=eR;n==="id"&&(o={...eR},o.id=o.$id,delete o.$id),r&&e&&this.addMetaSchema(o,o[n],!1)}defaultMeta(){let{meta:e,schemaId:r}=this.opts;return this.opts.defaultMeta=typeof e=="object"?e[r]||e:void 0}validate(e,r){let n;if(typeof e=="string"){if(n=this.getSchema(e),!n)throw new Error(`no schema with key or ref "${e}"`)}else n=this.compile(e);let o=n(r);return"$async"in n||(this.errors=n.errors),o}compile(e,r){let n=this._addSchema(e,r);return n.validate||this._compileSchemaEnv(n)}compileAsync(e,r){if(typeof this.opts.loadSchema!="function")throw new Error("options.loadSchema should be a function");let{loadSchema:n}=this.opts;return o.call(this,e,r);async function o(d,l){await s.call(this,d.$schema);let f=this._addSchema(d,l);return f.validate||i.call(this,f)}async function s(d){d&&!this.getSchema(d)&&await o.call(this,{$ref:d},!0)}async function i(d){try{return this._compileSchemaEnv(d)}catch(l){if(!(l instanceof oR.default))throw l;return a.call(this,l),await c.call(this,l.missingSchema),i.call(this,d)}}function a({missingSchema:d,missingRef:l}){if(this.refs[d])throw new Error(`AnySchema ${d} is loaded but ${l} cannot be resolved`)}async function c(d){let l=await u.call(this,d);this.refs[d]||await s.call(this,l.$schema),this.refs[d]||this.addSchema(l,d,r)}async function u(d){let l=this._loading[d];if(l)return l;try{return await(this._loading[d]=n(d))}finally{delete this._loading[d]}}}addSchema(e,r,n,o=this.opts.validateSchema){if(Array.isArray(e)){for(let i of e)this.addSchema(i,void 0,n,o);return this}let s;if(typeof e=="object"){let{schemaId:i}=this.opts;if(s=e[i],s!==void 0&&typeof s!="string")throw new Error(`schema ${i} must be string`)}return r=(0,Zs.normalizeId)(r||s),this._checkUnique(r),this.schemas[r]=this._addSchema(e,n,r,o,!0),this}addMetaSchema(e,r,n=this.opts.validateSchema){return this.addSchema(e,r,!0,n),this}validateSchema(e,r){if(typeof e=="boolean")return!0;let n;if(n=e.$schema,n!==void 0&&typeof n!="string")throw new Error("$schema must be a string");if(n=n||this.opts.defaultMeta||this.defaultMeta(),!n)return this.logger.warn("meta-schema not available"),this.errors=null,!0;let o=this.validate(n,e);if(!o&&r){let s="schema is invalid: "+this.errorsText();if(this.opts.validateSchema==="log")this.logger.error(s);else throw new Error(s)}return o}getSchema(e){let r;for(;typeof(r=nR.call(this,e))=="string";)e=r;if(r===void 0){let{schemaId:n}=this.opts,o=new Gs.SchemaEnv({schema:{},schemaId:n});if(r=Gs.resolveSchema.call(this,o,e),!r)return;this.refs[e]=r}return r.validate||this._compileSchemaEnv(r)}removeSchema(e){if(e instanceof RegExp)return this._removeAllSchemas(this.schemas,e),this._removeAllSchemas(this.refs,e),this;switch(typeof e){case"undefined":return this._removeAllSchemas(this.schemas),this._removeAllSchemas(this.refs),this._cache.clear(),this;case"string":{let r=nR.call(this,e);return typeof r=="object"&&this._cache.delete(r.schema),delete this.schemas[e],delete this.refs[e],this}case"object":{let r=e;this._cache.delete(r);let n=e[this.opts.schemaId];return n&&(n=(0,Zs.normalizeId)(n),delete this.schemas[n],delete this.refs[n]),this}default:throw new Error("ajv.removeSchema: invalid parameter")}}addVocabulary(e){for(let r of e)this.addKeyword(r);return this}addKeyword(e,r){let n;if(typeof e=="string")n=e,typeof r=="object"&&(this.logger.warn("these parameters are deprecated, see docs for addKeyword"),r.keyword=n);else if(typeof e=="object"&&r===void 0){if(r=e,n=r.keyword,Array.isArray(n)&&!n.length)throw new Error("addKeywords: keyword must be string or non-empty array")}else throw new Error("invalid addKeywords parameters");if(aL.call(this,n,r),!r)return(0,Nf.eachItem)(n,s=>zf.call(this,s)),this;uL.call(this,r);let o={...r,type:(0,uc.getJSONTypes)(r.type),schemaType:(0,uc.getJSONTypes)(r.schemaType)};return(0,Nf.eachItem)(n,o.type.length===0?s=>zf.call(this,s,o):s=>o.type.forEach(i=>zf.call(this,s,o,i))),this}getKeyword(e){let r=this.RULES.all[e];return typeof r=="object"?r.definition:!!r}removeKeyword(e){let{RULES:r}=this;delete r.keywords[e],delete r.all[e];for(let n of r.rules){let o=n.rules.findIndex(s=>s.keyword===e);o>=0&&n.rules.splice(o,1)}return this}addFormat(e,r){return typeof r=="string"&&(r=new RegExp(r)),this.formats[e]=r,this}errorsText(e=this.errors,{separator:r=", ",dataVar:n="data"}={}){return!e||e.length===0?"No errors":e.map(o=>`${n}${o.instancePath} ${o.message}`).reduce((o,s)=>o+r+s)}$dataMetaSchema(e,r){let n=this.RULES.all;e=JSON.parse(JSON.stringify(e));for(let o of r){let s=o.split("/").slice(1),i=e;for(let a of s)i=i[a];for(let a in n){let c=n[a];if(typeof c!="object")continue;let{$data:u}=c.definition,d=i[a];u&&d&&(i[a]=iR(d))}}return e}_removeAllSchemas(e,r){for(let n in e){let o=e[n];(!r||r.test(n))&&(typeof o=="string"?delete e[n]:o&&!o.meta&&(this._cache.delete(o.schema),delete e[n]))}}_addSchema(e,r,n,o=this.opts.validateSchema,s=this.opts.addUsedSchema){let i,{schemaId:a}=this.opts;if(typeof e=="object")i=e[a];else{if(this.opts.jtd)throw new Error("schema must be object");if(typeof e!="boolean")throw new Error("schema must be object or boolean")}let c=this._cache.get(e);if(c!==void 0)return c;n=(0,Zs.normalizeId)(i||n);let u=Zs.getSchemaRefs.call(this,e,n);return c=new Gs.SchemaEnv({schema:e,schemaId:a,meta:r,baseId:n,localRefs:u}),this._cache.set(c.schema,c),s&&!n.startsWith("#")&&(n&&this._checkUnique(n),this.refs[n]=c),o&&this.validateSchema(e,!0),c}_checkUnique(e){if(this.schemas[e]||this.refs[e])throw new Error(`schema with key or id "${e}" already exists`)}_compileSchemaEnv(e){if(e.meta?this._compileMetaSchema(e):Gs.compileSchema.call(this,e),!e.validate)throw new Error("ajv implementation error");return e.validate}_compileMetaSchema(e){let r=this.opts;this.opts=this._metaOpts;try{Gs.compileSchema.call(this,e)}finally{this.opts=r}}};Bs.ValidationError=ZD.default;Bs.MissingRefError=oR.default;Ie.default=Bs;function rR(t,e,r,n="error"){for(let o in t){let s=o;s in e&&this.logger[n](`${r}: option ${o}. ${t[s]}`)}}function nR(t){return t=(0,Zs.normalizeId)(t),this.schemas[t]||this.refs[t]}function eL(){let t=this.opts.schemas;if(t)if(Array.isArray(t))this.addSchema(t);else for(let e in t)this.addSchema(t[e],e)}function tL(){for(let t in this.opts.formats){let e=this.opts.formats[t];e&&this.addFormat(t,e)}}function rL(t){if(Array.isArray(t)){this.addVocabulary(t);return}this.logger.warn("keywords option as map is deprecated, pass array");for(let e in t){let r=t[e];r.keyword||(r.keyword=e),this.addKeyword(r)}}function nL(){let t={...this.opts};for(let e of KD)delete t[e];return t}var oL={log(){},warn(){},error(){}};function sL(t){if(t===!1)return oL;if(t===void 0)return console;if(t.log&&t.warn&&t.error)return t;throw new Error("logger must implement log, warn and error methods")}var iL=/^[a-z_$][a-z0-9_$:-]*$/i;function aL(t,e){let{RULES:r}=this;if((0,Nf.eachItem)(t,n=>{if(r.keywords[n])throw new Error(`Keyword ${n} is already defined`);if(!iL.test(n))throw new Error(`Keyword ${n} has invalid name`)}),!!e&&e.$data&&!("code"in e||"validate"in e))throw new Error('$data keyword must have "code" or "validate" function')}function zf(t,e,r){var n;let o=e?.post;if(r&&o)throw new Error('keyword with "post" flag cannot have "type"');let{RULES:s}=this,i=o?s.post:s.rules.find(({type:c})=>c===r);if(i||(i={type:r,rules:[]},s.rules.push(i)),s.keywords[t]=!0,!e)return;let a={keyword:t,definition:{...e,type:(0,uc.getJSONTypes)(e.type),schemaType:(0,uc.getJSONTypes)(e.schemaType)}};e.before?cL.call(this,i,a,e.before):i.rules.push(a),s.all[t]=a,(n=e.implements)===null||n===void 0||n.forEach(c=>this.addKeyword(c))}function cL(t,e,r){let n=t.rules.findIndex(o=>o.keyword===r);n>=0?t.rules.splice(n,0,e):(t.rules.push(e),this.logger.warn(`rule ${r} is not defined`))}function uL(t){let{metaSchema:e}=t;e!==void 0&&(t.$data&&this.opts.$data&&(e=iR(e)),t.validateSchema=this.compile(e,!0))}var dL={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function iR(t){return{anyOf:[t,dL]}}});var cR=R(Df=>{"use strict";Object.defineProperty(Df,"__esModule",{value:!0});var lL={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};Df.default=lL});var fR=R(yn=>{"use strict";Object.defineProperty(yn,"__esModule",{value:!0});yn.callRef=yn.getValidate=void 0;var fL=qs(),uR=vt(),et=D(),ho=ar(),dR=nc(),dc=H(),pL={keyword:"$ref",schemaType:"string",code(t){let{gen:e,schema:r,it:n}=t,{baseId:o,schemaEnv:s,validateName:i,opts:a,self:c}=n,{root:u}=s;if((r==="#"||r==="#/")&&o===u.baseId)return l();let d=dR.resolveRef.call(c,u,o,r);if(d===void 0)throw new fL.default(n.opts.uriResolver,o,r);if(d instanceof dR.SchemaEnv)return f(d);return p(d);function l(){if(s===u)return lc(t,i,s,s.$async);let h=e.scopeValue("root",{ref:u});return lc(t,(0,et._)`${h}.validate`,u,u.$async)}function f(h){let m=lR(t,h);lc(t,m,h,h.$async)}function p(h){let m=e.scopeValue("schema",a.code.source===!0?{ref:h,code:(0,et.stringify)(h)}:{ref:h}),y=e.name("valid"),_=t.subschema({schema:h,dataTypes:[],schemaPath:et.nil,topSchemaRef:m,errSchemaPath:r},y);t.mergeEvaluated(_),t.ok(y)}}};function lR(t,e){let{gen:r}=t;return e.validate?r.scopeValue("validate",{ref:e.validate}):(0,et._)`${r.scopeValue("wrapper",{ref:e})}.validate`}yn.getValidate=lR;function lc(t,e,r,n){let{gen:o,it:s}=t,{allErrors:i,schemaEnv:a,opts:c}=s,u=c.passContext?ho.default.this:et.nil;n?d():l();function d(){if(!a.$async)throw new Error("async schema referenced by sync schema");let h=o.let("valid");o.try(()=>{o.code((0,et._)`await ${(0,uR.callValidateCode)(t,e,u)}`),p(e),i||o.assign(h,!0)},m=>{o.if((0,et._)`!(${m} instanceof ${s.ValidationError})`,()=>o.throw(m)),f(m),i||o.assign(h,!1)}),t.ok(h)}function l(){t.result((0,uR.callValidateCode)(t,e,u),()=>p(e),()=>f(e))}function f(h){let m=(0,et._)`${h}.errors`;o.assign(ho.default.vErrors,(0,et._)`${ho.default.vErrors} === null ? ${m} : ${ho.default.vErrors}.concat(${m})`),o.assign(ho.default.errors,(0,et._)`${ho.default.vErrors}.length`)}function p(h){var m;if(!s.opts.unevaluated)return;let y=(m=r?.validate)===null||m===void 0?void 0:m.evaluated;if(s.props!==!0)if(y&&!y.dynamicProps)y.props!==void 0&&(s.props=dc.mergeEvaluated.props(o,y.props,s.props));else{let _=o.var("props",(0,et._)`${h}.evaluated.props`);s.props=dc.mergeEvaluated.props(o,_,s.props,et.Name)}if(s.items!==!0)if(y&&!y.dynamicItems)y.items!==void 0&&(s.items=dc.mergeEvaluated.items(o,y.items,s.items));else{let _=o.var("items",(0,et._)`${h}.evaluated.items`);s.items=dc.mergeEvaluated.items(o,_,s.items,et.Name)}}}yn.callRef=lc;yn.default=pL});var pR=R(Lf=>{"use strict";Object.defineProperty(Lf,"__esModule",{value:!0});var hL=cR(),mL=fR(),gL=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",hL.default,mL.default];Lf.default=gL});var hR=R(jf=>{"use strict";Object.defineProperty(jf,"__esModule",{value:!0});var fc=D(),Nr=fc.operators,pc={maximum:{okStr:"<=",ok:Nr.LTE,fail:Nr.GT},minimum:{okStr:">=",ok:Nr.GTE,fail:Nr.LT},exclusiveMaximum:{okStr:"<",ok:Nr.LT,fail:Nr.GTE},exclusiveMinimum:{okStr:">",ok:Nr.GT,fail:Nr.LTE}},yL={message:({keyword:t,schemaCode:e})=>(0,fc.str)`must be ${pc[t].okStr} ${e}`,params:({keyword:t,schemaCode:e})=>(0,fc._)`{comparison: ${pc[t].okStr}, limit: ${e}}`},vL={keyword:Object.keys(pc),type:"number",schemaType:"number",$data:!0,error:yL,code(t){let{keyword:e,data:r,schemaCode:n}=t;t.fail$data((0,fc._)`${r} ${pc[e].fail} ${n} || isNaN(${r})`)}};jf.default=vL});var mR=R(Uf=>{"use strict";Object.defineProperty(Uf,"__esModule",{value:!0});var Vs=D(),_L={message:({schemaCode:t})=>(0,Vs.str)`must be multiple of ${t}`,params:({schemaCode:t})=>(0,Vs._)`{multipleOf: ${t}}`},SL={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:_L,code(t){let{gen:e,data:r,schemaCode:n,it:o}=t,s=o.opts.multipleOfPrecision,i=e.let("res"),a=s?(0,Vs._)`Math.abs(Math.round(${i}) - ${i}) > 1e-${s}`:(0,Vs._)`${i} !== parseInt(${i})`;t.fail$data((0,Vs._)`(${n} === 0 || (${i} = ${r}/${n}, ${a}))`)}};Uf.default=SL});var yR=R(Ff=>{"use strict";Object.defineProperty(Ff,"__esModule",{value:!0});function gR(t){let e=t.length,r=0,n=0,o;for(;n<e;)r++,o=t.charCodeAt(n++),o>=55296&&o<=56319&&n<e&&(o=t.charCodeAt(n),(o&64512)===56320&&n++);return r}Ff.default=gR;gR.code='require("ajv/dist/runtime/ucs2length").default'});var vR=R(qf=>{"use strict";Object.defineProperty(qf,"__esModule",{value:!0});var vn=D(),wL=H(),bL=yR(),RL={message({keyword:t,schemaCode:e}){let r=t==="maxLength"?"more":"fewer";return(0,vn.str)`must NOT have ${r} than ${e} characters`},params:({schemaCode:t})=>(0,vn._)`{limit: ${t}}`},PL={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:RL,code(t){let{keyword:e,data:r,schemaCode:n,it:o}=t,s=e==="maxLength"?vn.operators.GT:vn.operators.LT,i=o.opts.unicode===!1?(0,vn._)`${r}.length`:(0,vn._)`${(0,wL.useFunc)(t.gen,bL.default)}(${r})`;t.fail$data((0,vn._)`${i} ${s} ${n}`)}};qf.default=PL});var _R=R(Hf=>{"use strict";Object.defineProperty(Hf,"__esModule",{value:!0});var CL=vt(),xL=H(),mo=D(),kL={message:({schemaCode:t})=>(0,mo.str)`must match pattern "${t}"`,params:({schemaCode:t})=>(0,mo._)`{pattern: ${t}}`},EL={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:kL,code(t){let{gen:e,data:r,$data:n,schema:o,schemaCode:s,it:i}=t,a=i.opts.unicodeRegExp?"u":"";if(n){let{regExp:c}=i.opts.code,u=c.code==="new RegExp"?(0,mo._)`new RegExp`:(0,xL.useFunc)(e,c),d=e.let("valid");e.try(()=>e.assign(d,(0,mo._)`${u}(${s}, ${a}).test(${r})`),()=>e.assign(d,!1)),t.fail$data((0,mo._)`!${d}`)}else{let c=(0,CL.usePattern)(t,o);t.fail$data((0,mo._)`!${c}.test(${r})`)}}};Hf.default=EL});var SR=R(Gf=>{"use strict";Object.defineProperty(Gf,"__esModule",{value:!0});var Ws=D(),TL={message({keyword:t,schemaCode:e}){let r=t==="maxProperties"?"more":"fewer";return(0,Ws.str)`must NOT have ${r} than ${e} properties`},params:({schemaCode:t})=>(0,Ws._)`{limit: ${t}}`},AL={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:TL,code(t){let{keyword:e,data:r,schemaCode:n}=t,o=e==="maxProperties"?Ws.operators.GT:Ws.operators.LT;t.fail$data((0,Ws._)`Object.keys(${r}).length ${o} ${n}`)}};Gf.default=AL});var wR=R(Zf=>{"use strict";Object.defineProperty(Zf,"__esModule",{value:!0});var Ks=vt(),Js=D(),$L=H(),ML={message:({params:{missingProperty:t}})=>(0,Js.str)`must have required property '${t}'`,params:({params:{missingProperty:t}})=>(0,Js._)`{missingProperty: ${t}}`},IL={keyword:"required",type:"object",schemaType:"array",$data:!0,error:ML,code(t){let{gen:e,schema:r,schemaCode:n,data:o,$data:s,it:i}=t,{opts:a}=i;if(!s&&r.length===0)return;let c=r.length>=a.loopRequired;if(i.allErrors?u():d(),a.strictRequired){let p=t.parentSchema.properties,{definedProperties:h}=t.it;for(let m of r)if(p?.[m]===void 0&&!h.has(m)){let y=i.schemaEnv.baseId+i.errSchemaPath,_=`required property "${m}" is not defined at "${y}" (strictRequired)`;(0,$L.checkStrictMode)(i,_,i.opts.strictRequired)}}function u(){if(c||s)t.block$data(Js.nil,l);else for(let p of r)(0,Ks.checkReportMissingProp)(t,p)}function d(){let p=e.let("missing");if(c||s){let h=e.let("valid",!0);t.block$data(h,()=>f(p,h)),t.ok(h)}else e.if((0,Ks.checkMissingProp)(t,r,p)),(0,Ks.reportMissingProp)(t,p),e.else()}function l(){e.forOf("prop",n,p=>{t.setParams({missingProperty:p}),e.if((0,Ks.noPropertyInData)(e,o,p,a.ownProperties),()=>t.error())})}function f(p,h){t.setParams({missingProperty:p}),e.forOf(p,n,()=>{e.assign(h,(0,Ks.propertyInData)(e,o,p,a.ownProperties)),e.if((0,Js.not)(h),()=>{t.error(),e.break()})},Js.nil)}}};Zf.default=IL});var bR=R(Bf=>{"use strict";Object.defineProperty(Bf,"__esModule",{value:!0});var Ys=D(),OL={message({keyword:t,schemaCode:e}){let r=t==="maxItems"?"more":"fewer";return(0,Ys.str)`must NOT have ${r} than ${e} items`},params:({schemaCode:t})=>(0,Ys._)`{limit: ${t}}`},zL={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:OL,code(t){let{keyword:e,data:r,schemaCode:n}=t,o=e==="maxItems"?Ys.operators.GT:Ys.operators.LT;t.fail$data((0,Ys._)`${r}.length ${o} ${n}`)}};Bf.default=zL});var hc=R(Vf=>{"use strict";Object.defineProperty(Vf,"__esModule",{value:!0});var RR=gf();RR.code='require("ajv/dist/runtime/equal").default';Vf.default=RR});var PR=R(Kf=>{"use strict";Object.defineProperty(Kf,"__esModule",{value:!0});var Wf=Ds(),Oe=D(),NL=H(),DL=hc(),LL={message:({params:{i:t,j:e}})=>(0,Oe.str)`must NOT have duplicate items (items ## ${e} and ${t} are identical)`,params:({params:{i:t,j:e}})=>(0,Oe._)`{i: ${t}, j: ${e}}`},jL={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:LL,code(t){let{gen:e,data:r,$data:n,schema:o,parentSchema:s,schemaCode:i,it:a}=t;if(!n&&!o)return;let c=e.let("valid"),u=s.items?(0,Wf.getSchemaTypes)(s.items):[];t.block$data(c,d,(0,Oe._)`${i} === false`),t.ok(c);function d(){let h=e.let("i",(0,Oe._)`${r}.length`),m=e.let("j");t.setParams({i:h,j:m}),e.assign(c,!0),e.if((0,Oe._)`${h} > 1`,()=>(l()?f:p)(h,m))}function l(){return u.length>0&&!u.some(h=>h==="object"||h==="array")}function f(h,m){let y=e.name("item"),_=(0,Wf.checkDataTypes)(u,y,a.opts.strictNumbers,Wf.DataType.Wrong),w=e.const("indices",(0,Oe._)`{}`);e.for((0,Oe._)`;${h}--;`,()=>{e.let(y,(0,Oe._)`${r}[${h}]`),e.if(_,(0,Oe._)`continue`),u.length>1&&e.if((0,Oe._)`typeof ${y} == "string"`,(0,Oe._)`${y} += "_"`),e.if((0,Oe._)`typeof ${w}[${y}] == "number"`,()=>{e.assign(m,(0,Oe._)`${w}[${y}]`),t.error(),e.assign(c,!1).break()}).code((0,Oe._)`${w}[${y}] = ${h}`)})}function p(h,m){let y=(0,NL.useFunc)(e,DL.default),_=e.name("outer");e.label(_).for((0,Oe._)`;${h}--;`,()=>e.for((0,Oe._)`${m} = ${h}; ${m}--;`,()=>e.if((0,Oe._)`${y}(${r}[${h}], ${r}[${m}])`,()=>{t.error(),e.assign(c,!1).break(_)})))}}};Kf.default=jL});var CR=R(Yf=>{"use strict";Object.defineProperty(Yf,"__esModule",{value:!0});var Jf=D(),UL=H(),FL=hc(),qL={message:"must be equal to constant",params:({schemaCode:t})=>(0,Jf._)`{allowedValue: ${t}}`},HL={keyword:"const",$data:!0,error:qL,code(t){let{gen:e,data:r,$data:n,schemaCode:o,schema:s}=t;n||s&&typeof s=="object"?t.fail$data((0,Jf._)`!${(0,UL.useFunc)(e,FL.default)}(${r}, ${o})`):t.fail((0,Jf._)`${s} !== ${r}`)}};Yf.default=HL});var xR=R(Xf=>{"use strict";Object.defineProperty(Xf,"__esModule",{value:!0});var Xs=D(),GL=H(),ZL=hc(),BL={message:"must be equal to one of the allowed values",params:({schemaCode:t})=>(0,Xs._)`{allowedValues: ${t}}`},VL={keyword:"enum",schemaType:"array",$data:!0,error:BL,code(t){let{gen:e,data:r,$data:n,schema:o,schemaCode:s,it:i}=t;if(!n&&o.length===0)throw new Error("enum must have non-empty array");let a=o.length>=i.opts.loopEnum,c,u=()=>c??(c=(0,GL.useFunc)(e,ZL.default)),d;if(a||n)d=e.let("valid"),t.block$data(d,l);else{if(!Array.isArray(o))throw new Error("ajv implementation error");let p=e.const("vSchema",s);d=(0,Xs.or)(...o.map((h,m)=>f(p,m)))}t.pass(d);function l(){e.assign(d,!1),e.forOf("v",s,p=>e.if((0,Xs._)`${u()}(${r}, ${p})`,()=>e.assign(d,!0).break()))}function f(p,h){let m=o[h];return typeof m=="object"&&m!==null?(0,Xs._)`${u()}(${r}, ${p}[${h}])`:(0,Xs._)`${r} === ${m}`}}};Xf.default=VL});var kR=R(Qf=>{"use strict";Object.defineProperty(Qf,"__esModule",{value:!0});var WL=hR(),KL=mR(),JL=vR(),YL=_R(),XL=SR(),QL=wR(),ej=bR(),tj=PR(),rj=CR(),nj=xR(),oj=[WL.default,KL.default,JL.default,YL.default,XL.default,QL.default,ej.default,tj.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},rj.default,nj.default];Qf.default=oj});var tp=R(Qs=>{"use strict";Object.defineProperty(Qs,"__esModule",{value:!0});Qs.validateAdditionalItems=void 0;var _n=D(),ep=H(),sj={message:({params:{len:t}})=>(0,_n.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,_n._)`{limit: ${t}}`},ij={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:sj,code(t){let{parentSchema:e,it:r}=t,{items:n}=e;if(!Array.isArray(n)){(0,ep.checkStrictMode)(r,'"additionalItems" is ignored when "items" is not an array of schemas');return}ER(t,n)}};function ER(t,e){let{gen:r,schema:n,data:o,keyword:s,it:i}=t;i.items=!0;let a=r.const("len",(0,_n._)`${o}.length`);if(n===!1)t.setParams({len:e.length}),t.pass((0,_n._)`${a} <= ${e.length}`);else if(typeof n=="object"&&!(0,ep.alwaysValidSchema)(i,n)){let u=r.var("valid",(0,_n._)`${a} <= ${e.length}`);r.if((0,_n.not)(u),()=>c(u)),t.ok(u)}function c(u){r.forRange("i",e.length,a,d=>{t.subschema({keyword:s,dataProp:d,dataPropType:ep.Type.Num},u),i.allErrors||r.if((0,_n.not)(u),()=>r.break())})}}Qs.validateAdditionalItems=ER;Qs.default=ij});var rp=R(ei=>{"use strict";Object.defineProperty(ei,"__esModule",{value:!0});ei.validateTuple=void 0;var TR=D(),mc=H(),aj=vt(),cj={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(t){let{schema:e,it:r}=t;if(Array.isArray(e))return AR(t,"additionalItems",e);r.items=!0,!(0,mc.alwaysValidSchema)(r,e)&&t.ok((0,aj.validateArray)(t))}};function AR(t,e,r=t.schema){let{gen:n,parentSchema:o,data:s,keyword:i,it:a}=t;d(o),a.opts.unevaluated&&r.length&&a.items!==!0&&(a.items=mc.mergeEvaluated.items(n,r.length,a.items));let c=n.name("valid"),u=n.const("len",(0,TR._)`${s}.length`);r.forEach((l,f)=>{(0,mc.alwaysValidSchema)(a,l)||(n.if((0,TR._)`${u} > ${f}`,()=>t.subschema({keyword:i,schemaProp:f,dataProp:f},c)),t.ok(c))});function d(l){let{opts:f,errSchemaPath:p}=a,h=r.length,m=h===l.minItems&&(h===l.maxItems||l[e]===!1);if(f.strictTuples&&!m){let y=`"${i}" is ${h}-tuple, but minItems or maxItems/${e} are not specified or different at path "${p}"`;(0,mc.checkStrictMode)(a,y,f.strictTuples)}}}ei.validateTuple=AR;ei.default=cj});var $R=R(np=>{"use strict";Object.defineProperty(np,"__esModule",{value:!0});var uj=rp(),dj={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:t=>(0,uj.validateTuple)(t,"items")};np.default=dj});var IR=R(op=>{"use strict";Object.defineProperty(op,"__esModule",{value:!0});var MR=D(),lj=H(),fj=vt(),pj=tp(),hj={message:({params:{len:t}})=>(0,MR.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,MR._)`{limit: ${t}}`},mj={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:hj,code(t){let{schema:e,parentSchema:r,it:n}=t,{prefixItems:o}=r;n.items=!0,!(0,lj.alwaysValidSchema)(n,e)&&(o?(0,pj.validateAdditionalItems)(t,o):t.ok((0,fj.validateArray)(t)))}};op.default=mj});var OR=R(sp=>{"use strict";Object.defineProperty(sp,"__esModule",{value:!0});var St=D(),gc=H(),gj={message:({params:{min:t,max:e}})=>e===void 0?(0,St.str)`must contain at least ${t} valid item(s)`:(0,St.str)`must contain at least ${t} and no more than ${e} valid item(s)`,params:({params:{min:t,max:e}})=>e===void 0?(0,St._)`{minContains: ${t}}`:(0,St._)`{minContains: ${t}, maxContains: ${e}}`},yj={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:gj,code(t){let{gen:e,schema:r,parentSchema:n,data:o,it:s}=t,i,a,{minContains:c,maxContains:u}=n;s.opts.next?(i=c===void 0?1:c,a=u):i=1;let d=e.const("len",(0,St._)`${o}.length`);if(t.setParams({min:i,max:a}),a===void 0&&i===0){(0,gc.checkStrictMode)(s,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(a!==void 0&&i>a){(0,gc.checkStrictMode)(s,'"minContains" > "maxContains" is always invalid'),t.fail();return}if((0,gc.alwaysValidSchema)(s,r)){let m=(0,St._)`${d} >= ${i}`;a!==void 0&&(m=(0,St._)`${m} && ${d} <= ${a}`),t.pass(m);return}s.items=!0;let l=e.name("valid");a===void 0&&i===1?p(l,()=>e.if(l,()=>e.break())):i===0?(e.let(l,!0),a!==void 0&&e.if((0,St._)`${o}.length > 0`,f)):(e.let(l,!1),f()),t.result(l,()=>t.reset());function f(){let m=e.name("_valid"),y=e.let("count",0);p(m,()=>e.if(m,()=>h(y)))}function p(m,y){e.forRange("i",0,d,_=>{t.subschema({keyword:"contains",dataProp:_,dataPropType:gc.Type.Num,compositeRule:!0},m),y()})}function h(m){e.code((0,St._)`${m}++`),a===void 0?e.if((0,St._)`${m} >= ${i}`,()=>e.assign(l,!0).break()):(e.if((0,St._)`${m} > ${a}`,()=>e.assign(l,!1).break()),i===1?e.assign(l,!0):e.if((0,St._)`${m} >= ${i}`,()=>e.assign(l,!0)))}}};sp.default=yj});var DR=R(Zt=>{"use strict";Object.defineProperty(Zt,"__esModule",{value:!0});Zt.validateSchemaDeps=Zt.validatePropertyDeps=Zt.error=void 0;var ip=D(),vj=H(),ti=vt();Zt.error={message:({params:{property:t,depsCount:e,deps:r}})=>{let n=e===1?"property":"properties";return(0,ip.str)`must have ${n} ${r} when property ${t} is present`},params:({params:{property:t,depsCount:e,deps:r,missingProperty:n}})=>(0,ip._)`{property: ${t},
6
+ missingProperty: ${n},
7
+ depsCount: ${e},
8
+ deps: ${r}}`};var _j={keyword:"dependencies",type:"object",schemaType:"object",error:Zt.error,code(t){let[e,r]=Sj(t);zR(t,e),NR(t,r)}};function Sj({schema:t}){let e={},r={};for(let n in t){if(n==="__proto__")continue;let o=Array.isArray(t[n])?e:r;o[n]=t[n]}return[e,r]}function zR(t,e=t.schema){let{gen:r,data:n,it:o}=t;if(Object.keys(e).length===0)return;let s=r.let("missing");for(let i in e){let a=e[i];if(a.length===0)continue;let c=(0,ti.propertyInData)(r,n,i,o.opts.ownProperties);t.setParams({property:i,depsCount:a.length,deps:a.join(", ")}),o.allErrors?r.if(c,()=>{for(let u of a)(0,ti.checkReportMissingProp)(t,u)}):(r.if((0,ip._)`${c} && (${(0,ti.checkMissingProp)(t,a,s)})`),(0,ti.reportMissingProp)(t,s),r.else())}}Zt.validatePropertyDeps=zR;function NR(t,e=t.schema){let{gen:r,data:n,keyword:o,it:s}=t,i=r.name("valid");for(let a in e)(0,vj.alwaysValidSchema)(s,e[a])||(r.if((0,ti.propertyInData)(r,n,a,s.opts.ownProperties),()=>{let c=t.subschema({keyword:o,schemaProp:a},i);t.mergeValidEvaluated(c,i)},()=>r.var(i,!0)),t.ok(i))}Zt.validateSchemaDeps=NR;Zt.default=_j});var jR=R(ap=>{"use strict";Object.defineProperty(ap,"__esModule",{value:!0});var LR=D(),wj=H(),bj={message:"property name must be valid",params:({params:t})=>(0,LR._)`{propertyName: ${t.propertyName}}`},Rj={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:bj,code(t){let{gen:e,schema:r,data:n,it:o}=t;if((0,wj.alwaysValidSchema)(o,r))return;let s=e.name("valid");e.forIn("key",n,i=>{t.setParams({propertyName:i}),t.subschema({keyword:"propertyNames",data:i,dataTypes:["string"],propertyName:i,compositeRule:!0},s),e.if((0,LR.not)(s),()=>{t.error(!0),o.allErrors||e.break()})}),t.ok(s)}};ap.default=Rj});var up=R(cp=>{"use strict";Object.defineProperty(cp,"__esModule",{value:!0});var yc=vt(),$t=D(),Pj=ar(),vc=H(),Cj={message:"must NOT have additional properties",params:({params:t})=>(0,$t._)`{additionalProperty: ${t.additionalProperty}}`},xj={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:Cj,code(t){let{gen:e,schema:r,parentSchema:n,data:o,errsCount:s,it:i}=t;if(!s)throw new Error("ajv implementation error");let{allErrors:a,opts:c}=i;if(i.props=!0,c.removeAdditional!=="all"&&(0,vc.alwaysValidSchema)(i,r))return;let u=(0,yc.allSchemaProperties)(n.properties),d=(0,yc.allSchemaProperties)(n.patternProperties);l(),t.ok((0,$t._)`${s} === ${Pj.default.errors}`);function l(){e.forIn("key",o,y=>{!u.length&&!d.length?h(y):e.if(f(y),()=>h(y))})}function f(y){let _;if(u.length>8){let w=(0,vc.schemaRefOrVal)(i,n.properties,"properties");_=(0,yc.isOwnProperty)(e,w,y)}else u.length?_=(0,$t.or)(...u.map(w=>(0,$t._)`${y} === ${w}`)):_=$t.nil;return d.length&&(_=(0,$t.or)(_,...d.map(w=>(0,$t._)`${(0,yc.usePattern)(t,w)}.test(${y})`))),(0,$t.not)(_)}function p(y){e.code((0,$t._)`delete ${o}[${y}]`)}function h(y){if(c.removeAdditional==="all"||c.removeAdditional&&r===!1){p(y);return}if(r===!1){t.setParams({additionalProperty:y}),t.error(),a||e.break();return}if(typeof r=="object"&&!(0,vc.alwaysValidSchema)(i,r)){let _=e.name("valid");c.removeAdditional==="failing"?(m(y,_,!1),e.if((0,$t.not)(_),()=>{t.reset(),p(y)})):(m(y,_),a||e.if((0,$t.not)(_),()=>e.break()))}}function m(y,_,w){let b={keyword:"additionalProperties",dataProp:y,dataPropType:vc.Type.Str};w===!1&&Object.assign(b,{compositeRule:!0,createErrors:!1,allErrors:!1}),t.subschema(b,_)}}};cp.default=xj});var qR=R(lp=>{"use strict";Object.defineProperty(lp,"__esModule",{value:!0});var kj=Fs(),UR=vt(),dp=H(),FR=up(),Ej={keyword:"properties",type:"object",schemaType:"object",code(t){let{gen:e,schema:r,parentSchema:n,data:o,it:s}=t;s.opts.removeAdditional==="all"&&n.additionalProperties===void 0&&FR.default.code(new kj.KeywordCxt(s,FR.default,"additionalProperties"));let i=(0,UR.allSchemaProperties)(r);for(let l of i)s.definedProperties.add(l);s.opts.unevaluated&&i.length&&s.props!==!0&&(s.props=dp.mergeEvaluated.props(e,(0,dp.toHash)(i),s.props));let a=i.filter(l=>!(0,dp.alwaysValidSchema)(s,r[l]));if(a.length===0)return;let c=e.name("valid");for(let l of a)u(l)?d(l):(e.if((0,UR.propertyInData)(e,o,l,s.opts.ownProperties)),d(l),s.allErrors||e.else().var(c,!0),e.endIf()),t.it.definedProperties.add(l),t.ok(c);function u(l){return s.opts.useDefaults&&!s.compositeRule&&r[l].default!==void 0}function d(l){t.subschema({keyword:"properties",schemaProp:l,dataProp:l},c)}}};lp.default=Ej});var BR=R(fp=>{"use strict";Object.defineProperty(fp,"__esModule",{value:!0});var HR=vt(),_c=D(),GR=H(),ZR=H(),Tj={keyword:"patternProperties",type:"object",schemaType:"object",code(t){let{gen:e,schema:r,data:n,parentSchema:o,it:s}=t,{opts:i}=s,a=(0,HR.allSchemaProperties)(r),c=a.filter(m=>(0,GR.alwaysValidSchema)(s,r[m]));if(a.length===0||c.length===a.length&&(!s.opts.unevaluated||s.props===!0))return;let u=i.strictSchema&&!i.allowMatchingProperties&&o.properties,d=e.name("valid");s.props!==!0&&!(s.props instanceof _c.Name)&&(s.props=(0,ZR.evaluatedPropsToName)(e,s.props));let{props:l}=s;f();function f(){for(let m of a)u&&p(m),s.allErrors?h(m):(e.var(d,!0),h(m),e.if(d))}function p(m){for(let y in u)new RegExp(m).test(y)&&(0,GR.checkStrictMode)(s,`property ${y} matches pattern ${m} (use allowMatchingProperties)`)}function h(m){e.forIn("key",n,y=>{e.if((0,_c._)`${(0,HR.usePattern)(t,m)}.test(${y})`,()=>{let _=c.includes(m);_||t.subschema({keyword:"patternProperties",schemaProp:m,dataProp:y,dataPropType:ZR.Type.Str},d),s.opts.unevaluated&&l!==!0?e.assign((0,_c._)`${l}[${y}]`,!0):!_&&!s.allErrors&&e.if((0,_c.not)(d),()=>e.break())})})}}};fp.default=Tj});var VR=R(pp=>{"use strict";Object.defineProperty(pp,"__esModule",{value:!0});var Aj=H(),$j={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(t){let{gen:e,schema:r,it:n}=t;if((0,Aj.alwaysValidSchema)(n,r)){t.fail();return}let o=e.name("valid");t.subschema({keyword:"not",compositeRule:!0,createErrors:!1,allErrors:!1},o),t.failResult(o,()=>t.reset(),()=>t.error())},error:{message:"must NOT be valid"}};pp.default=$j});var WR=R(hp=>{"use strict";Object.defineProperty(hp,"__esModule",{value:!0});var Mj=vt(),Ij={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:Mj.validateUnion,error:{message:"must match a schema in anyOf"}};hp.default=Ij});var KR=R(mp=>{"use strict";Object.defineProperty(mp,"__esModule",{value:!0});var Sc=D(),Oj=H(),zj={message:"must match exactly one schema in oneOf",params:({params:t})=>(0,Sc._)`{passingSchemas: ${t.passing}}`},Nj={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:zj,code(t){let{gen:e,schema:r,parentSchema:n,it:o}=t;if(!Array.isArray(r))throw new Error("ajv implementation error");if(o.opts.discriminator&&n.discriminator)return;let s=r,i=e.let("valid",!1),a=e.let("passing",null),c=e.name("_valid");t.setParams({passing:a}),e.block(u),t.result(i,()=>t.reset(),()=>t.error(!0));function u(){s.forEach((d,l)=>{let f;(0,Oj.alwaysValidSchema)(o,d)?e.var(c,!0):f=t.subschema({keyword:"oneOf",schemaProp:l,compositeRule:!0},c),l>0&&e.if((0,Sc._)`${c} && ${i}`).assign(i,!1).assign(a,(0,Sc._)`[${a}, ${l}]`).else(),e.if(c,()=>{e.assign(i,!0),e.assign(a,l),f&&t.mergeEvaluated(f,Sc.Name)})})}}};mp.default=Nj});var JR=R(gp=>{"use strict";Object.defineProperty(gp,"__esModule",{value:!0});var Dj=H(),Lj={keyword:"allOf",schemaType:"array",code(t){let{gen:e,schema:r,it:n}=t;if(!Array.isArray(r))throw new Error("ajv implementation error");let o=e.name("valid");r.forEach((s,i)=>{if((0,Dj.alwaysValidSchema)(n,s))return;let a=t.subschema({keyword:"allOf",schemaProp:i},o);t.ok(o),t.mergeEvaluated(a)})}};gp.default=Lj});var QR=R(yp=>{"use strict";Object.defineProperty(yp,"__esModule",{value:!0});var wc=D(),XR=H(),jj={message:({params:t})=>(0,wc.str)`must match "${t.ifClause}" schema`,params:({params:t})=>(0,wc._)`{failingKeyword: ${t.ifClause}}`},Uj={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:jj,code(t){let{gen:e,parentSchema:r,it:n}=t;r.then===void 0&&r.else===void 0&&(0,XR.checkStrictMode)(n,'"if" without "then" and "else" is ignored');let o=YR(n,"then"),s=YR(n,"else");if(!o&&!s)return;let i=e.let("valid",!0),a=e.name("_valid");if(c(),t.reset(),o&&s){let d=e.let("ifClause");t.setParams({ifClause:d}),e.if(a,u("then",d),u("else",d))}else o?e.if(a,u("then")):e.if((0,wc.not)(a),u("else"));t.pass(i,()=>t.error(!0));function c(){let d=t.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},a);t.mergeEvaluated(d)}function u(d,l){return()=>{let f=t.subschema({keyword:d},a);e.assign(i,a),t.mergeValidEvaluated(f,i),l?e.assign(l,(0,wc._)`${d}`):t.setParams({ifClause:d})}}}};function YR(t,e){let r=t.schema[e];return r!==void 0&&!(0,XR.alwaysValidSchema)(t,r)}yp.default=Uj});var eP=R(vp=>{"use strict";Object.defineProperty(vp,"__esModule",{value:!0});var Fj=H(),qj={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:t,parentSchema:e,it:r}){e.if===void 0&&(0,Fj.checkStrictMode)(r,`"${t}" without "if" is ignored`)}};vp.default=qj});var tP=R(_p=>{"use strict";Object.defineProperty(_p,"__esModule",{value:!0});var Hj=tp(),Gj=$R(),Zj=rp(),Bj=IR(),Vj=OR(),Wj=DR(),Kj=jR(),Jj=up(),Yj=qR(),Xj=BR(),Qj=VR(),e1=WR(),t1=KR(),r1=JR(),n1=QR(),o1=eP();function s1(t=!1){let e=[Qj.default,e1.default,t1.default,r1.default,n1.default,o1.default,Kj.default,Jj.default,Wj.default,Yj.default,Xj.default];return t?e.push(Gj.default,Bj.default):e.push(Hj.default,Zj.default),e.push(Vj.default),e}_p.default=s1});var rP=R(Sp=>{"use strict";Object.defineProperty(Sp,"__esModule",{value:!0});var _e=D(),i1={message:({schemaCode:t})=>(0,_e.str)`must match format "${t}"`,params:({schemaCode:t})=>(0,_e._)`{format: ${t}}`},a1={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:i1,code(t,e){let{gen:r,data:n,$data:o,schema:s,schemaCode:i,it:a}=t,{opts:c,errSchemaPath:u,schemaEnv:d,self:l}=a;if(!c.validateFormats)return;o?f():p();function f(){let h=r.scopeValue("formats",{ref:l.formats,code:c.code.formats}),m=r.const("fDef",(0,_e._)`${h}[${i}]`),y=r.let("fType"),_=r.let("format");r.if((0,_e._)`typeof ${m} == "object" && !(${m} instanceof RegExp)`,()=>r.assign(y,(0,_e._)`${m}.type || "string"`).assign(_,(0,_e._)`${m}.validate`),()=>r.assign(y,(0,_e._)`"string"`).assign(_,m)),t.fail$data((0,_e.or)(w(),b()));function w(){return c.strictSchema===!1?_e.nil:(0,_e._)`${i} && !${_}`}function b(){let k=d.$async?(0,_e._)`(${m}.async ? await ${_}(${n}) : ${_}(${n}))`:(0,_e._)`${_}(${n})`,S=(0,_e._)`(typeof ${_} == "function" ? ${k} : ${_}.test(${n}))`;return(0,_e._)`${_} && ${_} !== true && ${y} === ${e} && !${S}`}}function p(){let h=l.formats[s];if(!h){w();return}if(h===!0)return;let[m,y,_]=b(h);m===e&&t.pass(k());function w(){if(c.strictSchema===!1){l.logger.warn(S());return}throw new Error(S());function S(){return`unknown format "${s}" ignored in schema at path "${u}"`}}function b(S){let P=S instanceof RegExp?(0,_e.regexpCode)(S):c.code.formats?(0,_e._)`${c.code.formats}${(0,_e.getProperty)(s)}`:void 0,I=r.scopeValue("formats",{key:s,ref:S,code:P});return typeof S=="object"&&!(S instanceof RegExp)?[S.type||"string",S.validate,(0,_e._)`${I}.validate`]:["string",S,I]}function k(){if(typeof h=="object"&&!(h instanceof RegExp)&&h.async){if(!d.$async)throw new Error("async format in sync schema");return(0,_e._)`await ${_}(${n})`}return typeof y=="function"?(0,_e._)`${_}(${n})`:(0,_e._)`${_}.test(${n})`}}}};Sp.default=a1});var nP=R(wp=>{"use strict";Object.defineProperty(wp,"__esModule",{value:!0});var c1=rP(),u1=[c1.default];wp.default=u1});var oP=R(go=>{"use strict";Object.defineProperty(go,"__esModule",{value:!0});go.contentVocabulary=go.metadataVocabulary=void 0;go.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"];go.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"]});var iP=R(bp=>{"use strict";Object.defineProperty(bp,"__esModule",{value:!0});var d1=pR(),l1=kR(),f1=tP(),p1=nP(),sP=oP(),h1=[d1.default,l1.default,(0,f1.default)(),p1.default,sP.metadataVocabulary,sP.contentVocabulary];bp.default=h1});var cP=R(bc=>{"use strict";Object.defineProperty(bc,"__esModule",{value:!0});bc.DiscrError=void 0;var aP;(function(t){t.Tag="tag",t.Mapping="mapping"})(aP||(bc.DiscrError=aP={}))});var dP=R(Pp=>{"use strict";Object.defineProperty(Pp,"__esModule",{value:!0});var yo=D(),Rp=cP(),uP=nc(),m1=qs(),g1=H(),y1={message:({params:{discrError:t,tagName:e}})=>t===Rp.DiscrError.Tag?`tag "${e}" must be string`:`value of tag "${e}" must be in oneOf`,params:({params:{discrError:t,tag:e,tagName:r}})=>(0,yo._)`{error: ${t}, tag: ${r}, tagValue: ${e}}`},v1={keyword:"discriminator",type:"object",schemaType:"object",error:y1,code(t){let{gen:e,data:r,schema:n,parentSchema:o,it:s}=t,{oneOf:i}=o;if(!s.opts.discriminator)throw new Error("discriminator: requires discriminator option");let a=n.propertyName;if(typeof a!="string")throw new Error("discriminator: requires propertyName");if(n.mapping)throw new Error("discriminator: mapping is not supported");if(!i)throw new Error("discriminator: requires oneOf keyword");let c=e.let("valid",!1),u=e.const("tag",(0,yo._)`${r}${(0,yo.getProperty)(a)}`);e.if((0,yo._)`typeof ${u} == "string"`,()=>d(),()=>t.error(!1,{discrError:Rp.DiscrError.Tag,tag:u,tagName:a})),t.ok(c);function d(){let p=f();e.if(!1);for(let h in p)e.elseIf((0,yo._)`${u} === ${h}`),e.assign(c,l(p[h]));e.else(),t.error(!1,{discrError:Rp.DiscrError.Mapping,tag:u,tagName:a}),e.endIf()}function l(p){let h=e.name("valid"),m=t.subschema({keyword:"oneOf",schemaProp:p},h);return t.mergeEvaluated(m,yo.Name),h}function f(){var p;let h={},m=_(o),y=!0;for(let k=0;k<i.length;k++){let S=i[k];if(S?.$ref&&!(0,g1.schemaHasRulesButRef)(S,s.self.RULES)){let I=S.$ref;if(S=uP.resolveRef.call(s.self,s.schemaEnv.root,s.baseId,I),S instanceof uP.SchemaEnv&&(S=S.schema),S===void 0)throw new m1.default(s.opts.uriResolver,s.baseId,I)}let P=(p=S?.properties)===null||p===void 0?void 0:p[a];if(typeof P!="object")throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${a}"`);y=y&&(m||_(S)),w(P,k)}if(!y)throw new Error(`discriminator: "${a}" must be required`);return h;function _({required:k}){return Array.isArray(k)&&k.includes(a)}function w(k,S){if(k.const)b(k.const,S);else if(k.enum)for(let P of k.enum)b(P,S);else throw new Error(`discriminator: "properties/${a}" must have "const" or "enum"`)}function b(k,S){if(typeof k!="string"||k in h)throw new Error(`discriminator: "${a}" values must be unique strings`);h[k]=S}}}};Pp.default=v1});var lP=R((YJ,_1)=>{_1.exports={$schema:"http://json-schema.org/draft-07/schema#",$id:"http://json-schema.org/draft-07/schema#",title:"Core schema meta-schema",definitions:{schemaArray:{type:"array",minItems:1,items:{$ref:"#"}},nonNegativeInteger:{type:"integer",minimum:0},nonNegativeIntegerDefault0:{allOf:[{$ref:"#/definitions/nonNegativeInteger"},{default:0}]},simpleTypes:{enum:["array","boolean","integer","null","number","object","string"]},stringArray:{type:"array",items:{type:"string"},uniqueItems:!0,default:[]}},type:["object","boolean"],properties:{$id:{type:"string",format:"uri-reference"},$schema:{type:"string",format:"uri"},$ref:{type:"string",format:"uri-reference"},$comment:{type:"string"},title:{type:"string"},description:{type:"string"},default:!0,readOnly:{type:"boolean",default:!1},examples:{type:"array",items:!0},multipleOf:{type:"number",exclusiveMinimum:0},maximum:{type:"number"},exclusiveMaximum:{type:"number"},minimum:{type:"number"},exclusiveMinimum:{type:"number"},maxLength:{$ref:"#/definitions/nonNegativeInteger"},minLength:{$ref:"#/definitions/nonNegativeIntegerDefault0"},pattern:{type:"string",format:"regex"},additionalItems:{$ref:"#"},items:{anyOf:[{$ref:"#"},{$ref:"#/definitions/schemaArray"}],default:!0},maxItems:{$ref:"#/definitions/nonNegativeInteger"},minItems:{$ref:"#/definitions/nonNegativeIntegerDefault0"},uniqueItems:{type:"boolean",default:!1},contains:{$ref:"#"},maxProperties:{$ref:"#/definitions/nonNegativeInteger"},minProperties:{$ref:"#/definitions/nonNegativeIntegerDefault0"},required:{$ref:"#/definitions/stringArray"},additionalProperties:{$ref:"#"},definitions:{type:"object",additionalProperties:{$ref:"#"},default:{}},properties:{type:"object",additionalProperties:{$ref:"#"},default:{}},patternProperties:{type:"object",additionalProperties:{$ref:"#"},propertyNames:{format:"regex"},default:{}},dependencies:{type:"object",additionalProperties:{anyOf:[{$ref:"#"},{$ref:"#/definitions/stringArray"}]}},propertyNames:{$ref:"#"},const:!0,enum:{type:"array",items:!0,minItems:1,uniqueItems:!0},type:{anyOf:[{$ref:"#/definitions/simpleTypes"},{type:"array",items:{$ref:"#/definitions/simpleTypes"},minItems:1,uniqueItems:!0}]},format:{type:"string"},contentMediaType:{type:"string"},contentEncoding:{type:"string"},if:{$ref:"#"},then:{$ref:"#"},else:{$ref:"#"},allOf:{$ref:"#/definitions/schemaArray"},anyOf:{$ref:"#/definitions/schemaArray"},oneOf:{$ref:"#/definitions/schemaArray"},not:{$ref:"#"}},default:!0}});var xp=R((le,Cp)=>{"use strict";Object.defineProperty(le,"__esModule",{value:!0});le.MissingRefError=le.ValidationError=le.CodeGen=le.Name=le.nil=le.stringify=le.str=le._=le.KeywordCxt=le.Ajv=void 0;var S1=aR(),w1=iP(),b1=dP(),fP=lP(),R1=["/properties"],Rc="http://json-schema.org/draft-07/schema",vo=class extends S1.default{_addVocabularies(){super._addVocabularies(),w1.default.forEach(e=>this.addVocabulary(e)),this.opts.discriminator&&this.addKeyword(b1.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;let e=this.opts.$data?this.$dataMetaSchema(fP,R1):fP;this.addMetaSchema(e,Rc,!1),this.refs["http://json-schema.org/schema"]=Rc}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(Rc)?Rc:void 0)}};le.Ajv=vo;Cp.exports=le=vo;Cp.exports.Ajv=vo;Object.defineProperty(le,"__esModule",{value:!0});le.default=vo;var P1=Fs();Object.defineProperty(le,"KeywordCxt",{enumerable:!0,get:function(){return P1.KeywordCxt}});var _o=D();Object.defineProperty(le,"_",{enumerable:!0,get:function(){return _o._}});Object.defineProperty(le,"str",{enumerable:!0,get:function(){return _o.str}});Object.defineProperty(le,"stringify",{enumerable:!0,get:function(){return _o.stringify}});Object.defineProperty(le,"nil",{enumerable:!0,get:function(){return _o.nil}});Object.defineProperty(le,"Name",{enumerable:!0,get:function(){return _o.Name}});Object.defineProperty(le,"CodeGen",{enumerable:!0,get:function(){return _o.CodeGen}});var C1=tc();Object.defineProperty(le,"ValidationError",{enumerable:!0,get:function(){return C1.default}});var x1=qs();Object.defineProperty(le,"MissingRefError",{enumerable:!0,get:function(){return x1.default}})});var SP=R(Vt=>{"use strict";Object.defineProperty(Vt,"__esModule",{value:!0});Vt.formatNames=Vt.fastFormats=Vt.fullFormats=void 0;function Bt(t,e){return{validate:t,compare:e}}Vt.fullFormats={date:Bt(gP,Ap),time:Bt(Ep(!0),$p),"date-time":Bt(pP(!0),vP),"iso-time":Bt(Ep(),yP),"iso-date-time":Bt(pP(),_P),duration:/^P(?!$)((\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+S)?)?|(\d+W)?)$/,uri:M1,"uri-reference":/^(?:[a-z][a-z0-9+\-.]*:)?(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'"()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?(?:\?(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i,"uri-template":/^(?:(?:[^\x00-\x20"'<>%\\^`{|}]|%[0-9a-f]{2})|\{[+#./;?&=,!@|]?(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?(?:,(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?)*\})*$/i,url:/^(?:https?|ftp):\/\/(?:\S+(?::\S*)?@)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)(?:\.(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)*(?:\.(?:[a-z\u{00a1}-\u{ffff}]{2,})))(?::\d{2,5})?(?:\/[^\s]*)?$/iu,email:/^[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/i,hostname:/^(?=.{1,253}\.?$)[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[-0-9a-z]{0,61}[0-9a-z])?)*\.?$/i,ipv4:/^(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)$/,ipv6:/^((([0-9a-f]{1,4}:){7}([0-9a-f]{1,4}|:))|(([0-9a-f]{1,4}:){6}(:[0-9a-f]{1,4}|((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){5}(((:[0-9a-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){4}(((:[0-9a-f]{1,4}){1,3})|((:[0-9a-f]{1,4})?:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){3}(((:[0-9a-f]{1,4}){1,4})|((:[0-9a-f]{1,4}){0,2}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){2}(((:[0-9a-f]{1,4}){1,5})|((:[0-9a-f]{1,4}){0,3}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){1}(((:[0-9a-f]{1,4}){1,6})|((:[0-9a-f]{1,4}){0,4}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(:(((:[0-9a-f]{1,4}){1,7})|((:[0-9a-f]{1,4}){0,5}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))$/i,regex:j1,uuid:/^(?:urn:uuid:)?[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i,"json-pointer":/^(?:\/(?:[^~/]|~0|~1)*)*$/,"json-pointer-uri-fragment":/^#(?:\/(?:[a-z0-9_\-.!$&'()*+,;:=@]|%[0-9a-f]{2}|~0|~1)*)*$/i,"relative-json-pointer":/^(?:0|[1-9][0-9]*)(?:#|(?:\/(?:[^~/]|~0|~1)*)*)$/,byte:I1,int32:{type:"number",validate:N1},int64:{type:"number",validate:D1},float:{type:"number",validate:mP},double:{type:"number",validate:mP},password:!0,binary:!0};Vt.fastFormats={...Vt.fullFormats,date:Bt(/^\d\d\d\d-[0-1]\d-[0-3]\d$/,Ap),time:Bt(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,$p),"date-time":Bt(/^\d\d\d\d-[0-1]\d-[0-3]\dt(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,vP),"iso-time":Bt(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,yP),"iso-date-time":Bt(/^\d\d\d\d-[0-1]\d-[0-3]\d[t\s](?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,_P),uri:/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/)?[^\s]*$/i,"uri-reference":/^(?:(?:[a-z][a-z0-9+\-.]*:)?\/?\/)?(?:[^\\\s#][^\s#]*)?(?:#[^\\\s]*)?$/i,email:/^[a-z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)*$/i};Vt.formatNames=Object.keys(Vt.fullFormats);function k1(t){return t%4===0&&(t%100!==0||t%400===0)}var E1=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,T1=[0,31,28,31,30,31,30,31,31,30,31,30,31];function gP(t){let e=E1.exec(t);if(!e)return!1;let r=+e[1],n=+e[2],o=+e[3];return n>=1&&n<=12&&o>=1&&o<=(n===2&&k1(r)?29:T1[n])}function Ap(t,e){if(t&&e)return t>e?1:t<e?-1:0}var kp=/^(\d\d):(\d\d):(\d\d(?:\.\d+)?)(z|([+-])(\d\d)(?::?(\d\d))?)?$/i;function Ep(t){return function(r){let n=kp.exec(r);if(!n)return!1;let o=+n[1],s=+n[2],i=+n[3],a=n[4],c=n[5]==="-"?-1:1,u=+(n[6]||0),d=+(n[7]||0);if(u>23||d>59||t&&!a)return!1;if(o<=23&&s<=59&&i<60)return!0;let l=s-d*c,f=o-u*c-(l<0?1:0);return(f===23||f===-1)&&(l===59||l===-1)&&i<61}}function $p(t,e){if(!(t&&e))return;let r=new Date("2020-01-01T"+t).valueOf(),n=new Date("2020-01-01T"+e).valueOf();if(r&&n)return r-n}function yP(t,e){if(!(t&&e))return;let r=kp.exec(t),n=kp.exec(e);if(r&&n)return t=r[1]+r[2]+r[3],e=n[1]+n[2]+n[3],t>e?1:t<e?-1:0}var Tp=/t|\s/i;function pP(t){let e=Ep(t);return function(n){let o=n.split(Tp);return o.length===2&&gP(o[0])&&e(o[1])}}function vP(t,e){if(!(t&&e))return;let r=new Date(t).valueOf(),n=new Date(e).valueOf();if(r&&n)return r-n}function _P(t,e){if(!(t&&e))return;let[r,n]=t.split(Tp),[o,s]=e.split(Tp),i=Ap(r,o);if(i!==void 0)return i||$p(n,s)}var A1=/\/|:/,$1=/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)(?:\?(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i;function M1(t){return A1.test(t)&&$1.test(t)}var hP=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/gm;function I1(t){return hP.lastIndex=0,hP.test(t)}var O1=-(2**31),z1=2**31-1;function N1(t){return Number.isInteger(t)&&t<=z1&&t>=O1}function D1(t){return Number.isInteger(t)}function mP(){return!0}var L1=/[^\\]\\Z/;function j1(t){if(L1.test(t))return!1;try{return new RegExp(t),!0}catch{return!1}}});var wP=R(So=>{"use strict";Object.defineProperty(So,"__esModule",{value:!0});So.formatLimitDefinition=void 0;var U1=xp(),Mt=D(),Dr=Mt.operators,Pc={formatMaximum:{okStr:"<=",ok:Dr.LTE,fail:Dr.GT},formatMinimum:{okStr:">=",ok:Dr.GTE,fail:Dr.LT},formatExclusiveMaximum:{okStr:"<",ok:Dr.LT,fail:Dr.GTE},formatExclusiveMinimum:{okStr:">",ok:Dr.GT,fail:Dr.LTE}},F1={message:({keyword:t,schemaCode:e})=>(0,Mt.str)`should be ${Pc[t].okStr} ${e}`,params:({keyword:t,schemaCode:e})=>(0,Mt._)`{comparison: ${Pc[t].okStr}, limit: ${e}}`};So.formatLimitDefinition={keyword:Object.keys(Pc),type:"string",schemaType:"string",$data:!0,error:F1,code(t){let{gen:e,data:r,schemaCode:n,keyword:o,it:s}=t,{opts:i,self:a}=s;if(!i.validateFormats)return;let c=new U1.KeywordCxt(s,a.RULES.all.format.definition,"format");c.$data?u():d();function u(){let f=e.scopeValue("formats",{ref:a.formats,code:i.code.formats}),p=e.const("fmt",(0,Mt._)`${f}[${c.schemaCode}]`);t.fail$data((0,Mt.or)((0,Mt._)`typeof ${p} != "object"`,(0,Mt._)`${p} instanceof RegExp`,(0,Mt._)`typeof ${p}.compare != "function"`,l(p)))}function d(){let f=c.schema,p=a.formats[f];if(!p||p===!0)return;if(typeof p!="object"||p instanceof RegExp||typeof p.compare!="function")throw new Error(`"${o}": format "${f}" does not define "compare" function`);let h=e.scopeValue("formats",{key:f,ref:p,code:i.code.formats?(0,Mt._)`${i.code.formats}${(0,Mt.getProperty)(f)}`:void 0});t.fail$data(l(h))}function l(f){return(0,Mt._)`${f}.compare(${r}, ${n}) ${Pc[o].fail} 0`}},dependencies:["format"]};var q1=t=>(t.addKeyword(So.formatLimitDefinition),t);So.default=q1});var CP=R((ri,PP)=>{"use strict";Object.defineProperty(ri,"__esModule",{value:!0});var wo=SP(),H1=wP(),Mp=D(),bP=new Mp.Name("fullFormats"),G1=new Mp.Name("fastFormats"),Ip=(t,e={keywords:!0})=>{if(Array.isArray(e))return RP(t,e,wo.fullFormats,bP),t;let[r,n]=e.mode==="fast"?[wo.fastFormats,G1]:[wo.fullFormats,bP],o=e.formats||wo.formatNames;return RP(t,o,r,n),e.keywords&&(0,H1.default)(t),t};Ip.get=(t,e="full")=>{let n=(e==="fast"?wo.fastFormats:wo.fullFormats)[t];if(!n)throw new Error(`Unknown format "${t}"`);return n};function RP(t,e,r,n){var o,s;(o=(s=t.opts.code).formats)!==null&&o!==void 0||(s.formats=(0,Mp._)`require("ajv-formats/dist/formats").${n}`);for(let i of e)t.addFormat(i,r[i])}PP.exports=ri=Ip;Object.defineProperty(ri,"__esModule",{value:!0});ri.default=Ip});var eC=R((I5,QP)=>{QP.exports=XP;XP.sync=bU;var JP=pr("fs");function wU(t,e){var r=e.pathExt!==void 0?e.pathExt:process.env.PATHEXT;if(!r||(r=r.split(";"),r.indexOf("")!==-1))return!0;for(var n=0;n<r.length;n++){var o=r[n].toLowerCase();if(o&&t.substr(-o.length).toLowerCase()===o)return!0}return!1}function YP(t,e,r){return!t.isSymbolicLink()&&!t.isFile()?!1:wU(e,r)}function XP(t,e,r){JP.stat(t,function(n,o){r(n,n?!1:YP(o,t,e))})}function bU(t,e){return YP(JP.statSync(t),t,e)}});var sC=R((O5,oC)=>{oC.exports=rC;rC.sync=RU;var tC=pr("fs");function rC(t,e,r){tC.stat(t,function(n,o){r(n,n?!1:nC(o,e))})}function RU(t,e){return nC(tC.statSync(t),e)}function nC(t,e){return t.isFile()&&PU(t,e)}function PU(t,e){var r=t.mode,n=t.uid,o=t.gid,s=e.uid!==void 0?e.uid:process.getuid&&process.getuid(),i=e.gid!==void 0?e.gid:process.getgid&&process.getgid(),a=parseInt("100",8),c=parseInt("010",8),u=parseInt("001",8),d=a|c,l=r&u||r&c&&o===i||r&a&&n===s||r&d&&s===0;return l}});var aC=R((N5,iC)=>{var z5=pr("fs"),zc;process.platform==="win32"||global.TESTING_WINDOWS?zc=eC():zc=sC();iC.exports=Xp;Xp.sync=CU;function Xp(t,e,r){if(typeof e=="function"&&(r=e,e={}),!r){if(typeof Promise!="function")throw new TypeError("callback not provided");return new Promise(function(n,o){Xp(t,e||{},function(s,i){s?o(s):n(i)})})}zc(t,e||{},function(n,o){n&&(n.code==="EACCES"||e&&e.ignoreErrors)&&(n=null,o=!1),r(n,o)})}function CU(t,e){try{return zc.sync(t,e||{})}catch(r){if(e&&e.ignoreErrors||r.code==="EACCES")return!1;throw r}}});var hC=R((D5,pC)=>{var To=process.platform==="win32"||process.env.OSTYPE==="cygwin"||process.env.OSTYPE==="msys",cC=pr("path"),xU=To?";":":",uC=aC(),dC=t=>Object.assign(new Error(`not found: ${t}`),{code:"ENOENT"}),lC=(t,e)=>{let r=e.colon||xU,n=t.match(/\//)||To&&t.match(/\\/)?[""]:[...To?[process.cwd()]:[],...(e.path||process.env.PATH||"").split(r)],o=To?e.pathExt||process.env.PATHEXT||".EXE;.CMD;.BAT;.COM":"",s=To?o.split(r):[""];return To&&t.indexOf(".")!==-1&&s[0]!==""&&s.unshift(""),{pathEnv:n,pathExt:s,pathExtExe:o}},fC=(t,e,r)=>{typeof e=="function"&&(r=e,e={}),e||(e={});let{pathEnv:n,pathExt:o,pathExtExe:s}=lC(t,e),i=[],a=u=>new Promise((d,l)=>{if(u===n.length)return e.all&&i.length?d(i):l(dC(t));let f=n[u],p=/^".*"$/.test(f)?f.slice(1,-1):f,h=cC.join(p,t),m=!p&&/^\.[\\\/]/.test(t)?t.slice(0,2)+h:h;d(c(m,u,0))}),c=(u,d,l)=>new Promise((f,p)=>{if(l===o.length)return f(a(d+1));let h=o[l];uC(u+h,{pathExt:s},(m,y)=>{if(!m&&y)if(e.all)i.push(u+h);else return f(u+h);return f(c(u,d,l+1))})});return r?a(0).then(u=>r(null,u),r):a(0)},kU=(t,e)=>{e=e||{};let{pathEnv:r,pathExt:n,pathExtExe:o}=lC(t,e),s=[];for(let i=0;i<r.length;i++){let a=r[i],c=/^".*"$/.test(a)?a.slice(1,-1):a,u=cC.join(c,t),d=!c&&/^\.[\\\/]/.test(t)?t.slice(0,2)+u:u;for(let l=0;l<n.length;l++){let f=d+n[l];try{if(uC.sync(f,{pathExt:o}))if(e.all)s.push(f);else return f}catch{}}}if(e.all&&s.length)return s;if(e.nothrow)return null;throw dC(t)};pC.exports=fC;fC.sync=kU});var gC=R((L5,Qp)=>{"use strict";var mC=(t={})=>{let e=t.env||process.env;return(t.platform||process.platform)!=="win32"?"PATH":Object.keys(e).reverse().find(n=>n.toUpperCase()==="PATH")||"Path"};Qp.exports=mC;Qp.exports.default=mC});var SC=R((j5,_C)=>{"use strict";var yC=pr("path"),EU=hC(),TU=gC();function vC(t,e){let r=t.options.env||process.env,n=process.cwd(),o=t.options.cwd!=null,s=o&&process.chdir!==void 0&&!process.chdir.disabled;if(s)try{process.chdir(t.options.cwd)}catch{}let i;try{i=EU.sync(t.command,{path:r[TU({env:r})],pathExt:e?yC.delimiter:void 0})}catch{}finally{s&&process.chdir(n)}return i&&(i=yC.resolve(o?t.options.cwd:"",i)),i}function AU(t){return vC(t)||vC(t,!0)}_C.exports=AU});var wC=R((U5,th)=>{"use strict";var eh=/([()\][%!^"`<>&|;, *?])/g;function $U(t){return t=t.replace(eh,"^$1"),t}function MU(t,e){return t=`${t}`,t=t.replace(/(?=(\\+?)?)\1"/g,'$1$1\\"'),t=t.replace(/(?=(\\+?)?)\1$/,"$1$1"),t=`"${t}"`,t=t.replace(eh,"^$1"),e&&(t=t.replace(eh,"^$1")),t}th.exports.command=$U;th.exports.argument=MU});var RC=R((F5,bC)=>{"use strict";bC.exports=/^#!(.*)/});var CC=R((q5,PC)=>{"use strict";var IU=RC();PC.exports=(t="")=>{let e=t.match(IU);if(!e)return null;let[r,n]=e[0].replace(/#! ?/,"").split(" "),o=r.split("/").pop();return o==="env"?n:n?`${o} ${n}`:o}});var kC=R((H5,xC)=>{"use strict";var rh=pr("fs"),OU=CC();function zU(t){let r=Buffer.alloc(150),n;try{n=rh.openSync(t,"r"),rh.readSync(n,r,0,150,0),rh.closeSync(n)}catch{}return OU(r.toString())}xC.exports=zU});var $C=R((G5,AC)=>{"use strict";var NU=pr("path"),EC=SC(),TC=wC(),DU=kC(),LU=process.platform==="win32",jU=/\.(?:com|exe)$/i,UU=/node_modules[\\/].bin[\\/][^\\/]+\.cmd$/i;function FU(t){t.file=EC(t);let e=t.file&&DU(t.file);return e?(t.args.unshift(t.file),t.command=e,EC(t)):t.file}function qU(t){if(!LU)return t;let e=FU(t),r=!jU.test(e);if(t.options.forceShell||r){let n=UU.test(e);t.command=NU.normalize(t.command),t.command=TC.command(t.command),t.args=t.args.map(s=>TC.argument(s,n));let o=[t.command].concat(t.args).join(" ");t.args=["/d","/s","/c",`"${o}"`],t.command=process.env.comspec||"cmd.exe",t.options.windowsVerbatimArguments=!0}return t}function HU(t,e,r){e&&!Array.isArray(e)&&(r=e,e=null),e=e?e.slice(0):[],r=Object.assign({},r);let n={command:t,args:e,options:r,file:void 0,original:{command:t,args:e}};return r.shell?n:qU(n)}AC.exports=HU});var OC=R((Z5,IC)=>{"use strict";var nh=process.platform==="win32";function oh(t,e){return Object.assign(new Error(`${e} ${t.command} ENOENT`),{code:"ENOENT",errno:"ENOENT",syscall:`${e} ${t.command}`,path:t.command,spawnargs:t.args})}function GU(t,e){if(!nh)return;let r=t.emit;t.emit=function(n,o){if(n==="exit"){let s=MC(o,e);if(s)return r.call(t,"error",s)}return r.apply(t,arguments)}}function MC(t,e){return nh&&t===1&&!e.file?oh(e.original,"spawn"):null}function ZU(t,e){return nh&&t===1&&!e.file?oh(e.original,"spawnSync"):null}IC.exports={hookChildProcess:GU,verifyENOENT:MC,verifyENOENTSync:ZU,notFoundError:oh}});var DC=R((B5,Ao)=>{"use strict";var zC=pr("child_process"),sh=$C(),ih=OC();function NC(t,e,r){let n=sh(t,e,r),o=zC.spawn(n.command,n.args,n.options);return ih.hookChildProcess(o,n),o}function BU(t,e,r){let n=sh(t,e,r),o=zC.spawnSync(n.command,n.args,n.options);return o.error=o.error||ih.verifyENOENTSync(o.status,n),o}Ao.exports=NC;Ao.exports.spawn=NC;Ao.exports.sync=BU;Ao.exports._parse=sh;Ao.exports._enoent=ih});var HC=R(ch=>{"use strict";var UC=/; *([!#$%&'*+.^_`|~0-9A-Za-z-]+) *= *("(?:[\u000b\u0020\u0021\u0023-\u005b\u005d-\u007e\u0080-\u00ff]|\\[\u000b\u0020-\u00ff])*"|[!#$%&'*+.^_`|~0-9A-Za-z-]+) */g,YU=/^[\u000b\u0020-\u007e\u0080-\u00ff]+$/,FC=/^[!#$%&'*+.^_`|~0-9A-Za-z-]+$/,XU=/\\([\u000b\u0020-\u00ff])/g,QU=/([\\"])/g,qC=/^[!#$%&'*+.^_`|~0-9A-Za-z-]+\/[!#$%&'*+.^_`|~0-9A-Za-z-]+$/;ch.format=eF;ch.parse=tF;function eF(t){if(!t||typeof t!="object")throw new TypeError("argument obj is required");var e=t.parameters,r=t.type;if(!r||!qC.test(r))throw new TypeError("invalid type");var n=r;if(e&&typeof e=="object")for(var o,s=Object.keys(e).sort(),i=0;i<s.length;i++){if(o=s[i],!FC.test(o))throw new TypeError("invalid parameter name");n+="; "+o+"="+nF(e[o])}return n}function tF(t){if(!t)throw new TypeError("argument string is required");var e=typeof t=="object"?rF(t):t;if(typeof e!="string")throw new TypeError("argument string is required to be a string");var r=e.indexOf(";"),n=r!==-1?e.slice(0,r).trim():e.trim();if(!qC.test(n))throw new TypeError("invalid media type");var o=new oF(n.toLowerCase());if(r!==-1){var s,i,a;for(UC.lastIndex=r;i=UC.exec(e);){if(i.index!==r)throw new TypeError("invalid parameter format");r+=i[0].length,s=i[1].toLowerCase(),a=i[2],a.charCodeAt(0)===34&&(a=a.slice(1,-1),a.indexOf("\\")!==-1&&(a=a.replace(XU,"$1"))),o.parameters[s]=a}if(r!==e.length)throw new TypeError("invalid parameter format")}return o}function rF(t){var e;if(typeof t.getHeader=="function"?e=t.getHeader("content-type"):typeof t.headers=="object"&&(e=t.headers&&t.headers["content-type"]),typeof e!="string")throw new TypeError("content-type header is missing from object");return e}function nF(t){var e=String(t);if(FC.test(e))return e;if(e.length>0&&!YU.test(e))throw new TypeError("invalid parameter value");return'"'+e.replace(QU,"\\$1")+'"'}function oF(t){this.parameters=Object.create(null),this.type=t}});import{logger as hZ}from"@hermes/logger";import{logger as Pq}from"@hermes/logger";var gE="mcp-auth";function Ne(t,e=t.ui){if(!e)return;let r=0;for(let n of t.servers.values())n.status==="auth_required"&&r++;e.setStatus(gE,r>0?e.theme.fg("warning",`[${r} MCP needs auth, use /mcp]`):void 0)}import{MCP_CONNECTION_STATE_TOPIC as QF}from"@augmentcode/auggie-v2";import{logger as eq}from"@hermes/logger";import{logger as LE}from"@hermes/logger";import{logger as vE}from"@hermes/logger";function yE(t,e,r){let n=r?.get(t.name);return n!==void 0?n.host===t&&n.owner.kind==="plugin":e?.get(t.name)===t}function hr(t,e,r){let n=r?.get(t.name);if(n?.host===t)return n.owner.kind;let o=t.config;return o?.vfsSource!==void 0?"vfs":o?.registrySource!==void 0?"registry":yE(t,e,r)?"plugin":"local"}function _E(t){let e=t.getLastProbeResult();return e!==void 0&&!e.ok&&e.outcome==="authFailure"?e:void 0}var Kh=vE.child({prefix:"pi-mcp"}),SE="augment:mcp-status-report";function Yt(t,e,r){let n=t.servers.get(e),o=n?.hostedCredentialProvenance;if(o?.kind==="accepted"&&o.hostedAccessTokenOnly===!0)return{serverGeneration:o.hostGeneration,mcpConfigId:o.configId,credentialRevision:o.credentialRevision,credentialRevisionDomain:o.credentialRevisionDomain};let s=t.credentialRevisions?.get(e);return{serverGeneration:t.serverGenerations?.get(e)??0,mcpConfigId:r??n?.config.id,credentialRevision:s?.revision,credentialRevisionDomain:s?.domain}}function zo(t,e,r,n){let o=Yt(t,e);return o.serverGeneration!==n.serverGeneration||o.mcpConfigId!==n.mcpConfigId||o.credentialRevision!==n.credentialRevision||o.credentialRevisionDomain!==n.credentialRevisionDomain?!1:(t.statusFailureCategories??=new Map,t.statusFailureCategories.set(e,{category:r,...n}),!0)}function ot(t,e,r){if(r){let o=Yt(t,e);if(o.serverGeneration!==r.serverGeneration||o.mcpConfigId!==r.mcpConfigId||o.credentialRevision!==r.credentialRevision||o.credentialRevisionDomain!==r.credentialRevisionDomain)return!1}let n=t.statusFailureCategories?.get(e);return t.statusFailureCategories?.delete(e),typeof n=="object"&&n.category==="auth_refresh_needed"&&t.authRefreshNeededReportKeys?.delete(e),!0}function wE(t,e){t.statusFailureCategories??=new Map;let r=t.statusFailureCategories.get(e);if(typeof r=="string")return r;let n=Yt(t,e);if(r?.serverGeneration===n.serverGeneration&&r.mcpConfigId===n.mcpConfigId&&r.credentialRevision===n.credentialRevision&&r.credentialRevisionDomain===n.credentialRevisionDomain)return r.category;t.statusFailureCategories.delete(e),t.authRefreshNeededReportKeys?.delete(e)}var Ai=3e4;function bE(t){switch(t.status){case"success":return"connected";case"failed":case"auth_required":return"failed";case"initializing":{let e=t.connectStartedAt;return e!==void 0&&Date.now()-e>=Ai?"failed":void 0}default:return}}var Jh="authentication required",RE="Authentication refresh is pending in the backend; retry shortly.",PE="timed out connecting after 30s",CE="Couldn't add this MCP server: its configuration could not be loaded from the MCP registry. Remove it and try again.",xE="Couldn't add this MCP server: another connected server already uses this name. Remove or rename one of them, then try again.",kE="Server was selected for this session but could not be loaded (it may be disabled or misconfigured in the MCP registry).";function EE(t,e){let r=new Set;for(let i of t.servers.values())i.config.id!==void 0&&r.add(i.config.id);let n=new Set(e.map(i=>i.mcpConfigId).filter(i=>i!==void 0)),o=new Set(e.map(i=>i.name)),s=i=>t.registryConfigNamesById.get(i)??i;for(let i of t.failedAddConfigIds){if(r.has(i)||n.has(i))continue;let a=s(i);n.add(i),o.add(a),e.push({name:a,source:"registry",status:"failed",failureCategory:"configuration",errorMessage:t.nameCollisionAddConfigIds.has(i)?xE:CE,mcpConfigId:i,dynamicallyAdded:!0})}for(let i of t.selectedRegistryConfigIds??[]){if(r.has(i)||n.has(i)||t.sessionRemovedConfigIds.has(i))continue;let a=s(i);o.has(a)||(n.add(i),o.add(a),e.push({name:a,source:"registry",status:"failed",failureCategory:"configuration",errorMessage:kE,mcpConfigId:i}))}}function TE(t,e){return e!==void 0?e.isAuthError?Jh:e.error:t.status==="initializing"?PE:t.lastError??(t.status==="auth_required"?Jh:void 0)}function AE(t,e){let r=bE(t);if(r===void 0)return;let n=wE(e,t.name),o=r==="connected"?_E(t):void 0;(o!==void 0||n==="auth_refresh_needed")&&(r="failed");let s={name:t.name,source:hr(t,e.pluginServerHosts,e.hostLeases),status:r,transport:t.config.type,tools:t.tools.map(u=>u.name)},i=t.config.id;i!==void 0&&(s.mcpConfigId=i,e.dynamicallyAddedConfigIds.has(i)&&(s.dynamicallyAdded=!0));let a=e.statusFailureCategories?.get(t.name),c=typeof a=="object"?{revision:a.credentialRevision,domain:a.credentialRevisionDomain}:e.credentialRevisions?.get(t.name);return c?.revision!==void 0&&c.domain!==void 0&&(s.credentialRevision=c.revision,s.credentialRevisionDomain=c.domain),r==="failed"&&(s.errorMessage=n==="auth_refresh_needed"?RE:TE(t,o),s.failureCategory=n??(t.status==="auth_required"||o?.isAuthError===!0?"auth_terminal":"transport_transient"),typeof a=="object"&&(s.serverGeneration=a.serverGeneration)),s}function $E(t){let e=[];for(let r of t.servers.values()){let n=AE(r,t);n!==void 0&&e.push(n)}return EE(t,e),e}function J(t,e){try{let r=$E(e),n=JSON.stringify(r);if(n===e.lastStatusReport)return;e.lastStatusReport=n,e.statusHostGeneration??=1,e.statusReportSequence=(e.statusReportSequence??0)+1;let o={servers:r,observedAtMs:Date.now(),hostGeneration:e.statusHostGeneration,reportSequence:e.statusReportSequence};t.events.emit(SE,o),Kh.info(`Emitted MCP status report: ${r.length} server(s)`)}catch(r){Kh.warn(`Failed to emit MCP status report: ${r instanceof Error?r.message:String(r)}`)}}var $i={local:4,registry:3,plugin:2,vfs:1};function Nt(t){return t.hostLeases??=new Map,t.hostLeases}function ME(t){return t.hostLeaseRevisions??=new Map,t.hostLeaseRevisions}function No(t){return t.expectedCredentialDomains??=new Map,t.expectedCredentialDomains}function Do(t,e){return t.kind===e.kind&&t.identity===e.identity}function Yh(t){if(!t.host)return t.retirement;let e=()=>{},r=new Promise(n=>{e=n});return{incumbent:{owner:t.owner,revision:t.revision,host:t.host},teardown:r,settled:!1,resolve:e}}function lu(t,e){let r=ME(t),n=(r.get(e)??0)+1;return r.set(e,n),n}function Mi(t,e,r){if(r.kind==="registry"){No(t).set(e,{kind:"domain",domain:r.identity});return}No(t).set(e,{kind:"blocked"})}function fu(t,e,r){r&&t.servers.get(e)===r&&t.servers.delete(e),r&&t.pluginServerHosts.get(e)===r&&(t.pluginServerHosts.delete(e),t.pluginServerNames.delete(e))}function Mn(t,e){return t.registrySource!==void 0?{kind:"registry",identity:`user:${t.id??t.name}`}:t.vfsSource!==void 0?{kind:"vfs",identity:t.id??t.name}:{kind:e??"local",identity:t.id??t.name}}function Q(t,e,r){let n=Nt(t),o=n.get(e);if(o)return o;let s=t.pluginServerHosts.get(e)===r?"plugin":void 0,i=r.config,a=i?Mn(i,s):{kind:s??"local",identity:e},c={owner:a,revision:lu(t,e),host:r};return n.set(e,c),Mi(t,e,a),c}function Xh(t){let{state:e,name:r,host:n}=t,o=Nt(e),s=o.get(r);if(!s||s.host!==n||s.owner.kind!=="local"||e.servers.get(r)!==n)return;let i={owner:{kind:"plugin",identity:n.config.id??r},revision:lu(e,r),host:n};return o.set(r,i),e.pluginServerNames.add(r),e.pluginServerHosts.set(r,n),Mi(e,r,i.owner),i}function Lo(t){let{state:e,name:r,owner:n,expectedRevision:o,expectedHost:s}=t,i=Nt(e),a=i.get(r);if(a){if(a.retirement?.settled)return;let l=$i[n.kind]>$i[a.owner.kind],f=$i[n.kind]===$i[a.owner.kind],p=o===a.revision&&(s===void 0||s===a.host);if(!(l||f&&p))return}let c=a?.host,u=a?Yh(a):void 0;fu(e,r,c),a?.owner.kind==="plugin"&&(e.pluginServerNames.delete(r),e.pluginServerHosts.delete(r));let d={owner:n,revision:lu(e,r),host:void 0,...u?{retirement:u}:{}};return i.set(r,d),Mi(e,r,n),{lease:d,...c?{displacedHost:c}:{},...u?{retirement:u}:{}}}async function pu(t){if(!t)return;let e=await t.teardown;if(e.status==="failed")throw e.error instanceof Error?e.error:new Error(String(e.error))}function we(t){let{state:e,name:r,retirement:n,result:o}=t;if(n.settled)return!1;n.settled=!0,n.result=o;let i=Nt(e).get(r);return i?.retirement===n&&(o.status==="failed"?(i.host=void 0,No(e).set(r,{kind:"blocked"})):i.retirement=void 0),n.resolve(o),!0}function Ii(t){let{state:e,name:r,owner:n,revision:o,host:s}=t,i=Nt(e).get(r);return!i||i.revision!==o||!Do(i.owner,n)||i.host!==void 0||i.retirement!==void 0?!1:(i.host=s,e.servers.set(r,s),n.kind==="plugin"?(e.pluginServerNames.add(r),e.pluginServerHosts.set(r,s)):(e.pluginServerNames.delete(r),e.pluginServerHosts.delete(r)),!0)}function Rt(t){let{state:e,name:r,owner:n,revision:o,host:s}=t,i=Nt(e).get(r);if(!i||i.revision!==o||!Do(i.owner,n)||i.host!==s||i.retirement!==void 0)return;let a=Yh(i);if(a)return fu(e,r,s),i.host=void 0,i.retirement=a,a}function Qh(t){let{state:e,name:r,retiredOwner:n,retirement:o}=t,s=Nt(e),i=s.get(r),a=o.result;return!i||i.retirement!==o||i.host!==void 0||!o.settled||!Do(o.incumbent.owner,n)||a?.status!=="failed"||a.transportDisposed!==!0?!1:(i.retirement=void 0,!Do(i.owner,n)||i.revision!==o.incumbent.revision?(Mi(e,r,i.owner),!0):(s.delete(r),No(e).set(r,{kind:"blocked"}),!0))}function Re(t){let{state:e,name:r,owner:n,revision:o,host:s}=t,i=Nt(e),a=i.get(r);return!a||a.revision!==o||!Do(a.owner,n)||a.host!==s||a.retirement!==void 0?!1:(fu(e,r,a.host),a.owner.kind==="plugin"&&(e.pluginServerNames.delete(r),e.pluginServerHosts.delete(r)),i.delete(r),No(e).set(r,{kind:"blocked"}),!0)}function Z(t,e){return Nt(t).get(e)}function em(t,e,r){return Nt(t).get(e)?.host===r}function jo(t,e){t.authenticatingServerName===e&&(t.authenticationGeneration=(t.authenticationGeneration??0)+1,t.authenticating=!1,t.authenticatingServerName=void 0)}function mr(t){if(!(t.type!=="http"&&t.type!=="sse"||t.auth!=="oauth"))return{id:t.id,name:t.name,type:t.type,url:t.url,auth:t.auth,registrySource:t.registrySource,vfsSource:t.vfsSource}}function Be(t,e){return t.type!==e.type||t.id!==e.id?!1:t.type==="stdio"||e.type==="stdio"?!0:t.url===e.url&&t.auth===e.auth}function hu(t,e){return["user","tenant","private","shared"].some(r=>t===`${r}:${e}`)}function IE(t){let{state:e,name:r,expectedRegistryConfigId:n,expectedConfig:o,currentConfig:s}=t;if(o)return o;let i=n?e.registryCredentialConfigsById?.get(n):void 0;if(i?.name===r)return i;let a=e.registryCredentialConfigs?.get(r);if(a?.id===n)return a;if(s?.id===n)return s}function OE(t){let{currentConfig:e,retiredConfig:r,expectedRegistryConfigId:n}=t;return e?r?!Be(e,r):n===void 0?!1:e.id===void 0?e.registrySource===void 0:e.id!==n:!1}function tm(t){let{identity:e,retiredConfigId:r,retiredOwnerIdentity:n}=t;return r!==void 0?!hu(e,r):n!==void 0&&e!==n}function rm(t,e,r){return r&&e!==void 0&&t!==void 0&&hu(t,e)}function zE(t){let{acceptedDomain:e,currentDomain:r,retiredConfigId:n,retiresRegistryIdentity:o}=t;return!o||n===void 0?!1:[e,r].some(s=>s!==void 0&&!hu(s,n))}function nm(t){let{currentConfig:e,retiredConfig:r,expectedRegistryConfigId:n,retiresRegistryIdentity:o,currentLease:s,expectedFence:i,retiredConfigId:a,retiredOwnerIdentity:c,acceptedDomain:u,currentDomain:d}=t;if(OE({currentConfig:e,retiredConfig:r,expectedRegistryConfigId:n}))return!0;let l={retiredConfigId:a,retiredOwnerIdentity:c};return o&&s!==void 0&&(s.owner.kind!=="registry"||tm({identity:s.owner.identity,...l}))||o&&i?.kind==="domain"&&tm({identity:i.domain,...l})?!0:zE({acceptedDomain:u,currentDomain:d,retiredConfigId:a,retiresRegistryIdentity:o})}function NE(t){let{name:e,retiredConfig:r,expectedRegistryConfigId:n}=t;if(r)return mr(r);if(n!==void 0)return{id:n,name:e}}function DE(t){let{state:e,name:r,mode:n,stillOwnsNameScopedRevision:o,retiredConfig:s}=t;if(n==="durable"){e.preservedCredentialIdentities?.delete(r);return}!o||!s||!mr(s)||!e.tokens?.get(r)||(e.preservedCredentialIdentities??=new Map,e.preservedCredentialIdentities.set(r,{...s}))}async function om(t,e,r,n,o){let s=t.oauthCredentialDomains?.get(e),i=t.credentialRevisions?.get(e)?.domain,a=t.servers?.get(e)?.config,c=IE({state:t,name:e,expectedRegistryConfigId:r,expectedConfig:n,currentConfig:a}),u=c?.id??r,d=c?.registrySource!==void 0||c===void 0&&r!==void 0,l=c?.registrySource===void 0?void 0:`user:${c.id??c.name}`,f=nm({currentConfig:a,retiredConfig:c,expectedRegistryConfigId:r,retiresRegistryIdentity:d,currentLease:t.hostLeases?.get(e),expectedFence:t.expectedCredentialDomains?.get(e),retiredConfigId:u,retiredOwnerIdentity:l,acceptedDomain:s,currentDomain:i}),p=rm(s,u,d),h=rm(i,u,d),m=!f,y=t.tokens?.get(e)!==void 0&&s===void 0&&i===void 0,w=f&&!(m||p||h||y);if(o==="durable"){let P=NE({name:e,retiredConfig:c,expectedRegistryConfigId:r});await t.tokens?.retireCredential(e,P,{preserveNameState:w})}let b=nm({currentConfig:t.servers?.get(e)?.config,retiredConfig:c,expectedRegistryConfigId:r,retiresRegistryIdentity:d,currentLease:t.hostLeases?.get(e),expectedFence:t.expectedCredentialDomains?.get(e),retiredConfigId:u,retiredOwnerIdentity:l,acceptedDomain:t.oauthCredentialDomains?.get(e),currentDomain:t.credentialRevisions?.get(e)?.domain}),k=m&&!b,S=!1;return t.equalRevisionRebindDomains?.delete(e),(k||p)&&t.oauthCredentialDomains?.get(e)===s&&(t.oauthCredentialDomains.delete(e),S=!0),(k||h)&&t.credentialRevisions?.get(e)?.domain===i&&(t.credentialRevisions.delete(e),t.hostedCredentialOwnership?.delete(e),S=!0),k&&o==="durable"&&t.expectedCredentialDomains?.set(e,{kind:"blocked"}),DE({state:t,name:e,mode:o,stillOwnsNameScopedRevision:k,retiredConfig:c}),S&&(jo(t,e),ot(t,e),t.authRefreshNeededReportKeys?.delete(e)),k}function dt(t,e,r,n){return om(t,e,r,n,"durable")}function Uo(t,e,r,n){return om(t,e,r,n,"session")}function sm(t){let e=t.credential_owner_domain??t.credentialOwnerDomain;return typeof e=="string"&&/^user:.+/.test(e)?e:void 0}function gr(t,e){let r=t.replace(/^0+(?=\d)/,""),n=e.replace(/^0+(?=\d)/,"");return r.length!==n.length?r.length<n.length?-1:1:r===n?0:r<n?-1:1}var im="augment:mcp-oauth-credentials",am=300*1e3,jE=256,mu=LE.child({prefix:"pi-mcp"}),Pt=class extends Error{constructor(e){super(e),this.name="RegistryCredentialRetirementError"}};function st(t){return`user:${t}`}function Hr(t){let{state:e,name:r,revision:n}=t;if(e.credentialRevisions??=new Map,e.oauthCredentialRevisions??=new Map,e.oauthCredentialDomains??=new Map,e.hostedCredentialOwnership?.delete(r),n===void 0){e.credentialRevisions.delete(r),e.oauthCredentialDomains.delete(r),e.authRefreshNeededReportKeys?.delete(r);return}let o={...n,revision:n.revision.replace(/^0+(?=\d)/,"")},s=e.credentialRevisions.get(r);e.credentialRevisions.set(r,o),(s?.revision!==o.revision||s?.domain!==o.domain)&&e.authRefreshNeededReportKeys?.delete(r);let i=e.oauthCredentialRevisions.get(o.domain);(i===void 0||gr(o.revision,i)>0)&&e.oauthCredentialRevisions.set(o.domain,o.revision),e.oauthCredentialDomains.set(r,o.domain)}function In(t){let e=t.indexOf(":");if(e<=0||e===t.length-1)return t;let r=t.slice(0,e);return r!=="private"&&r!=="shared"&&r!=="user"&&r!=="tenant"?t:st(t.slice(e+1))}function it(t){return/^secret:(private|shared):.+/.test(t)}function Gr(t){return t.ownerDomain??In(t.domain)}function cm(t,e,r){let n=st(e);return r!==void 0?r===n:it(t)||In(t)===n}function UE(t,e){return t?.revision===e?.revision&&t?.domain===e?.domain&&t?.ownerDomain===e?.ownerDomain}function FE(t,e,r){return{acceptedDomain:t.oauthCredentialDomains.get(e),credentialRevision:t.credentialRevisions.get(e),expectedDomain:t.expectedCredentialDomains.get(e),failure:t.statusFailureCategories.get(e),restoreFailure:r}}function qE(t,e){return t?.kind===e?.kind&&(t?.kind!=="domain"||e?.kind==="domain"&&t.domain===e.domain)}function HE(t,e,r){return t.oauthCredentialDomains.get(e)===r.acceptedDomain&&UE(t.credentialRevisions.get(e),r.credentialRevision)&&qE(t.expectedCredentialDomains.get(e),r.expectedDomain)&&t.statusFailureCategories.get(e)===r.failure}function GE(t){return JSON.stringify({id:t.id,name:t.name,type:t.type,url:t.type==="stdio"?void 0:t.url,auth:t.type==="stdio"?void 0:t.auth,registrySource:t.registrySource,vfsSource:t.vfsSource})}function ZE(t){let{state:e,config:r,domain:n}=t,o=r.id===void 0?void 0:e.registryCredentialConfigsById.get(r.id);return!o||e.sessionRemovedConfigIds.has(r.id??"")||!Be(o,r)?!1:o.name!==r.name||e.equalRevisionRebindDomains.get(r.name)===n}function Zr(t){t.registryCredentialIntents??=new Map,t.registryCredentialIntentEpochs??=new Map,t.pendingRegistryCredentialDomains??=new Set,t.stagedOAuthCredentials??=new Map,t.equalRevisionRebindDomains??=new Map,t.bootOAuthCredentialBuffer??=new Map}function yr(t,e){let r=t.bootOAuthCredentialBuffer?.get(e);r?.expiryTimer!==void 0&&clearTimeout(r.expiryTimer),t.bootOAuthCredentialBuffer?.delete(e)}function um(t,e){let r=t.bootOAuthCredentialBuffer;if(r)for(let[n,o]of r)e-o.insertedAtMs>=am&&yr(t,n)}function BE(t){let e=t.bootOAuthCredentialBuffer?.keys().next().value;typeof e=="string"&&yr(t,e)}function dm(t){let{state:e,serverName:r,revision:n,credential:o,suppressReconnect:s}=t;Zr(e),e.bootOAuthCredentialBuffer??=new Map;let i=e.bootOAuthCredentialBuffer,a=Date.now();um(e,a);let c=Gr(n),u=it(c)?`${c}\0${r}`:c,d=i.get(u),l=d?.credential.credential_revision??d?.credential.credentialRevision;if(typeof l=="string"&&gr(n.revision,l)<=0)return;!d&&i.size>=jE&&BE(e),yr(e,u);let f={serverName:r,credential:o,suppressReconnect:s,insertedAtMs:a,expiryTimer:void 0};i.set(u,f),f.expiryTimer=setTimeout(()=>{i.get(u)===f&&yr(e,u)},am),f.expiryTimer.unref?.(),mu.warn(`MCP OAuth credential for "${r}" arrived before its server was known; buffered for replay after discovery`)}function VE(t,e){Zr(t);let r=(t.registryCredentialIntentEpochs.get(e)??0)+1;return t.registryCredentialIntentEpochs.set(e,r),r}function Ve(t){let{state:e,domain:r,epoch:n,preserveFence:o=!1,preserveBootCredential:s=!1}=t;Zr(e);let i=e.registryCredentialIntents.get(r);if(!(n!==void 0&&i?.epoch!==n)){if(!o&&i?.configName){let a=e.expectedCredentialDomains.get(i.configName);a?.kind==="domain"&&a.domain===r&&e.expectedCredentialDomains.set(i.configName,{kind:"blocked"})}e.pendingRegistryCredentialDomains.delete(r),e.registryCredentialIntents.delete(r),e.stagedOAuthCredentials.delete(r),s||yr(e,r)}}function Oi(t){let{state:e,domain:r,forceNew:n=!1}=t;Zr(e);let o=e.registryCredentialIntents.get(r);if(o&&!n)return e.pendingRegistryCredentialDomains.add(r),{domain:r,...o};let s=o?.configFingerprint===void 0?e.stagedOAuthCredentials.get(r):void 0;o&&Ve({state:e,domain:r,epoch:o.epoch});let i={epoch:VE(e,r),configFingerprint:void 0,configName:void 0,allowEqualRevisionRebind:!1,finalization:void 0};return e.registryCredentialIntents.set(r,i),s!==void 0&&s.configFingerprint===void 0&&e.stagedOAuthCredentials.set(r,{...s,intentEpoch:i.epoch}),e.pendingRegistryCredentialDomains.add(r),{domain:r,...i}}function lm(t,e){Zr(t);for(let[r,n]of t.registryCredentialIntents)e.has(r)||Ve({state:t,domain:r,epoch:n.epoch});for(let r of t.pendingRegistryCredentialDomains)e.has(r)||(t.pendingRegistryCredentialDomains.delete(r),t.stagedOAuthCredentials.delete(r));for(let r of t.stagedOAuthCredentials.keys())e.has(r)||t.stagedOAuthCredentials.delete(r);for(let r of t.bootOAuthCredentialBuffer?.keys()??[]){let n=r.split("\0",1)[0];!e.has(r)&&!it(n)&&yr(t,r)}for(let r of e){let n=t.registryCredentialIntents.get(r);Oi({state:t,domain:r,forceNew:n?.configFingerprint===void 0})}}function WE(t){let{state:e,config:r}=t;if(r.id===void 0||r.registrySource===void 0||Z(e,r.name)?.owner.kind==="local")return;Zr(e);let n=st(r.id),o=GE(r),s=ZE({state:e,config:r,domain:n});s||e.equalRevisionRebindDomains.delete(r.name);let i=e.registryCredentialIntents.get(n);if(i&&i.configFingerprint===void 0){i.configFingerprint=o,i.configName=r.name,i.allowEqualRevisionRebind=s;let a=e.stagedOAuthCredentials.get(n);a?.intentEpoch===i.epoch&&(a.configFingerprint=o)}else i&&i.configFingerprint!==o?(Ve({state:e,domain:n,epoch:i.epoch}),i=void 0):i&&(i.allowEqualRevisionRebind=s);if(!i){let a=Oi({state:e,domain:n});if(i=e.registryCredentialIntents.get(n),!i||i.epoch!==a.epoch)return;i.configFingerprint=o,i.configName=r.name,i.allowEqualRevisionRebind=s}return e.pendingRegistryCredentialDomains.add(n),KE({state:e,config:r,domain:n}),{domain:n,...i}}function fm(t){let{state:e,revision:r,credential:n,suppressReconnect:o}=t;Zr(e);let s=Gr(r),i=e.registryCredentialIntents.get(s);if(!i||!e.pendingRegistryCredentialDomains.has(s))return;let a=e.oauthCredentialRevisions.get(r.domain),c=e.stagedOAuthCredentials.get(s),d=c?.intentEpoch===i.epoch&&c.configFingerprint===i.configFingerprint?c.credential.credential_revision??c.credential.credentialRevision:void 0,l=a===void 0?void 0:gr(r.revision,a),f=l===0;l!==void 0&&l<0||f&&i.configFingerprint!==void 0&&!i.allowEqualRevisionRebind||typeof d=="string"&&gr(r.revision,d)<=0||e.stagedOAuthCredentials.set(s,{credential:n,suppressReconnect:o,intentEpoch:i.epoch,configFingerprint:i.configFingerprint,requiresEqualRevisionRebind:f})}function KE(t){let{state:e,config:r,domain:n}=t,o=e.oauthCredentialDomains.get(r.name);e.expectedCredentialDomains.set(r.name,{kind:"domain",domain:n});let s=e.credentialRevisions.get(r.name);(o===void 0||s?.ownerDomain!==void 0&&s.ownerDomain!==n||s?.ownerDomain===void 0&&!it(o)&&In(o)!==n)&&(e.oauthCredentialDomains.delete(r.name),e.credentialRevisions.delete(r.name),e.hostedCredentialOwnership?.delete(r.name),ot(e,r.name),e.authRefreshNeededReportKeys?.delete(r.name))}function JE(t){let{state:e,config:r,pi:n,intent:o}=t,s=e.stagedOAuthCredentials.get(o.domain);if(!s||s.intentEpoch!==o.epoch||s.configFingerprint!==o.configFingerprint||s.requiresEqualRevisionRebind&&!o.allowEqualRevisionRebind)return;e.stagedOAuthCredentials.delete(o.domain),s.requiresEqualRevisionRebind&&e.equalRevisionRebindDomains.set(r.name,o.domain),Ve({state:e,domain:o.domain,epoch:o.epoch,preserveFence:!0,preserveBootCredential:!0});let i={[r.name]:s.credential};n.events.emit(im,s.suppressReconnect?{credentials:i,suppressReconnect:!0}:i)}function YE(t){let{state:e,domain:r,serverName:n}=t,o=Date.now();um(e,o);let s=e.bootOAuthCredentialBuffer?.get(r);if(s)return yr(e,r),s;for(let[i,a]of e.bootOAuthCredentialBuffer??[])if(a.serverName===n&&it(i.split("\0",1)[0]))return yr(e,i),a}function XE(t){let{config:e,pi:r,buffered:n}=t;mu.info(`Replaying boot-buffered MCP OAuth credential for "${e.name}"`),mu.info("MCP OAuth boot credential replayed",{hasRegistryConfigId:e.id!==void 0,registryOwned:e.registrySource!==void 0,visibility:"public"});let o={[e.name]:n.credential};r.events.emit(im,n.suppressReconnect?{credentials:o,suppressReconnect:!0}:o)}async function QE(t){let{state:e,config:r,previousConfig:n}=t;if(!n)return;if(Be(n,r)){if(n.name===r.name)return;await Uo(e,n.name,n.id,n),e.tokens.clearLocalCredential(n.name),e.preservedCredentialIdentities?.delete(n.name),e.expectedCredentialDomains.set(n.name,{kind:"blocked"}),e.registryCredentialConfigs.delete(n.name);return}await dt(e,r.name,n.id,n);let o=e.expectedCredentialDomains.get(r.name);return o?.kind==="blocked"?o:void 0}function eT(t){let{state:e,config:r,intent:n,rollbackSnapshot:o,cause:s}=t;if(e.registryCredentialIntents.get(n.domain)?.epoch===n.epoch){let c=HE(e,r.name,o);Ve({state:e,domain:n.domain,epoch:n.epoch,preserveFence:!c}),c&&(e.expectedCredentialDomains.set(r.name,{kind:"blocked"}),o.restoreFailure!==void 0&&e.statusFailureCategories.set(r.name,o.restoreFailure))}let a=`Registry credential replacement failed for ${r.name}: ${s instanceof Error?s.message:String(s)}`;return e.diagnostics.push({server:r.name,message:a,origin:"registry"}),new Pt(a)}async function tT(t){let{state:e,config:r,pi:n,intent:o,previousConfig:s,rollbackSnapshot:i}=t,a=e.registryCredentialIntents.get(o.domain);if(a?.epoch!==o.epoch||a.configFingerprint!==o.configFingerprint)return!1;e.expectedCredentialDomains.set(r.name,{kind:"domain",domain:o.domain});let c;try{c=await QE({state:e,config:r,previousConfig:s})}catch(h){throw eT({state:e,config:r,intent:o,rollbackSnapshot:i,cause:h})}let u=e.registryCredentialIntents.get(o.domain);c&&u?.epoch===o.epoch&&e.expectedCredentialDomains.get(r.name)===c&&e.expectedCredentialDomains.set(r.name,{kind:"domain",domain:o.domain});let d=e.expectedCredentialDomains.get(r.name);if(u?.epoch!==o.epoch||u.configFingerprint!==o.configFingerprint||d?.kind!=="domain"||d.domain!==o.domain)return Ve({state:e,domain:o.domain,epoch:o.epoch}),!1;let l=r.id;if(l===void 0)return!1;let f={...r};e.registryConfigNamesById.set(l,r.name),e.registryCredentialConfigs.set(r.name,f),e.registryCredentialConfigsById.set(l,f),o.allowEqualRevisionRebind&&e.equalRevisionRebindDomains.set(r.name,o.domain),JE({state:e,config:r,pi:n,intent:o});let p=YE({state:e,domain:o.domain,serverName:r.name});return Ve({state:e,domain:o.domain,epoch:o.epoch,preserveFence:!0}),p&&XE({config:r,pi:n,buffered:p}),!0}function Br(t){let{state:e,config:r,pi:n}=t;if(r.id===void 0||r.registrySource===void 0)return Promise.resolve(!0);let o=e.statusFailureCategories.get(r.name),s=WE({state:e,config:r});if(!s)return Promise.resolve(!1);let i=e.registryCredentialIntents.get(s.domain);if(!i||i.epoch!==s.epoch)return Promise.resolve(!1);if(i.finalization)return i.finalization;let a=FE(e,r.name,o),u=(e.registryCredentialFinalizationsByName.get(r.name)??Promise.resolve(!0)).catch(()=>!1).then(()=>{let d=e.registryCredentialConfigs.get(r.name)??(r.id===void 0?void 0:e.registryCredentialConfigsById.get(r.id))??e.servers.get(r.name)?.config;return tT({state:e,config:r,pi:n,intent:s,previousConfig:d,rollbackSnapshot:a})});return e.registryCredentialFinalizationsByName.set(r.name,u),i.finalization=u,u.then(()=>{e.registryCredentialFinalizationsByName.get(r.name)===u&&e.registryCredentialFinalizationsByName.delete(r.name)},()=>{e.registryCredentialFinalizationsByName.get(r.name)===u&&e.registryCredentialFinalizationsByName.delete(r.name)}),u}import{SettingsManager as gT}from"@augmentcode/auggie-v2";import{homedir as pm}from"node:os";import{sep as rT}from"node:path";var gu=class extends Error{variableName;constructor(e){super(`Missing environment variable "${e}"`),this.name="EnvVariableExpansionError",this.variableName=e}},nT=/(?<!\\)\$\{([a-zA-Z_][a-zA-Z0-9_]*)(?::-([\s\S]*?))?\}/g,oT=/\\\$\{/g,sT=new Set(["workspaceFolder","augmentToken"]),hm="${workspaceFolder}";function mm(t,e){return t.includes(hm)?t.split(hm).join(e):t}function gm(t,e){return t.includes("${")?t.replace(nT,(n,o,s)=>{if(sT.has(o))return n;let i=e[o];if(i!==void 0)return i;if(s!==void 0)return s;throw new gu(o)}).replace(oT,"${"):t}function iT(t){return t.startsWith("~")?t==="~"?pm():t.startsWith("~/")||t.startsWith(`~${rT}`)?pm()+t.slice(1):t:t}function yu(t,e,r){return iT(gm(mm(t,e),r))}function zi(t,e,r){return gm(mm(t,e),r)}function ym(t,e,r){let n={};for(let[o,s]of Object.entries(t))n[o]=zi(s,e,r);return n}var aT="$augment-";function cT(t,e,r){if(!t)return;let n={};for(let[o,s]of Object.entries(t))n[o]=s.startsWith(aT)?s:zi(s,e,r);return n}function Dt(t,e){let r=process.env;return{...t,url:zi(t.url,e,r),headers:cT(t.headers,e,r)}}function Lt(t,e){let r=process.env;return{...t,command:yu(t.command,e,r),args:t.args,env:t.env?ym(t.env,e,r):void 0,cwd:t.cwd?yu(t.cwd,e,r):e}}import{readFileSync as fT}from"node:fs";import{logger as uT}from"@hermes/logger";var dT=uT.child({prefix:"pi-mcp"}),Ct=class extends Error{constructor(e){super(e),this.name="McpConfigError"}};function On(t){if(t.type==="stdio"||t.type==="http"||t.type==="sse")return t.type;if(t.url)return"http";if(t.command)return"stdio"}function lT(t){if(!t)return;let e={};for(let[r,n]of Object.entries(t))n!=null&&(e[r]=String(n));return Object.keys(e).length>0?e:void 0}function zn(t,e){let r=On(e);if(!r)throw new Ct(`MCP server "${t}" must declare a 'command' (stdio) or 'url' (http/sse) property`);if(r==="http"||r==="sse"){if(!e.url)throw new Ct(`MCP server "${t}" has type "${r}" but no 'url' property`);return{type:r,name:e.name??t,disabled:e.disabled,url:e.url,headers:e.headers,auth:e.auth==="oauth"?"oauth":void 0,timeoutMs:e.timeoutMs}}let n=e.command;if(!n)throw new Ct(`MCP server "${t}" has type "stdio" but no 'command' property`);let o=(e.args??[]).map(a=>String(a)),s=o.length>0?`${n} ${o.join(" ")}`:n,i=e.name??t;return e.useShellInterpolation===!1&&dT.warn(`MCP server "${i}": useShellInterpolation:false is ignored; settings.json stdio servers always shell-wrap in Wave 1 (V1 json.ts parity)`),{type:"stdio",name:i,disabled:e.disabled,command:s,args:[],env:lT(e.env),cwd:e.cwd,timeoutMs:e.timeoutMs,useShellInterpolation:!0}}var Sm=t=>fT(t,"utf8");function Ni(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)}function vm(t){return Ni(t)&&("command"in t||"url"in t)}function _u(...t){for(let e of t)if(typeof e=="string"&&e.length>0)return e}function _m(t,e){return _u(t.name)??e}function vu(t,e){let r=On(t);if(r==="http"||r==="sse")return _u(t.name,t.title,t.url)??e;let n=typeof t.command=="string"&&t.command.length>0?t.command.split(" ")[0]:void 0;return _u(t.name,t.title,n)??e}function pT(t){if(Array.isArray(t))return t.map((e,r)=>{let n=e;return[vu(n,String(r)),n]});if(Ni(t)){for(let r of["servers","mcpServers"]){let n=t[r];if(Array.isArray(n))return n.map((o,s)=>{let i=o;return[vu(i,String(s)),i]})}for(let r of["servers","mcpServers"]){let n=t[r];if(Ni(n))return Object.entries(n).map(([o,s])=>{let i=s;return[_m(i,o),i]})}if(vm(t)){let r=t;return[[vu(r,"server"),r]]}let e=Object.values(t);if(e.length>0&&e.some(vm))return Object.entries(t).map(([r,n])=>{if(!Ni(n))throw new Error(`entry "${r}" is not a server config object (got ${n===null?"null":typeof n})`);let o=n;return[_m(o,r),o]})}throw new Error("unrecognized MCP config JSON shape (expected an array of servers, a { servers|mcpServers } array/record, a single server object, or a Claude-Desktop-style record)")}function Su(t){return t instanceof Error?t.message:String(t)}function hT(t,e,r,n,o){if(r)return e;try{return n(t)}catch(s){o.push({message:`Failed to read --mcp-config file "${t}": ${Su(s)}`});return}}function mT(t,e,r){let n=t.trim();if(n.length===0)return[];let o=n.startsWith("[")||n.startsWith("{"),s=o?"inline JSON":`file "${t}"`,i=hT(t,n,o,e,r);if(i===void 0)return[];let a;try{a=JSON.parse(i)}catch(c){return r.push({message:`Failed to parse --mcp-config ${s}: ${Su(c)}`}),[]}try{return pT(a)}catch(c){return r.push({message:`Invalid --mcp-config ${s}: ${Su(c)}`}),[]}}function wu(t,e=Sm){let r={},n=[];for(let o of t)for(let[s,i]of mT(o,e,n))r[s]=i;return{servers:r,diagnostics:n}}function bu(t,e=Sm){return!t||t.length===0?new Set:new Set(Object.keys(wu(t,e).servers))}var yT=["global","project","local","managed"];function vT(t,e){switch(e){case"global":return t.getGlobalSettings().mcpServers;case"project":return t.getProjectSettings().mcpServers;case"local":return t.getLocalSettings().mcpServers;case"managed":return t.getManagedSettings().mcpServers}}function _T(t){let e={};for(let r of t)if(r)for(let[n,o]of Object.entries(r)){if(o===null){delete e[n];continue}o&&(e[n]=structuredClone(o))}return e}function ST(t,e,r){let n=wu(t);r.push(...n.diagnostics);let o=n.servers;if(!e||e.size===0)return o;for(let[s,i]of Object.entries(o)){let a=e.get(s);a!==void 0&&(o[s]={...i,disabled:a})}return o}function wT(t,e,r){let n=gT.create(t,e);for(let{scope:o,error:s}of n.drainErrors()){let i=s.message.includes("parse settings JSON")?"parse":"read";r.push({message:`Failed to ${i} ${o} settings.json: ${s.message}`})}return _T(yT.map(o=>vT(n,o)))}function Nn(t,e,r,n){let o=[],s=r&&r.length>0?ST(r,n,o):wT(t,e,o),i=[];for(let[a,c]of Object.entries(s))try{let u=zn(a,c);i.push(u.type==="stdio"?Lt(u,t):Dt(u,t))}catch(u){let d=u instanceof Ct?u.message:`Failed to normalize MCP server "${a}": ${u instanceof Error?u.message:String(u)}`;o.push({server:a,message:d})}return{servers:i,diagnostics:o}}import{setToolSource as km}from"@augmentcode/auggie-v2";import{logger as IT}from"@hermes/logger";import{Type as OT}from"@sinclair/typebox";var Dn=class{_tokens=new Map;_authRequired=new Set;_retiredCredentials=new Set;_credentialRetirementGenerations=new Map;get(e){return this._tokens.get(e)}commit(e,r){this._tokens.set(e,r),this._authRequired.delete(e),this._retiredCredentials.delete(e)}set(e,r,n){this.commit(e,r)}persist(e,r,n){return Promise.resolve(void 0)}captureAuthenticatedIdentityVersion(e){return Promise.resolve(void 0)}captureRefreshIdentityVersion(e){return Promise.resolve(void 0)}persistAuthenticated(e,r,n,o){return this.persist(e,r,n)}persistRefresh(e,r,n,o){return this.persist(e,r,n)}restoreAfterSupersededAuthentication(e,r,n,o,s){return this.persist(e,n,o)}restoreAfterSupersededRefresh(e,r,n,o,s){return this.restoreAfterSupersededAuthentication(e,r,n,o,s)}async setAndPersist(e,r,n){await this.persist(e,r,n),this.set(e,r,n)}snapshot(){return{tokens:new Map(this._tokens),authRequired:new Set(this._authRequired),retiredCredentials:new Set(this._retiredCredentials),credentialRetirementGenerations:new Map(this._credentialRetirementGenerations)}}seed(e){for(let[r,n]of e.tokens)this._tokens.set(r,n);for(let r of e.authRequired)this._authRequired.add(r);for(let r of e.retiredCredentials??[])this._retiredCredentials.add(r);for(let[r,n]of e.credentialRetirementGenerations??[])this._credentialRetirementGenerations.set(r,n)}delete(e,r){this._tokens.delete(e)}clearLocalCredential(e){this._tokens.delete(e),this._authRequired.delete(e),this._retiredCredentials.add(e),this._credentialRetirementGenerations.set(e,(this._credentialRetirementGenerations.get(e)??0)+1)}retireCredential(e,r,n){return n?.preserveNameState||this.clearLocalCredential(e),Promise.resolve()}credentialRetirementGeneration(e){return this._credentialRetirementGenerations.get(e)??0}isCredentialRetired(e){return this._retiredCredentials.has(e)}markAuthRequired(e){this._authRequired.add(e)}isAuthRequired(e){return this._authRequired.has(e)}clearAuthRequired(e){this._authRequired.delete(e)}};var Di=Symbol.for("__pi_mcp_state__");function bT(t,e){return t.id!==e.id||t.type!==e.type||t.type==="stdio"||e.type==="stdio"||t.auth!=="oauth"||e.auth!=="oauth"?!1:t.url===e.url&&t.auth===e.auth}function RT(t,e){return["user","tenant","private","shared"].some(r=>t===`${r}:${e}`)}function PT(t){for(let[e,r]of t.registryCredentialConfigsById){let n=[...t.registryCredentialConfigs.entries()].filter(([i,a])=>i!==r.name&&a.id===e&&bT(a,r)).map(([i])=>i),o=n.some(i=>{let a=t.oauthCredentialDomains.get(i);return a!==void 0&&RT(a,e)}),s=t.expectedCredentialDomains.get(r.name);if(!(!o||t.sessionRemovedConfigIds.has(e)||t.oauthCredentialDomains.has(r.name)||s?.kind!=="domain"||s.domain!==`user:${e}`)){t.equalRevisionRebindDomains.set(r.name,s.domain);for(let i of n)t.tokens.clearLocalCredential(i),t.oauthCredentialDomains.delete(i),t.credentialRevisions.delete(i),t.hostedCredentialOwnership?.delete(i),t.preservedCredentialIdentities?.delete(i),t.statusFailureCategories?.delete(i),t.authRefreshNeededReportKeys?.delete(i),t.expectedCredentialDomains.set(i,{kind:"blocked"})}}}function CT(t){t.dynamicallyAddedConfigIds??=new Set,t.failedAddConfigIds??=new Set,t.nameCollisionAddConfigIds??=new Set,t.sessionRemovedConfigIds??=new Set,t.registryConfigNamesById??=new Map,t.registryCredentialConfigs??=new Map,t.registryCredentialConfigsById??=new Map,t.toolSearchLatched??=!1,t.sessionMcpConfigDisabledOverrides??=new Map,t.reconnects??=new Map,t.missingHostRemovals??=new Map,t.missingHostRemovalFences??=new Map,t.reconnectDesiredGenerations??=new Map,t.serverGenerations??=t.hostGenerations??new Map,t.configRevisions??=new Map,t.configDesiredRevisions??=new Map,t.configDesiredSources??=new Map,t.credentialRevisions??=new Map,t.oauthCredentialRevisions??=new Map,t.oauthCredentialDomains??=new Map;let e=t.equalRevisionRebindDomains===void 0;t.equalRevisionRebindDomains??=new Map,t.preservedCredentialIdentities??=new Map,t.stagedOAuthCredentials??=new Map,t.pendingRegistryCredentialDomains??=new Set,t.registryCredentialIntents??=new Map,t.registryCredentialIntentEpochs??=new Map,t.registryCredentialFinalizationsByName??=new Map;for(let r of t.pendingRegistryCredentialDomains)if(!t.registryCredentialIntents.has(r)){let n=(t.registryCredentialIntentEpochs.get(r)??0)+1;t.registryCredentialIntentEpochs.set(r,n),t.registryCredentialIntents.set(r,{epoch:n,configFingerprint:void 0,configName:void 0,allowEqualRevisionRebind:!1,finalization:void 0})}for(let r of t.registryCredentialIntents.values())r.allowEqualRevisionRebind??=!1;for(let[r,n]of t.stagedOAuthCredentials){let o=t.registryCredentialIntents.get(r);if(!o){t.stagedOAuthCredentials.delete(r);continue}let s=n;s.intentEpoch??=o.epoch,s.configFingerprint??=o.configFingerprint,s.requiresEqualRevisionRebind??=!1}t.statusHostGeneration??=1,t.statusReportSequence??=0,t.statusFailureCategories??=new Map,t.authRefreshNeededReportKeys??=new Map,t.hostedCredentialOwnership??=new Map,e&&PT(t),t.authenticationGeneration??=0,t.authenticatingServerName??=void 0,t.liveEditGenerations??=new Map,t.blockedVfsMcpNames??=new Set,t.pluginServerHosts||(t.pluginServerHosts=new Map),t.toolRegistrationsByPi??=new WeakMap,t.hostLeases??=new Map,t.hostLeaseRevisions??=new Map,t.expectedCredentialDomains??=new Map;for(let[r,n]of t.servers)n.config!==void 0&&Q(t,r,n);t.pluginReconcileQueue??=Promise.resolve(),t.mcpAttachDisabled??=!1,t.mcpAttachCloudSignaled??=!1,t.attachResolvers??=new Map,t.attachResultListenerBound??=!1,t.attachmentCommandGenerations??=new Map,t.attachmentCommandInFlightGenerations??=new Map,t.attachmentCommandAppliedGenerations??=new Map}async function Fo(t,e){for(;;){let r=t.missingHostRemovals.get(e);if(!r)return;try{await r.promise}catch{}if(t.missingHostRemovals.get(e)===r)return}}function Li(t){let{state:e,configId:r,generation:n}=t;e.attachmentCommandGenerations??=new Map,e.attachmentCommandInFlightGenerations??=new Map,e.attachmentCommandAppliedGenerations??=new Map;let o=e.attachmentCommandGenerations.get(r)??0;return typeof n!="number"||!Number.isSafeInteger(n)||n<=0?o===0:n<o||n===e.attachmentCommandInFlightGenerations.get(r)||n===e.attachmentCommandAppliedGenerations.get(r)?!1:(e.attachmentCommandGenerations.set(r,n),e.attachmentCommandInFlightGenerations.set(r,n),!0)}function xT(t){let{state:e,configId:r,generation:n}=t;typeof n!="number"||n<=0||(e.attachmentCommandInFlightGenerations?.get(r)===n&&e.attachmentCommandInFlightGenerations.delete(r),e.attachmentCommandGenerations?.get(r)===n&&(e.attachmentCommandAppliedGenerations??=new Map,e.attachmentCommandAppliedGenerations.set(r,n)))}function wm(t){let{state:e,configId:r,generation:n}=t;typeof n=="number"&&e.attachmentCommandInFlightGenerations?.get(r)===n&&e.attachmentCommandInFlightGenerations.delete(r)}function ji(t){let{state:e,configId:r,generation:n,operation:o,wasApplied:s}=t;return typeof n!="number"||!Number.isSafeInteger(n)||n<=0?o:o.then(i=>(s()?xT({state:e,configId:r,generation:n}):wm({state:e,configId:r,generation:n}),i),i=>{throw wm({state:e,configId:r,generation:n}),i})}function ne(){let t=globalThis;if(t[Di])return CT(t[Di]),t[Di];let e={servers:new Map,toolRegistrationsByPi:new WeakMap,hostLeases:new Map,hostLeaseRevisions:new Map,expectedCredentialDomains:new Map,tokens:new Dn,refreshes:new Map,reconnects:new Map,missingHostRemovals:new Map,missingHostRemovalFences:new Map,reconnectDesiredGenerations:new Map,serverGenerations:new Map,configRevisions:new Map,configDesiredRevisions:new Map,configDesiredSources:new Map,credentialRevisions:new Map,oauthCredentialRevisions:new Map,oauthCredentialDomains:new Map,equalRevisionRebindDomains:new Map,preservedCredentialIdentities:new Map,stagedOAuthCredentials:new Map,bootOAuthCredentialBuffer:new Map,pendingRegistryCredentialDomains:new Set,registryCredentialIntents:new Map,registryCredentialIntentEpochs:new Map,registryCredentialFinalizationsByName:new Map,statusHostGeneration:1,statusReportSequence:0,statusFailureCategories:new Map,authRefreshNeededReportKeys:new Map,hostedCredentialOwnership:new Map,shouldProactivelyRefreshTokens:!0,backgroundRefreshIntervalId:void 0,credsListenerBound:!1,configIdsListenerBound:!1,registryGeneration:0,liveEditGenerations:new Map,attachmentCommandGenerations:new Map,attachmentCommandInFlightGenerations:new Map,attachmentCommandAppliedGenerations:new Map,mcpConfigsListenerBound:!1,embeddedRegistryConfigs:void 0,vfsListenerBound:!1,addServerListenerBound:!1,restartServerListenerBound:!1,removeServerListenerBound:!1,mcpRestartState:new Map,vfsGeneration:0,lastSuccessfulVfsMcpSignature:void 0,blockedVfsMcpNames:new Set,credentials:void 0,secretsClient:void 0,headerSecrets:{},headerSecretFailures:{},headerSecretsListenerBound:!1,featureFlagsListenerBound:!1,workspaceRoot:void 0,mcpConfigOverride:void 0,connectStarted:!1,reconnecting:!1,authenticating:!1,authenticationGeneration:0,authenticatingServerName:void 0,restartHistory:new Map,dynamicallyAddedConfigIds:new Set,failedAddConfigIds:new Set,nameCollisionAddConfigIds:new Set,sessionRemovedConfigIds:new Set,selectedRegistryConfigIds:void 0,registryConfigNamesById:new Map,registryCredentialConfigs:new Map,registryCredentialConfigsById:new Map,lastStatusReport:void 0,diagnostics:[],pluginServerSource:void 0,pluginServerNames:new Set,pluginServerHosts:new Map,pluginReconcileQueue:Promise.resolve(),sessionPluginDisabledOverrides:new Map,sessionRegistryDisabledOverrides:new Map,sessionMcpConfigDisabledOverrides:new Map,currentLoad:void 0,ui:void 0,featureFlags:void 0,toolSearchLatched:!1,mcpCatalog:void 0,mcpAttachDisabled:!1,mcpAttachCloudSignaled:!1,catalogRefreshInFlight:void 0,attachResolvers:new Map,attachResultListenerBound:!1};return t[Di]=e,e}var bm=Symbol.for("__hermes_mcp_tool_registry__"),kT=Symbol.for("__hermes_mcp_extension_factory__");function Rm(){let t=globalThis;return t[bm]??=new Map,t[bm]}function vr(t){Rm().set(t.name,t)}function Pm(t,e){let r=Rm();(e===void 0||r.get(t)===e)&&r.delete(t)}function Cm(t){Reflect.set(t,kT,!0)}function Ui(t,e,r,n){return r.includes(t)?n.includes(t)?`"${t}" is a built-in tool, not an MCP server. Call it directly.`:`Built-in tool "${t}" is not available (disabled).`:`MCP server "${t}" is not available (status: ${e??"unknown"}).`}function ET(t){if(t&&typeof t=="object"&&!Array.isArray(t))return t}function TT(t){let e=[];for(let r of t)r.type==="text"?e.push({type:"text",text:r.text}):e.push({type:"image",mimeType:r.mimeType,data:r.data});return e}function AT(t){let e=[];for(let r of t)r.type==="text"&&e.push(r.text);return e.join(`
9
+ `).trim()}function Ru(t,e,r){if(t.isError){let o=AT(t.content);throw new Error(o||`MCP tool "${e}/${r}" reported an error`)}let n=TT(t.content);if(n.length>0)return{content:n,details:void 0};if(t.rawItemCount>0)throw new Error(`MCP server "${e}" returned a result with no usable content (${t.rawItemCount} content item(s), none in a recognized shape). This may indicate the server failed to produce output (e.g. missing credentials).`);return{content:[{type:"text",text:`[MCP tool "${e}/${r}" returned no content]`}],details:void 0}}async function xm(t){let e=t.getHost();if(!e||e.status!=="success")throw new Error(Ui(t.serverName,e?.status,t.getAllToolNames(),t.getActiveToolNames()));let r=t.map.resolve(t.namespaced),n=ET(t.params),o=await e.callTool(r,n,t.signal);return Ru(o,t.serverName,r)}var $T=/[^a-zA-Z0-9_-]/g;function Pu(t){return t.replace($T,"_")}function MT(t,e){let r=Pu(e),n=Pu(t),o=`${r}_${n}`;return o.length<=64?o:o.slice(0,64)}var _r=class{_serverName;_map=new Map;constructor(e){this._serverName=e}put(e){let r=MT(this._serverName,e),n=this._map.get(r),o=n!==void 0&&n!==e;return n===void 0&&this._map.set(r,e),{namespaced:r,collision:o}}resolve(e){let r=this._map.get(e);if(r)return r;let n=`_${Pu(this._serverName)}`;return e.endsWith(n)?e.slice(0,e.length-n.length):e}};var Cu=IT.child({prefix:"pi-mcp"});function Fi(){return ne().toolRegistrationsByPi}function Em(t){let{pi:e,serverName:r,tool:n,map:o,namespaced:s}=t,i;try{i=OT.Unsafe(n.inputSchema??{})}catch(c){Cu.warn(`Skipping MCP tool "${r}/${n.name}": invalid input schema (${c instanceof Error?c.message:String(c)})`);return}let a=()=>ne().servers.get(r);return{name:s,label:n.name,description:n.description??"",parameters:i,execute:(c,u,d,l,f)=>xm({serverName:r,namespaced:s,map:o,getHost:a,getAllToolNames:()=>e.getAllTools().map(p=>p.name),getActiveToolNames:()=>e.getActiveTools(),params:u,signal:d})}}function xu(t,e,r,n){if(e.ownerByToolName.get(n)!==r)return;let o=t.getActiveTools().includes(n),s=r.definitionsByName?.get(n);e.ownerByToolName.delete(n),t.unregisterTool(n),Pm(n,s),r.definitionsByName?.delete(n),zT(t,e,n,r,o)}function zT(t,e,r,n,o){let s=ne();for(let[i,a]of e.byServer){if(a===n||!a.registeredNames.has(r))continue;let c=s.servers.get(i);if(c===void 0||c!==a.host||c.status!=="success"||s.serverGenerations?.get(i)!==a.generation)continue;let u=new _r(i);for(let d of c.listTools()){let{namespaced:l,collision:f}=u.put(d.name);if(f||l!==r)continue;let p=Em({pi:t,serverName:i,tool:d,map:u,namespaced:l});if(!p)return;km(r,"mcp"),t.registerTool(p),vr(p),a.definitionsByName??=new Map,a.definitionsByName.set(r,p),e.ownerByToolName.set(r,a),o?t.setActiveTools([...new Set([...t.getActiveTools(),r])]):t.setActiveTools(t.getActiveTools().filter(h=>h!==r));return}}}function NT(t,e){let r=Fi(),n=r.get(t);n||(n={byServer:new Map,ownerByToolName:new Map},r.set(t,n));let o=ne().serverGenerations?.get(e.name),s=n.byServer.get(e.name);if(s?.host===e&&s.generation===o)return{registration:s,replaced:!1};if(s)for(let a of s.registeredNames)xu(t,n,s,a);let i={generation:o,host:e,map:new _r(e.name),registeredNames:new Set,definitionsByName:new Map};return n.byServer.set(e.name,i),{registration:i,replaced:s!==void 0}}function ku(t,e){let{registration:r,replaced:n}=NT(t,e),o=new Set(r.registeredNames),s=new _r(e.name);r.map=s,r.registeredNames.clear();let i=e.name,a=0,c=[];for(let d of e.listTools()){let{namespaced:l,collision:f}=s.put(d.name);if(f){let h=s.resolve(l),m=`Tool name collision detected in MCP server "${i}": "${d.name}" and "${h}" both map to "${l}". Only the first tool will be available.`,y=ne();y.diagnostics.some(w=>w.server===i&&w.message.includes(`both map to "${l}"`))||(Cu.warn(m),y.diagnostics.push({server:i,message:m}));continue}let p=Em({pi:t,serverName:i,tool:d,map:s,namespaced:l});p&&(km(l,"mcp"),t.registerTool(p),vr(p),r.definitionsByName??=new Map,r.definitionsByName.set(l,p),Fi().get(t)?.ownerByToolName.set(l,r),r.registeredNames.add(l),c.push(l),a+=1)}let u=Fi().get(t);for(let d of o)!r.registeredNames.has(d)&&u&&xu(t,u,r,d);n&&c.length>0&&t.setActiveTools([...new Set([...t.getActiveTools(),...c])]),a>0&&Cu.info(`Registered ${a} MCP tool(s) from server "${i}"`)}function Eu(t,e,r){let n=Fi().get(t);if(!n)return!1;let o=n.byServer.get(e.name);if(!o||o.host!==e||o.generation!==r)return!1;for(let s of o.registeredNames)xu(t,n,o,s);return n.byServer.delete(e.name),!0}function Tm(t,e){for(let r of e.servers.values())r.status==="success"&&r.config.registrySource===void 0&&ku(t,r)}import{getToolSource as VT}from"@augmentcode/auggie-v2";import{Type as DT}from"@sinclair/typebox";var LT="cliMcpToolSearchAutoEnable",jT="cliMcpToolSearchTokenThreshold",UT=!1,Am=2e4;function FT(t){let e=JSON.stringify({name:t.name,description:t.description,inputSchema:t.inputSchema});return Math.ceil(e.length/4)}function qT(t){let e=0;for(let r of t.servers.values())e+=HT(r);return e}function HT(t){if(t.status!=="success")return 0;let e=new _r(t.name),r=0;for(let n of t.listTools()){let{collision:o}=e.put(n.name);o||GT(n.inputSchema)&&(r+=FT(n))}return r}function GT(t){try{return DT.Unsafe(t??{}),!0}catch{return!1}}function ZT(t){let r=t.featureFlags?.flags?.[LT];return typeof r=="boolean"?r:UT}function BT(t){let r=t.featureFlags?.flags?.[jT];if(typeof r=="bigint"){let n=Number(r);return Number.isFinite(n)&&n>0?n:Am}return typeof r=="number"&&Number.isFinite(r)&&r>0?r:Am}function $m(t){return ZT(t)?qT(t)>=BT(t):!1}var WT="AUGGIE_ENABLE_TOOL_SEARCH",KT=new Set(["find-tool","execute-tool","attach-mcp-server"]);function qo(){return process.env[WT]==="1"}function Ln(t){return qo()||t.toolSearchLatched?!0:$m(t)?(t.toolSearchLatched=!0,!0):!1}function qi(t){let e=t.getActiveTools(),r=e.filter(n=>!JT(n)||KT.has(n));r.length!==e.length&&t.setActiveTools(r)}function JT(t){return VT(t)==="mcp"}import{setToolSource as jm}from"@augmentcode/auggie-v2";import{logger as gA}from"@hermes/logger";import{Type as Um}from"@sinclair/typebox";import{logger as YT}from"@hermes/logger";var Ho={UNSPECIFIED:0,NONE:1,OAUTH:2,API_KEY:3},Vr={UNSPECIFIED:0,CLI:1,CLOUD_AGENT:2};var Mm=YT.child({prefix:"pi-mcp"}),XT=5e3,QT=1,eA=2,tA=new Set(["AVAILABLE","MCP_CATALOG_ENTRY_STATE_AVAILABLE"]),rA=new Set(["OPT_IN_REQUIRED","MCP_CATALOG_ENTRY_STATE_OPT_IN_REQUIRED"]);function nA(t){if(typeof t=="number")return t===2||t===3;if(typeof t=="string"){let e=t.toUpperCase();return e.includes("OAUTH")||e.includes("API_KEY")}return!1}function oA(t){return t===QT||typeof t=="string"&&tA.has(t)?"available":t===eA||typeof t=="string"&&rA.has(t)?"opt_in_required":"unknown"}function sA(t){if(!(typeof t.id!="string"||t.id.length===0))return{id:t.id,name:typeof t.name=="string"&&t.name.length>0?t.name:t.id,description:typeof t.description=="string"?t.description:"",requiresAuth:nA(t.auth_type),state:oA(t.state)}}function Tu(t,e){if(t.servers.has(e.name))return!0;for(let r of t.servers.values())if(r.config?.id===e.id)return!0;return!1}function Go(t){return(t.mcpCatalog??[]).filter(r=>(r.state==="available"||r.state==="opt_in_required")&&!Tu(t,r))}async function Im(t,e,r){let n=t.apiUrl.replace(/\/+$/,""),o=e??fetch;try{let s=await o(`${n}/settings/get-mcp-catalog-metadata`,{method:"POST",headers:{Authorization:`Bearer ${t.apiKey}`,"Content-Type":"application/json"},body:JSON.stringify({product_type:Vr.UNSPECIFIED}),signal:AbortSignal.timeout(r??XT)});if(!s.ok)return Mm.debug(`MCP catalog fetch failed with ${s.status}; treating catalog as empty`),{ok:!1,disable:s.status===404};let i=await s.json(),a=[];for(let c of i.entries??[]){let u=sA(c);u!==void 0&&a.push(u)}return{ok:!0,entries:a}}catch(s){return Mm.debug(`MCP catalog fetch failed: ${s instanceof Error?s.message:String(s)}`),{ok:!1,disable:!1}}}var iA="AUGGIE_TOOL_SEARCH_FIND_TOOL_PROMPT",aA=`You are a tool search assistant. Given a user's query and a list of available tools, identify the single best matching tool.
10
+
11
+ <user_query>{{query}}</user_query>
12
+
13
+ Available tools on MCP server "{{server_name}}":
14
+ {{tool_list}}
15
+
16
+ Respond with ONLY the tool name (no markdown, no explanation).`,cA=/[\n\r]/g,uA=/</g,dA=/>/g;function Wr(t){return t.replace(cA," ").replace(uA,"\u2039").replace(dA,"\u203A").trim()}function lA(){let t=process.env[iA];return t?.trim()?t:aA}var fA=/\{\{(query|server_name|tool_list)\}\}/g;function Om(t,e,r){let n={"{{query}}":Wr(t),"{{server_name}}":Wr(e),"{{tool_list}}":r};return lA().replace(fA,o=>n[o]??o)}function Pe(t){return{content:[{type:"text",text:t}],details:void 0}}function zm(t){return[...t].sort((e,r)=>e.name.localeCompare(r.name))}function Au(t){return{tool_name:t.name,description:t.description??"",input_schema:t.inputSchema??{}}}function Hi(t,e,r){let n={mcp_server:t,tools:zm(e).map(Au),note:r};return Pe(JSON.stringify(n,null,2))}function Nm(t){return zm(t).map(e=>{let r=Wr(e.name),n=Wr(e.description??"");return`- ${r}: ${n}`}).join(`
17
+ `)}function Dm(t){let e=t.trim();try{let r=JSON.parse(e);if(typeof r.tool_name=="string")return r.tool_name}catch{}return e}import{complete as pA}from"@earendil-works/pi-ai";var hA="augment:tool-search-usage";function mA(t){let e="";for(let r of t.content)r.type==="text"&&(e+=r.text);return e.trim()}async function Lm(t,e,r){let n=e.model;if(!n)return;let o=await e.modelRegistry.getApiKeyAndHeaders(n);if(!(o.ok&&o.apiKey))return;let s={role:"user",content:[{type:"text",text:r}],timestamp:Date.now()},i=await pA(n,{messages:[s]},{apiKey:o.apiKey,headers:o.headers,signal:e.signal}),a={model:i.model,usage:i.usage};return t.events.emit(hA,a),mA(i)}var qm=gA.child({prefix:"pi-mcp"}),Zo="find-tool",Kr="execute-tool",yA=10,Fm=15,vA=20,_A={type:"object",properties:{query:{type:"string",description:"Detailed description of the task you need a tool for: the action (create, read, search, delete, \u2026), the target resource, and relevant context (field names, filters). More specific queries match better."},mcp_server:{type:"string",description:"Name of the MCP server to search."}},required:["query","mcp_server"]},SA={type:"object",properties:{mcp_server:{type:"string",description:"Name of the MCP server hosting the tool."},tool_name:{type:"string",description:"Original MCP tool name returned by find-tool."},arguments:{type:"object",description:"Arguments object to pass to the tool."}},required:["mcp_server","tool_name","arguments"]};function Hm(t,e){let r=ne(),n=r.servers.get(e);if(!n||n.status!=="success"){let o=t.getAllTools().map(c=>c.name),s=t.getActiveTools(),i=e.trim().toLowerCase(),a=Go(r).find(c=>c.id===e.trim()||c.name.toLowerCase()===i);throw a&&!o.includes(e)?new Error(`MCP server "${a.name}" is available but not attached. Call attach-mcp-server now with config_id "${a.id}"; it attaches directly without requiring user approval.`):new Error(Ui(e,n?.status,o,s))}return n}function wA(t){if(t==null)throw new Error(`${Kr} requires an "arguments" object with the tool's parameters.`);if(typeof t!="object"||Array.isArray(t)){let e=Array.isArray(t)?"an array":typeof t;throw new Error(`${Kr} "arguments" must be an object, not ${e}.`)}return t}async function bA(t,e,r,n,o){let s=Om(r,n,Nm(o)),i=await Lm(t,e,s);if(!i)return;let a=Dm(i);return o.find(c=>c.name===a)}async function RA(t,e,r){let{query:n,mcp_server:o}=r??{};if(typeof n!="string"||typeof o!="string")throw new Error(`${Zo} requires string "query" and "mcp_server" parameters.`);let s=Hm(t,o).listTools();if(s.length===0)throw new Error(`No tools available on MCP server "${o}".`);if(s.length<=yA)return Hi(o,s,"All tools on this server.");try{let i=await bA(t,e,n,o,s);return i?Pe(JSON.stringify(Au(i),null,2)):Hi(o,s,"No single best match; all tools listed.")}catch(i){return qm.warn(`${Zo} LLM match failed: ${i instanceof Error?i.message:String(i)}`),Hi(o,s,"Search failed; all tools listed.")}}async function PA(t,e,r){let{mcp_server:n,tool_name:o,arguments:s}=e??{};if(typeof n!="string"||typeof o!="string")throw new Error(`${Kr} requires string "mcp_server" and "tool_name" parameters.`);let i=wA(s),c=await Hm(t,n).callTool(o,i,r);return Ru(c,n,o)}function CA(){let t=ne(),e=[...t.servers.values()].filter(s=>s.status==="success"),r=`Search for the right MCP tool. Call with a natural-language query and the target MCP server name to get the best-matching tool, then run it with ${Kr}.`,n=[];if(e.length===0)n.push(`${r} No MCP servers are currently connected.`);else{let s=e.map(i=>{let a=i.listTools().map(d=>d.name),c=a.slice(0,Fm).join(", "),u=a.length>Fm?", \u2026":"";return`- ${i.name} (${a.length} tool(s): ${c}${u})`});n.push(`${r} Available MCP servers:
18
+ ${s.join(`
19
+ `)}`)}let o=Go(t).slice(0,vA);if(o.length>0){let s=o.map(i=>{let a=Wr(i.description),c=i.requiresAuth?" [requires auth]":"";return`- ${i.name}${a?` \u2014 ${a}`:""}${c}`});n.push(`Available but not attached (use attach-mcp-server to enable):
20
+ ${s.join(`
21
+ `)}
22
+ When the user's request requires one of these servers, call attach-mcp-server immediately; it attaches directly without requiring user approval.`)}return n.join(`
23
+
24
+ `)}function Jr(t){let e={name:Zo,label:Zo,description:CA(),parameters:Um.Unsafe(_A),execute:(n,o,s,i,a)=>RA(t,a,o)},r={name:Kr,label:Kr,description:"Execute a discovered MCP tool by its original name, using the tool_name and mcp_server returned by find-tool.",parameters:Um.Unsafe(SA),execute:(n,o,s)=>PA(t,o,s)};jm(Zo,"mcp"),jm(Kr,"mcp"),t.registerTool(e),t.registerTool(r),vr(e),vr(r),qm.debug("Registered tool-search gateway (find-tool, execute-tool)")}import{logger as dF}from"@hermes/logger";import{logger as IA}from"@hermes/logger";import{logger as xA}from"@hermes/logger";function Yr(t){return new Promise(e=>setTimeout(e,t))}var Gm=xA.child({prefix:"pi-mcp"}),Bo={maxTries:3,initialMs:500,mult:2,maxMs:2e3},$u=3e4,Xt=200,lt=class extends Error{statusCode;statusText;responseBody;constructor(e,r,n){super(`${e} ${r}: ${n}`),this.name="McpRegistryHttpError",this.statusCode=e,this.statusText=r,this.responseBody=n}};function Mu(t){return t instanceof lt?t.statusCode>=500:!0}async function Xr(t){let e;for(let r=0;r<Bo.maxTries;r++)try{return await t()}catch(n){if(e=n,!Mu(n))throw n;if(r<Bo.maxTries-1){let o=Math.min(Bo.initialMs*Bo.mult**r,Bo.maxMs);await Yr(o)}}throw e}var Gi=class{apiKey;apiUrl;fetchImpl;timeoutMs;constructor(e,r,n){this.apiKey=e.apiKey,this.apiUrl=e.apiUrl.replace(/\/+$/,""),this.fetchImpl=r,this.timeoutMs=n??$u}async callApi(e,r){let o=await(this.fetchImpl??fetch)(`${this.apiUrl}${e}`,{method:"POST",headers:{Authorization:`Bearer ${this.apiKey}`,"Content-Type":"application/json"},body:r===void 0?"{}":JSON.stringify({product_type:r}),signal:AbortSignal.timeout(this.timeoutMs)});if(!o.ok){let s=await o.text().catch(()=>""),i=s.length>Xt?`${s.slice(0,Xt)}\u2026[truncated]`:s;throw new lt(o.status,o.statusText,i)}return await o.json()}getMcpTenantConfigs(e){return Xr(()=>this.callApi("/settings/get-mcp-tenant-configs",e))}getMcpUserConfigs(e){return Xr(()=>this.callApi("/settings/get-mcp-user-configs",e))}};async function Zm(t,e){let r=[],[n,o]=await Promise.allSettled([t.getMcpTenantConfigs(e),t.getMcpUserConfigs(e)]),s={},i={};if(n.status==="fulfilled")s=n.value;else{let a=`Failed to fetch tenant MCP configs: ${String(n.reason)}`;Gm.warn(a),r.push({message:a})}if(o.status==="fulfilled")i=o.value;else{let a=`Failed to fetch user MCP configs: ${String(o.reason)}`;Gm.warn(a),r.push({message:a})}return{tenant:s,user:i,diagnostics:r}}function kA(t){return t.replace(/[^A-Za-z0-9]/g,"_").toUpperCase()}var Bm=32;function EA(t){let e=t.toUpperCase();return e=e.replace(/[^A-Za-z0-9]/g,"_"),e=e.replace(/_+/g,"_"),e=e.replace(/^_+|_+$/g,""),e.length>Bm&&(e=e.slice(0,Bm)),e=e.replace(/_+$/,""),e}function Vm(t,e){let r=e?EA(e):"",n=kA(t);return r?`AUGMENT_MCP_${r}_${n}_OAUTH_CREDENTIALS`:`AUGMENT_MCP_${n}_OAUTH_CREDENTIALS`}function Wm(t){let e={accessToken:t.accessToken,refreshToken:t.refreshToken,clientSecret:t.clientSecret};return t.expiresAt!==void 0&&(e.expiresAt=t.expiresAt),t.resource&&(e.resource=t.resource),t.serverMetadata&&(e.serverMetadata=t.serverMetadata),t.client&&(e.client=t.client),JSON.stringify(e)}var TA=1e12,AA=/^(\d{4})-(\d{2})-(\d{2})T(\d{2}):(\d{2}):(\d{2})(?:\.\d+)?(?:Z|[+-](\d{2}):(\d{2}))$/;function $A(t){let e=AA.exec(t);if(!e)return;let r=Number(e[1]),n=Number(e[2]),o=Number(e[3]),s=Number(e[4]),i=Number(e[5]),a=Number(e[6]),c=Number(e[7]??0),u=Number(e[8]??0),f=[31,r%4===0&&(r%100!==0||r%400===0)?29:28,31,30,31,30,31,31,30,31,30,31][n-1];if(f===void 0||o<1||o>f||s>23||i>59||a>59||c>23||u>59)return;let p=Date.parse(t);return Number.isNaN(p)?void 0:p}function MA(t){if(typeof t=="number"&&Number.isFinite(t))return t>0&&t<TA?t*1e3:t;if(typeof t=="string")return $A(t)}function Km(t){let e=JSON.parse(t),r=typeof e.accessToken=="string"?e.accessToken:"",n=typeof e.refreshToken=="string"?e.refreshToken:void 0;if(!r&&!n)throw new Error("Invalid OAuth secret: missing or invalid accessToken");return{accessToken:r,refreshToken:n,clientSecret:typeof e.clientSecret=="string"?e.clientSecret:void 0,expiresAt:MA(e.expiresAt),resource:typeof e.resource=="string"?e.resource:void 0,serverMetadata:e.serverMetadata&&typeof e.serverMetadata=="object"?e.serverMetadata:void 0,client:e.client&&typeof e.client=="object"?e.client:void 0}}var jt=IA.child({prefix:"pi-mcp"}),B=class extends Error{constructor(){super("MCP OAuth credential persistence failed"),this.name="TokenPersistenceError"}},Un=class extends Error{},Ym=[100,500],OA=Ym.length+1,zA=t=>new Promise(e=>{setTimeout(e,t)});function Jm(t){return t.replace(/[^a-zA-Z0-9_-]/g,"-")}var Ou="augment.mcp-access-token.",NA=JSON.stringify({retired:!0}),Zi=3;function Ut(t){return`${Ou}${t}`}function Bi(t){return`legacy:${t}`}function Qt(t){return t?.id?Vm(t.id,t.name):void 0}function Vi(t){if(t?.id)return{type:t.type??null,id:t.id,name:t.name??null,url:t.url??null,auth:t.auth??null,registrySource:t.registrySource??null,vfsSource:t.vfsSource??null}}function Sr(t){let e=Vi(t);return e?JSON.stringify(e):void 0}function DA(t){if(t)return JSON.stringify({type:t.type??null,id:t.id??null,name:t.name??null,url:t.url??null,auth:t.auth??null,registrySource:t.registrySource??null,vfsSource:t.vfsSource??null})}function zu(t){if(typeof t=="string")try{return zu(JSON.parse(t))??t}catch{return t}if(typeof t!="object"||t===null||Array.isArray(t))return t===void 0?void 0:JSON.stringify(t);let e=t;return typeof e.id!="string"||e.id.length===0?JSON.stringify(t):JSON.stringify({type:e.type??null,id:e.id,name:e.name??null,url:e.url??null,auth:e.auth??null,registrySource:e.registrySource??null,vfsSource:e.vfsSource??null})}function LA(t){if(t.credentialState==="active"||t.credentialState==="retired")return t.credentialState;if(t.retired===!0)return"retired"}function jn(t){try{let e=JSON.parse(t);return{credentialIdentity:zu(e.credentialIdentity),state:LA(e)}}catch{return{}}}function Vo(t,e){let r={...t,type:"oauth",credentialIdentity:Vi(e)};return JSON.stringify(r)}function Qr(t,e){let r=Wm({accessToken:t.accessToken,refreshToken:t.refreshToken,clientSecret:t.client.client_secret,expiresAt:t.expiresAt,resource:t.resource,serverMetadata:t.serverMetadata,client:t.client});return JSON.stringify({...JSON.parse(r),credentialIdentity:Vi(e),credentialState:"active"})}function jA(t){return JSON.stringify({credentialIdentity:Vi(t),credentialState:"retired",retired:!0})}function UA(t,e){let r;try{r=JSON.parse(t)}catch{return}if(typeof r!="object"||r===null)return;let n=r,o=DA(e),s=zu(n.credentialIdentity);if(!(o&&s!==void 0&&s!==o)&&!(typeof n.accessToken!="string"||n.accessToken.length===0||typeof n.serverMetadata!="object"||n.serverMetadata===null||typeof n.client!="object"||n.client===null))return n}function Iu(t){try{let e=Km(t),r=e.serverMetadata,n=e.client;if(!r||!n||!e.accessToken&&!e.refreshToken||typeof r.authorization_endpoint!="string"||typeof r.token_endpoint!="string"||typeof n.client_id!="string")return;let o;return e.clientSecret?o=e.clientSecret:typeof n.client_secret=="string"&&(o=n.client_secret),{accessToken:e.accessToken,refreshToken:e.refreshToken,expiresAt:e.expiresAt,resource:e.resource,serverMetadata:{issuer:typeof r.issuer=="string"?r.issuer:r.authorization_endpoint,authorization_endpoint:r.authorization_endpoint,token_endpoint:r.token_endpoint},client:{client_id:n.client_id,...o?{client_secret:o}:{}}}}catch{return}}var Wo=class{_memory=new Dn;_getClient;_shouldPersist;_dirtyGenerations=new Map;_durableQueues=new Map;_registryMemoryWriteGenerations=new Map;_registryMemoryAuthorities=new Map;_registryMemoryCommittedAuthorities=new Map;_delay;_nextGeneration=0;constructor(e,r,n,o=zA){this._getClient=e,this._shouldPersist=r,this._delay=typeof n=="function"?n:o,n&&typeof n!="function"&&this._memory.seed(n)}get(e){return this._memory.get(e)}commit(e,r){this._memory.commit(e,r),this._registryMemoryCommittedAuthorities.delete(e)}clearLocalCredential(e){this._memory.clearLocalCredential(e),this._dirtyGenerations.delete(e),this._registryMemoryCommittedAuthorities.delete(e),this._registryMemoryWriteGenerations.set(e,(this._registryMemoryWriteGenerations.get(e)??0)+1),this._registryMemoryAuthorities.delete(e)}set(e,r,n){if(n?.id){let o=this._beginRegistryMemoryWrite(e,n);this._persist(e,r,n,!0,()=>{this._commitRegistryMemoryWrite(e,r,o)}).catch(()=>{jt.error(`Failed to persist MCP OAuth token for "${e}"; authoritative memory was not changed`)});return}this._memory.set(e,r,n),this._registryMemoryCommittedAuthorities.delete(e),this._persist(e,r,n,!0).catch(()=>{jt.error(`Failed to persist MCP OAuth token for "${e}"; stored in-memory only`)})}async setAndPersist(e,r,n){if(n?.id){let o=this._beginRegistryMemoryWrite(e,n);await this._persist(e,r,n,!1,()=>{this._commitRegistryMemoryWrite(e,r,o)});return}await this._persist(e,r,n,!1),this._memory.commit(e,r),this._registryMemoryCommittedAuthorities.delete(e)}_beginRegistryMemoryWrite(e,r){let n=Sr(r);if(!n)throw new B;let o=(this._registryMemoryWriteGenerations.get(e)??0)+1;return this._registryMemoryWriteGenerations.set(e,o),this._registryMemoryAuthorities.set(e,n),{generation:o,identity:n,retirementGeneration:this._memory.credentialRetirementGeneration(e)}}_commitRegistryMemoryWrite(e,r,n){this._registryMemoryWriteGenerations.get(e)!==n.generation||this._registryMemoryAuthorities.get(e)!==n.identity||this._memory.credentialRetirementGeneration(e)!==n.retirementGeneration||(this._memory.commit(e,r),this._registryMemoryCommittedAuthorities.set(e,n.identity))}persist(e,r,n){return this._persist(e,r,n,!1)}async captureAuthenticatedIdentityVersion(e){let r=Qt(e),n=Sr(e),o=this._getClient();if(!(!r||!n||!o||!e))try{return await this._enqueueWrite(r,()=>this._captureAuthenticatedIdentityVersion({client:o,key:r,identity:n,registry:e}))}catch{throw new B}}async _captureAuthenticatedIdentityVersion(e){for(let r=0;r<Zi;r+=1){let n=await this._captureIdentityVersionAttempt(e);if(n!==void 0)return n}throw new B}async _captureIdentityVersionAttempt(e){let{client:r,key:n,identity:o,registry:s}=e,i=await r.getUserSecretWithVersion(n);if(!i)return"0";let a=jn(i.value);if(a.state==="retired")return i.version;if(a.credentialIdentity!==void 0&&a.credentialIdentity!==o)throw new B;if(a.credentialIdentity===o&&a.state==="active")return i.version;let c=Iu(i.value);if(!c)throw new B;try{await r.upsertUserSecret(n,Qr(c,s),i.version)}catch(u){if(!this._isVersionConflict(u))throw u}}async captureRefreshIdentityVersion(e){let r=Qt(e),n=Sr(e),o=this._getClient();if(!r||!n||!o){if(e?.id)throw new B;return}try{return await this._enqueueWrite(r,async()=>{let s=await o.getUserSecretWithVersion(r);if(!s)throw new B;let i=jn(s.value);if(i.state!=="active"||i.credentialIdentity!==n||!Iu(s.value))throw new B;return s.version})}catch{throw new B}}persistAuthenticated(e,r,n,o){return this._persistAuthenticated(e,r,n,o)}persistRefresh(e,r,n,o){return this._persistAuthenticated(e,r,n,o)}async _persistAuthenticated(e,r,n,o){let s=this._getClient(),i=Qt(n),a=n&&i&&s&&o!==void 0?this._enqueueWrite(i,()=>s.upsertUserSecret(i,Qr(r,n),o)):void 0,c=this._shouldPersist()&&s?()=>this._writeLegacyKey(e,r,!1,n):void 0;if(a)return this._drainRegistryWrites(e,a,c,void 0,n);if(n?.id||this._shouldPersist()&&!s)throw new B;if(c)return{revision:await this._asPersistenceResult(c()),domain:Bi(e)}}restoreAfterSupersededRefresh(e,r,n,o,s){return this.restoreAfterSupersededAuthentication(e,r,n,o,s)}async restoreAfterSupersededAuthentication(e,r,n,o,s){let i=this._getClient(),a=Qt(o),c;if(a&&o){if(!i||s?.domain!==`private:${o.id}`)throw new B;if(c=await this._enqueueWrite(a,()=>this._restoreRegistryCredential({client:i,key:a,persistedToken:r,currentToken:n,registry:o,persistedRevision:s})),!c)return}if(!this._shouldPersist())return c;if(!i)throw new B;if(a&&o){try{await this._enqueueWrite(Ut(e),()=>this._restoreLegacyCredential({client:i,key:Ut(e),persistedToken:r,currentToken:n,registry:o}))}catch{jt.error(`Failed to mirror restored MCP OAuth token for "${e}" to the legacy key`)}return c}if(s?.domain!==Bi(e))throw new B;try{return await this._enqueueWrite(Ut(e),()=>this._restoreLegacyCredentialExact({client:i,key:Ut(e),serverName:e,persistedToken:r,currentToken:n,registry:o,persistedRevision:s}))}catch{throw new B}}async _restoreLegacyCredentialExact(e){let{client:r,key:n,serverName:o,persistedToken:s,currentToken:i,registry:a,persistedRevision:c}=e,u=await r.getUserSecretWithVersion(n);if(!(!u||u.version!==c.revision||u.value!==Vo(s,a)))try{return{revision:await r.upsertUserSecret(n,Vo(i,a),c.revision),domain:Bi(o)}}catch(d){if(this._isVersionConflict(d))return;throw d}}async _restoreRegistryCredential(e){let{client:r,key:n,persistedToken:o,currentToken:s,registry:i,persistedRevision:a}=e,c=await r.getUserSecretWithVersion(n);if(!(!c||c.version!==a.revision||c.value!==Qr(o,i)))try{return{revision:await r.upsertUserSecret(n,Qr(s,i),a.revision),domain:`private:${i.id}`}}catch(u){if(this._isVersionConflict(u))return;throw u}}async _restoreLegacyCredential(e){let{client:r,key:n,persistedToken:o,currentToken:s,registry:i}=e,a=await r.getUserSecretWithVersion(n);if(!(!a||a.value!==Vo(o,i)))try{await r.upsertUserSecret(n,Vo(s,i),a.version)}catch(c){if(!this._isVersionConflict(c))throw c}}async _drainRegistryWrites(e,r,n,o,s){let i;try{i=await r}catch{throw new B}if(o?.(),s?.id&&!i)throw new B;try{await n?.()}catch{jt.error(`Failed to mirror MCP OAuth token for "${e}" to the legacy key`)}return s?.id&&i?{revision:i,domain:`private:${s.id}`}:void 0}async _writeRegistryCredential(e,r,n,o){let s=Sr(o);if(!s)throw new B;for(let i=0;i<Zi;i+=1){let a=await e.getUserSecretWithVersion(r),c=a?jn(a.value):{};if(c.state==="retired"||c.credentialIdentity!==void 0&&c.credentialIdentity!==s)throw new B;try{return await this._upsertUserSecretOnce(e,r,Qr(n,o),a?.version??"0")}catch(u){if(!this._isVersionConflict(u))throw u}}throw new B}async _retireRegistryCredential(e,r,n){let o=Sr(n);if(!o)throw new B;for(let s=0;s<Zi;s+=1){let i=await e.getUserSecretWithVersion(r),a=i?jn(i.value):{};if(a.state==="retired"||a.credentialIdentity!==void 0&&a.credentialIdentity!==o)return;if(i&&a.credentialIdentity===void 0)throw new B;try{await this._upsertUserSecretOnce(e,r,jA(n),i?.version??"0");return}catch(c){if(!this._isVersionConflict(c))throw c}}throw new B}_isVersionConflict(e){return e instanceof lt&&(e.statusCode===412||e.statusCode===400&&e.responseBody.includes("version mismatch"))}async _persist(e,r,n,o,s){let i=this._getClient(),a=Qt(n),c=a&&n&&i?this._enqueueWrite(a,()=>{let d=this._getClient();if(!d)throw new Error("MCP secrets client unavailable");return this._writeRegistryCredential(d,a,r,n)},{credentialShape:"registry",operation:"write"}):void 0,u=this._shouldPersist()&&i?()=>this._writeLegacyKey(e,r,o,n):void 0;if(c)return this._drainRegistryWrites(e,c,u,s,n);if(n?.id||this._shouldPersist()&&!i)throw new B;if(u)return{revision:await this._asPersistenceResult(u()),domain:Bi(e)}}snapshot(){return this._memory.snapshot()}async _asPersistenceResult(e){try{return await e}catch{throw new B}}_enqueueWrite(e,r,n){let o=Jm(e),s=++this._nextGeneration;n?.onGeneration?.(s);let i=this._durableQueues.get(o),a=i??{latestGeneration:s,latestMutationGeneration:n?s:0,tail:Promise.resolve()};a.latestGeneration=s,n&&(a.latestMutationGeneration=s),i||this._durableQueues.set(o,a);let c=()=>this._runPersistence(a,s,r,n),u=i?a.tail.catch(()=>{}).then(c):c();return a.tail=u,u.finally(()=>{a.latestGeneration===s&&this._durableQueues.get(o)?.tail===u&&this._durableQueues.delete(o)}).catch(()=>{}),u}async _runPersistence(e,r,n,o){let s=o?OA:1;for(let i=0;i<s;i+=1){if(this._isLegacyPersistenceGateClosed(o))throw new Un;try{return await n()}catch(a){this._throwIfPersistenceCanceled(e,r,o);let c=this._persistenceRetryDelay(a,i,o);if(c===void 0)throw a;await this._delay(c)}}throw new B}_isLegacyPersistenceGateClosed(e){return e?.credentialShape==="legacy"&&!this._shouldPersist()}_throwIfPersistenceCanceled(e,r,n){if(n!==void 0&&e.latestMutationGeneration!==r||this._isLegacyPersistenceGateClosed(n))throw new Un}_persistenceRetryDelay(e,r,n){let o=n?Ym[r]:void 0,s=!(e instanceof B)&&Mu(e);if(o===void 0||!s){n&&jt.warn("MCP OAuth credential persistence exhausted retries",{attempts:r+1,credentialShape:n.credentialShape,operation:n.operation});return}return o}_upsertUserSecretOnce(e,r,n,o){return typeof e.upsertUserSecretOnce=="function"?e.upsertUserSecretOnce(r,n,o):e.upsertUserSecret(r,n,o)}_deleteUserSecretOnce(e,r){return typeof e.deleteUserSecretOnce=="function"?e.deleteUserSecretOnce(r):e.deleteUserSecret(r)}_writeLegacyKey(e,r,n,o){let s=0,i=this._enqueueWrite(Ut(e),async()=>{let a=this._getClient();if(!a)throw new Error("MCP secrets client unavailable");let c=await this._upsertUserSecretOnce(a,Ut(e),Vo(r,o));return this._dirtyGenerations.get(e)===s&&this._dirtyGenerations.delete(e),c},{credentialShape:"legacy",operation:"write",onGeneration:a=>{s=a,this._dirtyGenerations.set(e,a)}});return i.catch(a=>{(a instanceof Un||!n)&&this._dirtyGenerations.get(e)===s&&this._dirtyGenerations.delete(e)}),i}retireCredential(e,r,n){let o=Sr(r),s=this._registryMemoryCommittedAuthorities.get(e),i=n?.preserveNameState===!0&&(s===void 0||s!==o),a=(this._registryMemoryWriteGenerations.get(e)??0)+1;this._registryMemoryWriteGenerations.set(e,a),this._registryMemoryAuthorities.delete(e);let c=this._getClient(),u=Qt(r),d;u&&r&&(c?d=this._enqueueWrite(u,()=>{let p=this._getClient();if(!p)throw new Error("MCP secrets client unavailable");return this._retireRegistryCredential(p,u,r)},{credentialShape:"registry",operation:"delete"}):d=Promise.reject(new B));let l=this._shouldPersist()&&!i,f;return l&&(c?f=this._enqueueWrite(Ut(e),async()=>{let p=await c.upsertUserSecret(Ut(e),NA)}):f=Promise.reject(new B)),this._awaitRetirements(e,d,f).then(()=>{this._registryMemoryWriteGenerations.get(e)===a&&(this._memory.retireCredential(e,r,{preserveNameState:i}),i||(this._dirtyGenerations.delete(e),this._registryMemoryCommittedAuthorities.delete(e)))})}async _awaitRetirements(e,r,n){let[o,s]=await Promise.allSettled([r,n]);if(o.status==="rejected"&&jt.error(`Failed to retire MCP OAuth credential identity for "${e}" durably`),s.status==="rejected"&&jt.error(`Failed to retire legacy MCP OAuth credential for "${e}" durably`),o.status==="rejected")throw o.reason;if(s.status==="rejected")throw s.reason}delete(e,r){if(this._memory.delete(e),this._memory.clearAuthRequired(e),this._dirtyGenerations.delete(e),this._registryMemoryWriteGenerations.set(e,(this._registryMemoryWriteGenerations.get(e)??0)+1),this._registryMemoryAuthorities.delete(e),this._registryMemoryCommittedAuthorities.delete(e),this._retireRegistryKey(r),!this._shouldPersist()){this._dirtyGenerations.delete(e);return}let n=Ut(e);if(!this._canScheduleDurableOperation(n)){this._dirtyGenerations.delete(e);return}let o=0;this._enqueueWrite(n,async()=>{let i=this._getClient();if(!i)throw new Error("MCP secrets client unavailable");await this._deleteUserSecretOnce(i,n)},{credentialShape:"legacy",operation:"delete",onGeneration:i=>{o=i,this._dirtyGenerations.set(e,i)}}).then(()=>{this._dirtyGenerations.get(e)===o&&this._dirtyGenerations.delete(e)}).catch(i=>{i instanceof Un&&this._dirtyGenerations.get(e)===o&&this._dirtyGenerations.delete(e)})}_retireRegistryKey(e){let r=Qt(e);!r||!e||!this._canScheduleDurableOperation(r)||this._enqueueWrite(r,async()=>{let n=this._getClient();if(!n)throw new Error("MCP secrets client unavailable");await this._retireRegistryCredential(n,r,e)},{credentialShape:"registry",operation:"delete"}).catch(()=>{jt.error(`Failed to retire MCP OAuth registry credential "${r}" durably; cleared in-memory only`)})}_canScheduleDurableOperation(e){return!!(this._getClient()??this._durableQueues.get(Jm(e)))}markAuthRequired(e){this._memory.markAuthRequired(e)}isAuthRequired(e){return this._memory.isAuthRequired(e)}clearAuthRequired(e){this._memory.clearAuthRequired(e)}hasInFlightWrite(e){return this._dirtyGenerations.has(e)}async _loadRegistryToken(e,r){let n=Qt(r),o=Sr(r);if(!n||!o||!r)return{identityRejected:!1};try{return await this._enqueueWrite(n,()=>this._readRegistryToken({client:e,key:n,expectedIdentity:o,registry:r}))}catch{return{identityRejected:!0}}}async _readRegistryToken(e){for(let r=0;r<Zi;r+=1){let n=await this._readRegistryTokenAttempt(e);if(n!==void 0)return n}return{identityRejected:!0}}async _readRegistryTokenAttempt(e){let{client:r,key:n,expectedIdentity:o,registry:s}=e,i=await r.getUserSecretWithVersion(n);if(!i)return{identityRejected:!1,authorityVersion:"0"};let a=jn(i.value);if(a.state==="retired"||a.credentialIdentity!==void 0&&a.credentialIdentity!==o)return{identityRejected:!0};let c=Iu(i.value);if(!c)return{identityRejected:!0};if(a.credentialIdentity===o&&a.state==="active")return{identityRejected:!1,token:c};try{return await r.upsertUserSecret(n,Qr(c,s),i.version),{identityRejected:!1,token:c}}catch(u){return this._isVersionConflict(u)?void 0:{identityRejected:!0}}}async _importLegacyToken(e,r,n,o){let s=Qt(n),i=Sr(n);if(!s||!i||!n||o===void 0)return;let a=await this._loadLegacyToken(e,r,n);if(a)try{return await this._enqueueWrite(s,async()=>{let c=await e.getUserSecretWithVersion(s);if((c?.version??"0")===o){if(c){let u=jn(c.value);if(u.state==="retired"||u.credentialIdentity!==void 0&&u.credentialIdentity!==i)return}return await e.upsertUserSecret(s,Qr(a,n),o),a}})}catch{return}}async _loadLegacyToken(e,r,n){try{let o=await e.getSecret(Ut(r));return o?UA(o,n):void 0}catch{return}}async ensureLoaded(e,r){if(this._memory.get(e)||!this._shouldPersist()||this.hasInFlightWrite(e))return;let o=this._getClient();if(!o)return;let s=this._memory.credentialRetirementGeneration(e),i=await this._loadRegistryToken(o,r);if(i.identityRejected)return;let a=i.token;if(!(this._memory.get(e)||this.hasInFlightWrite(e)||this._memory.credentialRetirementGeneration(e)!==s)){if(!a){if(this._memory.isCredentialRetired(e))return;a=r?.id?await this._importLegacyToken(o,e,r,i.authorityVersion):await this._loadLegacyToken(o,e,r)}if(!a){jt.debug(`Backend secret for MCP server "${e}" is not a usable OAuth token; ignoring`);return}this._memory.get(e)||this.hasInFlightWrite(e)||this._memory.credentialRetirementGeneration(e)!==s||(this._memory.set(e,a),jt.debug(`Seeded MCP OAuth token for "${e}" from backend`))}}};var Xm="Augment Code",Qm="https://augmentcode.com",eg="https://storage.googleapis.com/augment-bazel-data/public/auth0/2024-10-15-auth0-augment-logo-512x512.png";var qA=1e3,HA=500;function Du(t,e=Date.now()){return t.expiresAt!==void 0&&e+2e4>=t.expiresAt}function Ko(t,e=Date.now()){return t.expiresAt!==void 0&&t.expiresAt<=e}var Nu=class extends Error{constructor(){super("OAuth token response contained no access token"),Object.defineProperty(this,"name",{value:"MalformedRefreshResponseError",configurable:!0})}};function tg(t){return new URLSearchParams({k:t}).toString().slice(2)}function GA(t,e){let r=`${tg(t)}:${tg(e)}`;return`Basic ${btoa(r)}`}function sg(t){let e=t.client.client_secret;return e?.trim()?e:void 0}function ZA(t){return t.client.token_endpoint_auth_method==="none"||!sg(t)?"none":t.client.token_endpoint_auth_method==="client_secret_basic"?"basic":"body"}function BA(t){return t==="basic"?"body":t==="body"?"basic":void 0}function VA(t){try{let e=JSON.parse(t);return typeof e.error=="string"?e.error:void 0}catch{return}}var WA=401,ig=500;function Lu(t,...e){return t.status<ig&&t.oauthErrorCode!==void 0&&e.includes(t.oauthErrorCode)}function rg(t){return Lu(t,"invalid_client","unauthorized")?!0:t.oauthErrorCode===void 0&&t.status===WA}async function ng(t,e,r){let n={"Content-Type":"application/x-www-form-urlencoded"},o=new URLSearchParams({grant_type:"refresh_token",refresh_token:t.refreshToken});r&&o.set("resource",r);let s=sg(t);e==="basic"&&s?n.Authorization=GA(t.client.client_id,s):(o.set("client_id",t.client.client_id),e==="body"&&s&&o.set("client_secret",s));let i=await fetch(t.serverMetadata.token_endpoint,{method:"POST",headers:n,body:o.toString(),signal:AbortSignal.timeout(1e4)});if(!i.ok){let c=await i.text().catch(()=>""),u=VA(c),d=c.slice(0,HA);throw new en(i.status,i.statusText,d,u)}let a=await i.json();if(!a.access_token)throw new Nu;return{accessToken:a.access_token,refreshToken:a.refresh_token||t.refreshToken,expiresAt:a.expires_in?Date.now()+a.expires_in*qA:void 0,tokenType:a.token_type??t.tokenType,scope:a.scope??t.scope,serverMetadata:t.serverMetadata,client:t.client,resource:t.resource}}async function og(t,e){try{return await ng(t,e,t.resource)}catch(r){if(r instanceof en&&t.resource&&Lu(r,"invalid_target"))return await ng(t,e,void 0);throw r}}var en=class t extends Error{status;statusText;body;oauthErrorCode;clientAuthPlacementsExhausted;constructor(e,r,n,o,s=!1){super(`Token refresh failed: ${e} ${r}${n?` \u2014 ${n}`:""}`),this.name="RefreshHttpError",this.status=e,this.statusText=r,this.body=n,this.oauthErrorCode=o,this.clientAuthPlacementsExhausted=s}withClientAuthPlacementsExhausted(){return new t(this.status,this.statusText,this.body,this.oauthErrorCode,!0)}};function ju(t){return!(t instanceof en)||t.status>=ig?!1:Lu(t,"invalid_grant","invalid_client")||t.clientAuthPlacementsExhausted}async function Uu(t){if(!t.refreshToken)throw new Error("No refresh token available");let e=t,r=ZA(t);try{return await og(e,r)}catch(n){let o=BA(r);if(!(n instanceof en)||!o||!rg(n))throw n;try{return await og(e,o)}catch(s){throw s instanceof en&&rg(s)?s.withClientAuthPlacementsExhausted():s}}}import{logger as q0}from"@hermes/logger";var Hu;(typeof navigator>"u"||!navigator.userAgent?.startsWith?.("Mozilla/5.0 "))&&(Hu="oauth4webapi/v3.8.6");function Gn(t,e){if(t==null)return!1;try{return t instanceof e||Object.getPrototypeOf(t)[Symbol.toStringTag]===e.prototype[Symbol.toStringTag]}catch{return!1}}var Ft="ERR_INVALID_ARG_VALUE",We="ERR_INVALID_ARG_TYPE";function pe(t,e,r){let n=new TypeError(t,{cause:r});return Object.assign(n,{code:e}),n}var Wu=Symbol(),KA=Symbol(),JA=Symbol(),rn=Symbol();var ag=Symbol();var YA=new TextEncoder,XA=new TextDecoder;function Gu(t){return typeof t=="string"?YA.encode(t):XA.decode(t)}var Zu;Uint8Array.prototype.toBase64?Zu=t=>(t instanceof ArrayBuffer&&(t=new Uint8Array(t)),t.toBase64({alphabet:"base64url",omitPadding:!0})):Zu=e=>{e instanceof ArrayBuffer&&(e=new Uint8Array(e));let r=[];for(let n=0;n<e.byteLength;n+=32768)r.push(String.fromCharCode.apply(null,e.subarray(n,n+32768)));return btoa(r.join("")).replace(/=/g,"").replace(/\+/g,"-").replace(/\//g,"_")};var Bu;Uint8Array.fromBase64?Bu=t=>{try{return Uint8Array.fromBase64(t,{alphabet:"base64url"})}catch(e){throw pe("The input to be decoded is not correctly encoded.",Ft,e)}}:Bu=t=>{try{let e=atob(t.replace(/-/g,"+").replace(/_/g,"/").replace(/\s/g,"")),r=new Uint8Array(e.length);for(let n=0;n<e.length;n++)r[n]=e.charCodeAt(n);return r}catch(e){throw pe("The input to be decoded is not correctly encoded.",Ft,e)}};function Ki(t){return typeof t=="string"?Bu(t):Zu(t)}var qn=class extends Error{code;constructor(e,r){super(e,r),this.name=this.constructor.name,this.code=A0,Error.captureStackTrace?.(this,this.constructor)}},Jo=class extends Error{code;constructor(e,r){super(e,r),this.name=this.constructor.name,r?.code&&(this.code=r?.code),Error.captureStackTrace?.(this,this.constructor)}};function O(t,e,r){return new Jo(t,{code:e,cause:r})}function Ji(t){return!(t===null||typeof t!="object"||Array.isArray(t))}function Ku(t){Gn(t,Headers)&&(t=Object.fromEntries(t.entries()));let e=new Headers(t??{});if(Hu&&!e.has("user-agent")&&e.set("user-agent",Hu),e.has("authorization"))throw pe('"options.headers" must not include the "authorization" header name',Ft);return e}function Ju(t,e){if(e!==void 0){if(typeof e=="function"&&(e=e(t.href)),!(e instanceof AbortSignal))throw pe('"options.signal" must return or be an instance of AbortSignal',We);return e}}function QA(t){return t.includes("//")?t.replace("//","/"):t}function e0(t,e,r=!1){return t.pathname==="/"?t.pathname=e:t.pathname=QA(`${e}/${r?t.pathname:t.pathname.replace(/(\/)$/,"")}`),t}async function t0(t,e,r,n){if(!(t instanceof URL))throw pe(`"${e}" must be an instance of URL`,We);vg(t,n?.[Wu]!==!0);let o=r(new URL(t.href)),s=Ku(n?.headers);return s.set("accept","application/json"),(n?.[rn]||fetch)(o.href,{body:void 0,headers:Object.fromEntries(s.entries()),method:"GET",redirect:"manual",signal:Ju(o,n?.signal)})}function Fn(t,e,r,n,o){try{if(typeof t!="number"||!Number.isFinite(t))throw pe(`${r} must be a number`,We,o);if(t>0)return;if(e){if(t!==0)throw pe(`${r} must be a non-negative number`,Ft,o);return}throw pe(`${r} must be a positive number`,Ft,o)}catch(s){throw n?O(s.message,n,o):s}}function Te(t,e,r,n){try{if(typeof t!="string")throw pe(`${e} must be a string`,We,n);if(t.length===0)throw pe(`${e} must not be empty`,Ft,n)}catch(o){throw r?O(o.message,r,n):o}}async function dg(t,e){let r=t;if(!(r instanceof URL)&&r!==Qi)throw pe('"expectedIssuerIdentifier" must be an instance of URL',We);if(!Gn(e,Response))throw pe('"response" must be an instance of Response',We);if(e.status!==200)throw O('"response" is not a conform Authorization Server Metadata response (unexpected HTTP status code)',od,e);Qo(e);let n=await na(e);if(Te(n.issuer,'"response" body "issuer" property',V,{body:n}),r!==Qi&&new URL(n.issuer).href!==r.href)throw O('"response" body "issuer" property does not match the expected value',ta,{expected:r.href,body:n,attribute:"issuer"});return n}function lg(t){n0(t,"application/json")}function r0(t,...e){let r='"response" content-type must be ';if(e.length>2){let n=e.pop();r+=`${e.join(", ")}, or ${n}`}else e.length===2?r+=`${e[0]} or ${e[1]}`:r+=e[0];return O(r,M0,t)}function n0(t,e){if(m0(t)!==e)throw r0(t,e)}function Yu(){return Ki(crypto.getRandomValues(new Uint8Array(32)))}function fg(){return Yu()}function pg(){return Yu()}function hg(){return Yu()}async function mg(t){return Te(t,"codeVerifier"),Ki(await crypto.subtle.digest("SHA-256",Gu(t)))}function Xu(t){let e=t?.[KA];return typeof e=="number"&&Number.isFinite(e)?e:0}function Qu(t){let e=t?.[JA];return typeof e=="number"&&Number.isFinite(e)&&Math.sign(e)!==-1?e:30}function ed(){return Math.floor(Date.now()/1e3)}function ea(t){if(typeof t!="object"||t===null)throw pe('"as" must be an object',We);Te(t.issuer,'"as.issuer"')}function td(t){if(typeof t!="object"||t===null)throw pe('"client" must be an object',We);Te(t.client_id,'"client.client_id"')}function cg(t){return encodeURIComponent(t).replace(/(?:[-_.!~*'()]|%20)/g,e=>{switch(e){case"-":case"_":case".":case"!":case"~":case"*":case"'":case"(":case")":return`%${e.charCodeAt(0).toString(16).toUpperCase()}`;case"%20":return"+";default:throw new Error}})}function rd(t){return Te(t,'"clientSecret"'),(e,r,n,o)=>{n.set("client_id",r.client_id),n.set("client_secret",t)}}function gg(t){return Te(t,'"clientSecret"'),(e,r,n,o)=>{let s=cg(r.client_id),i=cg(t),a=btoa(`${s}:${i}`);o.set("authorization",`Basic ${a}`)}}function yg(){return(t,e,r,n)=>{r.set("client_id",e.client_id)}}var o0=URL.parse?(t,e)=>URL.parse(t,e):(t,e)=>{try{return new URL(t,e)}catch{return null}};function vg(t,e){if(e&&t.protocol!=="https:")throw O("only requests to HTTPS are allowed",I0,t);if(t.protocol!=="https:"&&t.protocol!=="http:")throw O("only HTTP and HTTPS requests are allowed",O0,t)}function ug(t,e,r,n){let o;if(typeof t!="string"||!(o=o0(t)))throw O(`authorization server metadata does not contain a valid ${r?`"as.mtls_endpoint_aliases.${e}"`:`"as.${e}"`}`,t===void 0?z0:N0,{attribute:r?`mtls_endpoint_aliases.${e}`:e});return vg(o,n),o}function _g(t,e,r,n){return r&&t.mtls_endpoint_aliases&&e in t.mtls_endpoint_aliases?ug(t.mtls_endpoint_aliases[e],e,r,n):ug(t[e],e,r,n)}var Hn=class extends Error{cause;code;error;status;error_description;response;constructor(e,r){super(e,r),this.name=this.constructor.name,this.code=T0,this.cause=r.cause,this.error=r.cause.error,this.status=r.response.status,this.error_description=r.cause.error_description,Object.defineProperty(this,"response",{enumerable:!1,value:r.response}),Error.captureStackTrace?.(this,this.constructor)}},Yo=class extends Error{cause;code;error;error_description;constructor(e,r){super(e,r),this.name=this.constructor.name,this.code=$0,this.cause=r.cause,this.error=r.cause.get("error"),this.error_description=r.cause.get("error_description")??void 0,Error.captureStackTrace?.(this,this.constructor)}},Xo=class extends Error{cause;code;response;status;constructor(e,r){super(e,r),this.name=this.constructor.name,this.code=E0,this.cause=r.cause,this.status=r.response.status,this.response=r.response,Object.defineProperty(this,"response",{enumerable:!1}),Error.captureStackTrace?.(this,this.constructor)}},Yi="[a-zA-Z0-9!#$%&\\'\\*\\+\\-\\.\\^_`\\|~]+",s0="[a-zA-Z0-9\\-\\._\\~\\+\\/]+={0,2}",i0='"((?:[^"\\\\]|\\\\[\\s\\S])*)"',a0="("+Yi+")\\s*=\\s*"+i0,c0="("+Yi+")\\s*=\\s*("+Yi+")",u0=new RegExp("^[,\\s]*("+Yi+")"),d0=new RegExp("^[,\\s]*"+a0+"[,\\s]*(.*)"),l0=new RegExp("^[,\\s]*"+c0+"[,\\s]*(.*)"),f0=new RegExp("^("+s0+")(?:$|[,\\s])(.*)");function p0(t){if(!Gn(t,Response))throw pe('"response" must be an instance of Response',We);let e=t.headers.get("www-authenticate");if(e===null)return;let r=[],n=e;for(;n;){let o=n.match(u0),s=o?.[1].toLowerCase();if(!s)return;let i=n.substring(o[0].length);if(i&&!i.match(/^[\s,]/))return;let a=i.match(/^\s+(.*)$/),c=!!a;n=a?a[1]:void 0;let u={},d;if(c)for(;n;){let f,p;if(o=n.match(d0)){if([,f,p,n]=o,p.includes("\\"))try{p=JSON.parse(`"${p}"`)}catch{}u[f.toLowerCase()]=p;continue}if(o=n.match(l0)){[,f,p,n]=o,u[f.toLowerCase()]=p;continue}if(o=n.match(f0)){if(Object.keys(u).length)break;[,d,n]=o;break}return}else n=i||void 0;let l={scheme:s,parameters:u};d&&(l.token68=d),r.push(l)}if(r.length)return r}async function h0(t){if(t.status>399&&t.status<500){Qo(t),lg(t);try{let e=await t.clone().json();if(Ji(e)&&typeof e.error=="string"&&e.error.length)return e}catch{}}}async function Sg(t,e,r){if(t.status!==e){_0(t);let n;throw(n=await h0(t))?(await t.body?.cancel(),new Hn("server responded with an error in the response body",{cause:n,response:t})):O(`"response" is not a conform ${r} response (unexpected HTTP status code)`,od,t)}}function wg(t){if(!nd.has(t))throw pe('"options.DPoP" is not a valid DPoPHandle',Ft)}function m0(t){return t.headers.get("content-type")?.split(";")[0]}async function g0(t,e,r,n,o,s,i){return await r(t,e,o,s),s.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"),(i?.[rn]||fetch)(n.href,{body:o,headers:Object.fromEntries(s.entries()),method:"POST",redirect:"manual",signal:Ju(n,i?.signal)})}async function y0(t,e,r,n,o,s){let i=_g(t,"token_endpoint",e.use_mtls_endpoint_aliases,s?.[Wu]!==!0);o.set("grant_type",n);let a=Ku(s?.headers);a.set("accept","application/json"),s?.DPoP!==void 0&&(wg(s.DPoP),await s.DPoP.addProof(i,a,"POST"));let c=await g0(t,e,r,i,o,a,s);return s?.DPoP?.cacheNonce(c,i),c}var bg=new WeakMap,v0=new WeakMap;function Rg(t){if(!t.id_token)return;let e=bg.get(t);if(!e)throw pe('"ref" was already garbage collected or did not resolve from the proper sources',Ft);return e}async function Pg(t,e,r,n,o,s){if(ea(t),td(e),!Gn(r,Response))throw pe('"response" must be an instance of Response',We);await Sg(r,200,"Token Endpoint"),Qo(r);let i=await na(r);if(Te(i.access_token,'"response" body "access_token" property',V,{body:i}),Te(i.token_type,'"response" body "token_type" property',V,{body:i}),i.token_type=i.token_type.toLowerCase(),i.expires_in!==void 0){let a=typeof i.expires_in!="number"?parseFloat(i.expires_in):i.expires_in;Fn(a,!0,'"response" body "expires_in" property',V,{body:i}),i.expires_in=a}if(i.refresh_token!==void 0&&Te(i.refresh_token,'"response" body "refresh_token" property',V,{body:i}),i.scope!==void 0&&typeof i.scope!="string")throw O('"response" body "scope" property must be a string',V,{body:i});if(i.id_token!==void 0){Te(i.id_token,'"response" body "id_token" property',V,{body:i});let a=["aud","exp","iat","iss","sub"];e.require_auth_time===!0&&a.push("auth_time"),e.default_max_age!==void 0&&(Fn(e.default_max_age,!0,'"client.default_max_age"'),a.push("auth_time")),n?.length&&a.push(...n);let{claims:c,jwt:u}=await D0(i.id_token,L0.bind(void 0,e.id_token_signed_response_alg,t.id_token_signing_alg_values_supported,"RS256"),Xu(e),Qu(e),o).then(C0.bind(void 0,a)).then(w0.bind(void 0,t)).then(S0.bind(void 0,e.client_id));if(Array.isArray(c.aud)&&c.aud.length!==1){if(c.azp===void 0)throw O('ID Token "aud" (audience) claim includes additional untrusted audiences',wr,{claims:c,claim:"aud"});if(c.azp!==e.client_id)throw O('unexpected ID Token "azp" (authorized party) claim value',wr,{expected:e.client_id,claims:c,claim:"azp"})}c.auth_time!==void 0&&Fn(c.auth_time,!0,'ID Token "auth_time" (authentication time)',V,{claims:c}),v0.set(r,u),bg.set(i,c)}if(s?.[i.token_type]!==void 0)s[i.token_type](r,i);else if(i.token_type!=="dpop"&&i.token_type!=="bearer")throw new qn("unsupported `token_type` value",{cause:{body:i}});return i}function _0(t){let e;if(e=p0(t))throw new Xo("server responded with a challenge in the WWW-Authenticate HTTP Header",{cause:e,response:t})}function S0(t,e){if(Array.isArray(e.claims.aud)){if(!e.claims.aud.includes(t))throw O('unexpected JWT "aud" (audience) claim value',wr,{expected:t,claims:e.claims,claim:"aud"})}else if(e.claims.aud!==t)throw O('unexpected JWT "aud" (audience) claim value',wr,{expected:t,claims:e.claims,claim:"aud"});return e}function w0(t,e){let r=t[F0]?.(e)??t.issuer;if(e.claims.iss!==r)throw O('unexpected JWT "iss" (issuer) claim value',wr,{expected:r,claims:e.claims,claim:"iss"});return e}var nd=new WeakSet;function b0(t){return nd.add(t),t}var R0=Symbol();async function Cg(t,e,r,n,o,s,i){if(ea(t),td(e),!nd.has(n))throw pe('"callbackParameters" must be an instance of URLSearchParams obtained from "validateAuthResponse()", or "validateJwtAuthResponse()',Ft);Te(o,'"redirectUri"');let a=tn(n,"code");if(!a)throw O('no authorization code in "callbackParameters"',V);let c=new URLSearchParams(i?.additionalParameters);return c.set("redirect_uri",o),c.set("code",a),s!==R0&&(Te(s,'"codeVerifier"'),c.set("code_verifier",s)),y0(t,e,r,"authorization_code",c,i)}var P0={aud:"audience",c_hash:"code hash",client_id:"client id",exp:"expiration time",iat:"issued at",iss:"issuer",jti:"jwt id",nonce:"nonce",s_hash:"state hash",sub:"subject",ath:"access token hash",htm:"http method",htu:"http uri",cnf:"confirmation",auth_time:"authentication time"};function C0(t,e){for(let r of t)if(e.claims[r]===void 0)throw O(`JWT "${r}" (${P0[r]}) claim missing`,V,{claims:e.claims});return e}var Fu=Symbol(),qu=Symbol();async function xg(t,e,r,n){return typeof n?.expectedNonce=="string"||typeof n?.maxAge=="number"||n?.requireIdToken?x0(t,e,r,n.expectedNonce,n.maxAge,n[ag],n.recognizedTokenTypes):k0(t,e,r,n?.[ag],n?.recognizedTokenTypes)}async function x0(t,e,r,n,o,s,i){let a=[];switch(n){case void 0:n=Fu;break;case Fu:break;default:Te(n,'"expectedNonce" argument'),a.push("nonce")}switch(o??=e.default_max_age,o){case void 0:o=qu;break;case qu:break;default:Fn(o,!0,'"maxAge" argument'),a.push("auth_time")}let c=await Pg(t,e,r,a,s,i);Te(c.id_token,'"response" body "id_token" property',V,{body:c});let u=Rg(c);if(o!==qu){let d=ed()+Xu(e),l=Qu(e);if(u.auth_time+o<d-l)throw O("too much time has elapsed since the last End-User authentication",Xi,{claims:u,now:d,tolerance:l,claim:"auth_time"})}if(n===Fu){if(u.nonce!==void 0)throw O('unexpected ID Token "nonce" claim value',wr,{expected:void 0,claims:u,claim:"nonce"})}else if(u.nonce!==n)throw O('unexpected ID Token "nonce" claim value',wr,{expected:n,claims:u,claim:"nonce"});return c}async function k0(t,e,r,n,o){let s=await Pg(t,e,r,void 0,n,o),i=Rg(s);if(i){if(e.default_max_age!==void 0){Fn(e.default_max_age,!0,'"client.default_max_age"');let a=ed()+Xu(e),c=Qu(e);if(i.auth_time+e.default_max_age<a-c)throw O("too much time has elapsed since the last End-User authentication",Xi,{claims:i,now:a,tolerance:c,claim:"auth_time"})}if(i.nonce!==void 0)throw O('unexpected ID Token "nonce" claim value',wr,{expected:void 0,claims:i,claim:"nonce"})}return s}var E0="OAUTH_WWW_AUTHENTICATE_CHALLENGE",T0="OAUTH_RESPONSE_BODY_ERROR",A0="OAUTH_UNSUPPORTED_OPERATION",$0="OAUTH_AUTHORIZATION_RESPONSE_ERROR";var Vu="OAUTH_PARSE_ERROR",V="OAUTH_INVALID_RESPONSE";var M0="OAUTH_RESPONSE_IS_NOT_JSON",od="OAUTH_RESPONSE_IS_NOT_CONFORM",I0="OAUTH_HTTP_REQUEST_FORBIDDEN",O0="OAUTH_REQUEST_PROTOCOL_FORBIDDEN",Xi="OAUTH_JWT_TIMESTAMP_CHECK_FAILED",wr="OAUTH_JWT_CLAIM_COMPARISON_FAILED",ta="OAUTH_JSON_ATTRIBUTE_COMPARISON_FAILED";var z0="OAUTH_MISSING_SERVER_METADATA",N0="OAUTH_INVALID_SERVER_METADATA";function Qo(t){if(t.bodyUsed)throw pe('"response" body has been used already',Ft)}async function D0(t,e,r,n,o){let{0:s,1:i,length:a}=t.split(".");if(a===5)if(o!==void 0)t=await o(t),{0:s,1:i,length:a}=t.split(".");else throw new qn("JWE decryption is not configured",{cause:t});if(a!==3)throw O("Invalid JWT",V,t);let c;try{c=JSON.parse(Gu(Ki(s)))}catch(l){throw O("failed to parse JWT Header body as base64url encoded JSON",Vu,l)}if(!Ji(c))throw O("JWT Header must be a top level object",V,t);if(e(c),c.crit!==void 0)throw new qn('no JWT "crit" header parameter extensions are supported',{cause:{header:c}});let u;try{u=JSON.parse(Gu(Ki(i)))}catch(l){throw O("failed to parse JWT Payload body as base64url encoded JSON",Vu,l)}if(!Ji(u))throw O("JWT Payload must be a top level object",V,t);let d=ed()+r;if(u.exp!==void 0){if(typeof u.exp!="number")throw O('unexpected JWT "exp" (expiration time) claim type',V,{claims:u});if(u.exp<=d-n)throw O('unexpected JWT "exp" (expiration time) claim value, expiration is past current timestamp',Xi,{claims:u,now:d,tolerance:n,claim:"exp"})}if(u.iat!==void 0&&typeof u.iat!="number")throw O('unexpected JWT "iat" (issued at) claim type',V,{claims:u});if(u.iss!==void 0&&typeof u.iss!="string")throw O('unexpected JWT "iss" (issuer) claim type',V,{claims:u});if(u.nbf!==void 0){if(typeof u.nbf!="number")throw O('unexpected JWT "nbf" (not before) claim type',V,{claims:u});if(u.nbf>d+n)throw O('unexpected JWT "nbf" (not before) claim value',Xi,{claims:u,now:d,tolerance:n,claim:"nbf"})}if(u.aud!==void 0&&typeof u.aud!="string"&&!Array.isArray(u.aud))throw O('unexpected JWT "aud" (audience) claim type',V,{claims:u});return{header:c,claims:u,jwt:t}}function L0(t,e,r,n){if(t!==void 0){if(typeof t=="string"?n.alg!==t:!t.includes(n.alg))throw O('unexpected JWT "alg" header parameter',V,{header:n,expected:t,reason:"client configuration"});return}if(Array.isArray(e)){if(!e.includes(n.alg))throw O('unexpected JWT "alg" header parameter',V,{header:n,expected:e,reason:"authorization server metadata"});return}if(r!==void 0){if(typeof r=="string"?n.alg!==r:typeof r=="function"?!r(n.alg):!r.includes(n.alg))throw O('unexpected JWT "alg" header parameter',V,{header:n,expected:r,reason:"default value"});return}throw O('missing client or server configuration to verify used JWT "alg" header parameter',void 0,{client:t,issuer:e,fallback:r})}function tn(t,e){let{0:r,length:n}=t.getAll(e);if(n>1)throw O(`"${e}" parameter must be provided only once`,V);return r}var j0=Symbol(),U0=Symbol();function kg(t,e,r,n){if(ea(t),td(e),r instanceof URL&&(r=r.searchParams),!(r instanceof URLSearchParams))throw pe('"parameters" must be an instance of URLSearchParams, or URL',We);if(tn(r,"response"))throw O('"parameters" contains a JARM response, use validateJwtAuthResponse() instead of validateAuthResponse()',V,{parameters:r});let o=tn(r,"iss"),s=tn(r,"state");if(!o&&t.authorization_response_iss_parameter_supported)throw O('response parameter "iss" (issuer) missing',V,{parameters:r});if(o&&o!==t.issuer)throw O('unexpected "iss" (issuer) response parameter value',V,{expected:t.issuer,parameters:r});switch(n){case void 0:case U0:if(s!==void 0)throw O('unexpected "state" response parameter encountered',V,{expected:void 0,parameters:r});break;case j0:break;default:if(Te(n,'"expectedState" argument'),s!==n)throw O(s===void 0?'response parameter "state" missing':'unexpected "state" response parameter value',V,{expected:n,parameters:r})}if(tn(r,"error"))throw new Yo("authorization response from the server is an error",{cause:r});let a=tn(r,"id_token"),c=tn(r,"token");if(a!==void 0||c!==void 0)throw new qn("implicit and hybrid flows are not supported");return b0(new URLSearchParams(r))}async function Eg(t,e,r){ea(t);let n=_g(t,"registration_endpoint",e.use_mtls_endpoint_aliases,r?.[Wu]!==!0),o=Ku(r?.headers);o.set("accept","application/json"),o.set("content-type","application/json");let s="POST";r?.DPoP&&(wg(r.DPoP),await r.DPoP.addProof(n,o,s,r.initialAccessToken)),r?.initialAccessToken&&o.set("authorization",`${o.has("dpop")?"DPoP":"Bearer"} ${r.initialAccessToken}`);let i=await(r?.[rn]||fetch)(n.href,{body:JSON.stringify(e),headers:Object.fromEntries(o.entries()),method:s,redirect:"manual",signal:Ju(n,r?.signal)});return r?.DPoP?.cacheNonce(i,n),i}async function Tg(t){if(!Gn(t,Response))throw pe('"response" must be an instance of Response',We);await Sg(t,201,"Dynamic Client Registration Endpoint"),Qo(t);let e=await na(t);return Te(e.client_id,'"response" body "client_id" property',V,{body:e}),e.client_secret!==void 0&&Te(e.client_secret,'"response" body "client_secret" property',V,{body:e}),e.client_secret&&Fn(e.client_secret_expires_at,!0,'"response" body "client_secret_expires_at" property',V,{body:e}),e}async function Ag(t,e){return t0(t,"resourceIdentifier",r=>(e0(r,".well-known/oauth-protected-resource",!0),r),e)}async function ra(t,e){let r=t;if(!(r instanceof URL)&&r!==Qi)throw pe('"expectedResourceIdentifier" must be an instance of URL',We);if(!Gn(e,Response))throw pe('"response" must be an instance of Response',We);if(e.status!==200)throw O('"response" is not a conform Resource Server Metadata response (unexpected HTTP status code)',od,e);Qo(e);let n=await na(e);if(Te(n.resource,'"response" body "resource" property',V,{body:n}),r!==Qi&&new URL(n.resource).href!==r.href)throw O('"response" body "resource" property does not match the expected value',ta,{expected:r.href,body:n,attribute:"resource"});return n}async function na(t,e=lg){let r;try{r=await t.json()}catch(n){throw e(t),O('failed to parse "response" body as JSON',Vu,n)}if(!Ji(r))throw O('"response" body must be a top level object',V,{body:r});return r}var Qi=Symbol(),F0=Symbol();var Ig=q0.child({prefix:"pi-mcp"}),es=1e4,H0=1e3,G0=401,$g=200,Z0=/(?:^|[\s,])resource_metadata\s*=\s*"([^"]+)"/,B0=/(?:^|[\s,])resource_metadata\s*=\s*([^,\s]+)/,Og;function Zn(){return Og??globalThis.fetch}function zg(t){let e=AbortSignal.timeout(1e4),r=t?.signal?AbortSignal.any([t.signal,e]):e;return{...t,signal:r}}function Ng(t){let e=new URL(t.href);return e.search="",e.hash="",e}async function id(t){let e=Ng(t);try{let r=await V0(e),n=r?.authorization_servers?.map(o=>new URL(o))??[e];for(let o of n){let s=await X0(o);if(s)return Object.assign(s,{resourceScopes:r?.scopes_supported,resourceIdentifier:r?.resource})}}catch(r){throw ia(r)}throw new Error("Failed to discover metadata URL")}async function V0(t){try{let e=await Ag(t,{signal:AbortSignal.timeout(es),[rn]:Og??void 0});return e.ok?await ra(t,e):(e.body?.cancel().catch(()=>{}),await Dg(t,e.headers.get("www-authenticate"))??await Mg(t))}catch{return await Mg(t)}}async function Mg(t){for(let e of["HEAD","GET"])try{let r=await Zn()(t,{method:e,signal:AbortSignal.timeout(es)});r.body?.cancel().catch(()=>{});let n=await Dg(t,r.headers.get("www-authenticate"));if(n)return n}catch{}}async function Dg(t,e){let r=Y0(e);if(r)try{let n=await Zn()(r,{signal:AbortSignal.timeout(es)});return await W0(t,n)}catch{return}}async function W0(t,e){let r=await e.text(),n={status:e.status,statusText:e.statusText,headers:e.headers};try{return await ra(t,new Response(r,n))}catch(o){if(!(o instanceof Jo)||o.code!==ta)throw o;let s=K0(r);if(!s||!J0(s,t))throw o;return await ra(s,new Response(r,n))}}function K0(t){try{let e=JSON.parse(t);return typeof e.resource!="string"?void 0:new URL(e.resource)}catch{return}}function J0(t,e){if(t.origin!==e.origin)return!1;let r=t.pathname.replace(/\/+$/,""),n=e.pathname.replace(/\/+$/,"");return r===n||n.startsWith(`${r}/`)}function Y0(t){if(!t)return;let e=t.match(Z0),r=t.match(B0),n=e?.[1]??r?.[1];if(n)try{return new URL(n)}catch{return}}async function X0(t){for(let e of Q0(t))try{let r=new URL(e,t),n=await Zn()(r,{signal:AbortSignal.timeout(es)});if(n.body?.cancel().catch(()=>{}),!n.ok)continue;return r}catch{}}function Q0(t){let e=t.pathname.startsWith("/")?t.pathname.slice(1):t.pathname;return[...e.length>0?[new URL(`/.well-known/oauth-authorization-server/${e}`,t),new URL(`/.well-known/openid-configuration/${e}`,t),new URL(`/${e}/.well-known/openid-configuration`,t)]:[],new URL("/.well-known/oauth-authorization-server",t),new URL("/.well-known/openid-configuration",t)]}async function ad(t){try{let e=await Zn()(t,{signal:AbortSignal.timeout(es)}),r=await e.text(),n={status:e.status,statusText:e.statusText,headers:e.headers},o=await e$(new Response(r,n));if(!o)throw new Error("Missing issuer from discovery response");return await dg(o,new Response(r,n))}catch(e){throw ia(e)}}async function e$(t){if(!t.ok)throw new Error("Invalid status code from discovery response");let e=await t.json();if(!e.issuer||typeof e.issuer!="string")throw new Error("Invalid issuer from discovery response");return new URL(e.issuer)}var sd=class extends Error{issuer;constructor(e){super(`This MCP server's authorization server (\`${e}\`) does not support Dynamic Client Registration. Configure a static OAuth Client ID and Secret in the Advanced section.`),this.name="McpOAuthDcrUnsupportedError",this.issuer=e}};function t$(t){if(!t.clientId)throw new Error("clientId is required to build client from config");let e=t.clientSecret?.trim();return{client_id:t.clientId,...e?{client_secret:e}:{}}}async function cd({config:t,serverMetadata:e,redirectUris:r}){let n=t.clientId?.trim(),o=t.clientSecret?.trim();if(!!n&&(!!o||!e.registration_endpoint))return t$({...t,clientId:n});if(!e.registration_endpoint)throw new sd(e.issuer);return await r$(e,r)}async function r$(t,e){try{let r=t.token_endpoint_auth_methods_supported?.includes("none")??!1,n=await Eg(t,{client_name:Xm,client_uri:Qm,logo_uri:eg,redirect_uris:e,grant_types:["authorization_code","refresh_token"],response_types:["code"],...r?{token_endpoint_auth_method:"none"}:{}},{[rn]:n$});return n.ok||Ig.error(`Dynamic client registration failed with HTTP status ${n.status} (${n.statusText})`),await Tg(n)}catch(r){throw ia(r)}}async function n$(t,e){let r=await Zn()(t,zg(e)),n=await r.text(),o={status:r.status,statusText:r.statusText,headers:r.headers};if(r.ok||Ig.error(`Dynamic client registration error response body (HTTP ${r.status} ${r.statusText}): ${s$(n)}`),r.status===200&&(o.status=201,o.statusText="Created"),o.status===201)try{let s=JSON.parse(n);s.client_secret_expires_at||(s.client_secret_expires_at=0),"client_secret"in s&&!s.client_secret&&(s.client_secret=void 0),n=JSON.stringify(s)}catch{}return new Response(n,o)}function o$(t,e){let r=new Headers(e?.headers),n=r.get("content-type"),o=e;return n?.toLowerCase().startsWith("application/x-www-form-urlencoded;")&&(r.set("content-type","application/x-www-form-urlencoded"),o={...e,headers:r}),Zn()(t,zg(o))}function s$(t){try{let e=JSON.parse(t);for(let r of Object.keys(e))/secret|token/i.test(r)&&(e[r]="[REDACTED]");return JSON.stringify(e)}catch{return t.length>$g?`${t.slice(0,$g)}\u2026`:t}}async function oa(t,e,r,n,o,s,i){if(!r.authorization_endpoint)throw new Error("No authorization endpoint");let a=fg(),c=await mg(a),u=pg(),d,l=(o??r.scopes_supported?.join(" "))?.split(/\s+/).filter(Boolean),f=!1;!i?.disableOfflineAccessAugmentation&&l?.length&&!l.includes("offline_access")&&r.scopes_supported?.includes("offline_access")&&(l.push("offline_access"),f=!0);let p=l?.join(" ")||void 0,h=Ng(s??t).toString(),m=new URL(r.authorization_endpoint);return m.searchParams.set("response_type","code"),m.searchParams.set("client_id",e.client_id),m.searchParams.set("code_challenge",c),m.searchParams.set("code_challenge_method","S256"),m.searchParams.set("redirect_uri",n),m.searchParams.set("resource",h),m.searchParams.set("state",u),p&&m.searchParams.set("scope",p),l?.includes("offline_access")&&m.searchParams.set("prompt","consent"),r.code_challenge_methods_supported?.includes("S256")||(d=hg(),m.searchParams.set("nonce",d)),{client:e,serverMetadata:r,redirectUri:n,codeVerifier:a,nonce:d,scope:p,state:u,resource:h,offlineAccessAugmented:f,authUri:m}}function sa(t,e){return e.offlineAccessAugmented===!0&&t.get("error")==="invalid_scope"&&t.get("state")===e.state}async function ud(t){if(!t.resource)throw new Error("Cannot rebuild authorization state without a resource");let e=t.scope?.split(/\s+/).filter(r=>r&&r!=="offline_access").join(" ");return await oa(new URL(t.resource),t.client,t.serverMetadata,t.redirectUri,e||void 0,void 0,{disableOfflineAccessAugmentation:!0})}async function i$(t,e,r){let n=await Cg(t.serverMetadata,t.client,r,e,t.redirectUri,t.codeVerifier,{[rn]:o$,...t.resource?{additionalParameters:{resource:t.resource}}:{}});return xg(t.serverMetadata,t.client,await a$(n))}async function dd(t,e){try{let r=kg(e.serverMetadata,e.client,t,e.state),n=await u$(e.client,o=>i$(e,r,o));return f$(n,e.serverMetadata,e.client,void 0,e.resource)}catch(r){throw ia(r)}}async function a$(t){let e=await t.text(),r={status:t.status,statusText:t.statusText,headers:t.headers};try{let n=JSON.parse(e);if("id_token"in n)return n.id_token=void 0,new Response(JSON.stringify(n),r)}catch{}return new Response(e,r)}function Lg(t){let e=t.client_secret;return typeof e=="string"&&e.length>0?e:void 0}function c$(t){let e=Lg(t);return e===void 0?yg():t.token_endpoint_auth_method==="client_secret_basic"?gg(e):rd(e)}async function u$(t,e){try{return await e(c$(t))}catch(r){let n=d$(t);if(n&&l$(r))return await e(n);throw r}}function d$(t){let e=Lg(t);if(t.token_endpoint_auth_method==="client_secret_basic"&&e!==void 0)return rd(e)}function l$(t){return t instanceof Hn?t.error==="invalid_client"||t.error==="unauthorized":t instanceof Xo?t.status===G0||t.cause.some(({parameters:e})=>{let{error:r}=e;return r==="invalid_client"||r==="unauthorized"}):!1}function f$(t,e,r,n,o){if(!t.access_token)throw new Error("OAuth token response contained no access token");return{accessToken:t.access_token,refreshToken:t.refresh_token||n,expiresAt:t.expires_in?Date.now()+t.expires_in*H0:void 0,tokenType:t.token_type,scope:t.scope,resource:o,serverMetadata:e,client:r}}function ia(t){if(t instanceof Hn||t instanceof Yo){let e=t.error_description?` (${t.error_description})`:"";return new Error(`${t.message}${e}`,{cause:t})}return t instanceof Error?t:new Error(String(t))}var p$=/(authorization|auth[_-]?token|access[_-]?token|refresh[_-]?token|\btoken\b|secret|password|passwd|\bpwd\b|api[_-]?key|apikey|client[_-]?secret|private[_-]?key|cookie|session[_-]?id|credential|bearer)/i,jg=/\beyJ[A-Za-z0-9_-]+\.[A-Za-z0-9_-]+\.[A-Za-z0-9_-]+\b/,Ug=/\b(bearer|token)\s+[A-Za-z0-9._~+/-]{12,}=*/i,Fg=/\b(?=[A-Za-z0-9._-]*[A-Za-z])(?=[A-Za-z0-9._-]*\d)[A-Za-z0-9._-]{24,}\b/,ts="[redacted]";function h$(t){return jg.test(t)||Ug.test(t)||Fg.test(t)}var m$=new RegExp(jg.source,"g"),g$=new RegExp(Ug.source,"gi"),y$=new RegExp(Fg.source,"g");function qg(t,e){let r=[...t];return r.length<=e?t:`${r.slice(0,Math.max(e-3,0)).join("")}...`}function fd(t){return t&&qg(t,8192).replace(m$,ts).replace(g$,r=>`${r.match(/^(bearer|token)\s+/i)?.[0]??""}${ts}`).replace(y$,ts)}function ld(t,e,r){if(e)return ts;if(typeof t=="string")return h$(t)?ts:t;if(t===null||typeof t!="object")return t;if(r>=6)return"[truncated]";if(Array.isArray(t))return t.map(o=>ld(o,!1,r+1));let n={};for(let[o,s]of Object.entries(t))n[o]=ld(s,p$.test(o),r+1);return n}function Hg(t,e=500){if(t==null)return;let r=ld(t,!1,0),n;try{n=JSON.stringify(r)}catch{return"[unserializable structured content]"}if(!(!n||n==="{}"||n==="[]"||n==='""'))return qg(n,e)}var Zg={reportError:()=>{}},Gg=Symbol.for("__pi_mcp_error_reporter_slot__");function Bg(){let t=globalThis,e=t[Gg];return e||(e={reporter:null},t[Gg]=e),e}function Vg(t){let e=Bg(),r=e.reporter??Zg;return e.reporter=t,r}function v$(){return Bg().reporter??Zg}function pd(t,e){try{v$().reportError(t,e)}catch{}}import{logger as _$}from"@hermes/logger";var hd=_$.child({prefix:"pi-mcp"});function Wg(t,e,r){let n=0,o=0,s=r?.authoritative?{}:{...t.headerSecrets};for(let[i,a]of Object.entries(e))typeof a=="string"&&a!==""?(s[i]=a,n++):a===null||a===""?i in s&&(delete s[i],o++):hd.warn(`Skipping malformed header-secret entry "${i}"`);t.headerSecrets=s,t.headerSecretFailures??={};for(let i of Object.keys(s))delete t.headerSecretFailures[i];hd.info(`Applied pushed MCP header secret update for ${n} key(s), deleted ${o}`)}function Kg(t){return async e=>{if(t.headerSecretFailures??={},!e.startsWith(Ou)){let o=t.headerSecrets[e];if(o!==void 0)return o;let s=t.headerSecretFailures[e];if(s==="missing"||s==="permission_denied")return{reason:s}}let r=t.secretsClient;if(r)try{let o=await r.getSecret(e);return o!==void 0?(delete t.headerSecretFailures[e],o):{reason:t.headerSecretFailures[e]??"missing"}}catch{return{reason:"transient"}}let n=t.headerSecretFailures[e];return n===void 0?void 0:{reason:n}}}function Jg(t,e,r){t.headerSecretFailures??={};let n=r?.authoritative?{}:{...t.headerSecretFailures},o={...t.headerSecrets};for(let[s,i]of Object.entries(e))(i==="missing"||i==="permission_denied"||i==="transient")&&(n[s]=i,delete o[s]);t.headerSecrets=o,t.headerSecretFailures=n,hd.info(`Applied MCP header secret failure update for ${Object.keys(n).length} key(s)`)}function Yg(t){return t.secretsClient!==void 0||Object.keys(t.headerSecrets).length>0||Object.keys(t.headerSecretFailures??{}).length>0}import{logger as S$}from"@hermes/logger";var rs=S$.child({prefix:"pi-mcp"}),w$="$augment-",ns=/\$augment-[a-zA-Z0-9_.-]+/g,b$=new RegExp(ns.source);function aa(t){return b$.test(t)}function ca(t){return t.slice(w$.length)}function md(t){let e=new Set;for(let r of Object.values(t))for(let n of r.matchAll(ns))e.add(ca(n[0]));return[...e].sort()}var R$=["permission_denied","missing","transient"];function Xg(t){let e=new Set(t);return R$.find(r=>e.has(r))??"missing"}var ft=class extends Error{serverName;missingKeys;reason;constructor(e,r,n,o=n===void 0?"missing":"transient"){super(`MCP server "${e}" not started: missing secret(s) ${r.join(", ")}`,n===void 0?void 0:{cause:n}),this.name="McpSecretResolutionError",this.serverName=e,this.missingKeys=r,this.reason=o}};async function Qg(t,e,r,n,o,s,i){let a=[...t.matchAll(ns)];if(a.length===0)return t;let c=t;for(let u of a.reverse()){let d=u[0],l=u.index,f=ca(d);try{let p=await r(f);if(p===void 0||typeof p=="object"){n.add(f),s.set(f,p===void 0?"missing":p.reason),rs.warn(`Secret "${f}" unavailable for "${e}"; leaving reference as-is`);continue}let h=p;h.trim()===""&&(o.add(f),rs.warn(`Secret "${f}" resolved empty for "${e}"`));let m=c.slice(0,l),y=i?i(h,m):h;c=m+y+c.slice(l+d.length),rs.debug(`Resolved secret reference for "${e}"`)}catch(p){n.add(f),s.set(f,"transient"),rs.error(`Failed to resolve secret "${f}" for "${e}" (${p instanceof Error?p.name:"non-Error"}); leaving reference as-is`)}}return c}async function ey({configEnv:t,localEnv:e,getSecret:r}){let n={},o=new Set,s=new Set,i=new Map;for(let[a,c]of Object.entries(t)){if(!aa(c)){n[a]=c;continue}let u=e[a];if(u!==void 0){rs.debug(`"${a}" references a secret but is already set in the local environment; using local value`),n[a]=u;continue}n[a]=await Qg(c,a,r,o,s,i)}return{resolved:n,unresolvedKeys:[...o].sort(),emptyKeys:[...s].sort(),...i.size===0?{}:{failureReasons:Object.fromEntries([...i.entries()].sort(([a],[c])=>a.localeCompare(c)))}}}var P$=/["$`\\]/g;function C$(t){let e="unquoted",r=0;for(;r<t.length;){let n=t[r];if(e==="single"){n==="'"&&(e="unquoted"),r+=1;continue}if(e==="double"){if(n==="\\"){r+=2;continue}n==='"'&&(e="unquoted"),r+=1;continue}if(n==="\\"){r+=2;continue}n==="'"?e="single":n==='"'&&(e="double"),r+=1}return e}function x$(t,e){let r=C$(e);if(r==="double")return t.replace(P$,"\\$&");let n=t.replaceAll("'","'\\''");return r==="single"?n:`'${n}'`}async function ty(t,e){let r=new Set,n=new Set,o=new Map;return{resolved:await Qg(t,"command",e,r,n,o,x$),unresolvedKeys:[...r].sort(),emptyKeys:[...n].sort(),...o.size===0?{}:{failureReasons:Object.fromEntries([...o.entries()].sort(([i],[a])=>i.localeCompare(a)))}}}import{AsyncLocalStorage as iF}from"node:async_hooks";var ry,gd=Object.freeze({status:"aborted"});function v(t,e,r){function n(a,c){if(a._zod||Object.defineProperty(a,"_zod",{value:{def:c,constr:i,traits:new Set},enumerable:!1}),a._zod.traits.has(t))return;a._zod.traits.add(t),e(a,c);let u=i.prototype,d=Object.keys(u);for(let l=0;l<d.length;l++){let f=d[l];f in a||(a[f]=u[f].bind(a))}}let o=r?.Parent??Object;class s extends o{}Object.defineProperty(s,"name",{value:t});function i(a){var c;let u=r?.Parent?new s:this;n(u,a),(c=u._zod).deferred??(c.deferred=[]);for(let d of u._zod.deferred)d();return u}return Object.defineProperty(i,"init",{value:n}),Object.defineProperty(i,Symbol.hasInstance,{value:a=>r?.Parent&&a instanceof r.Parent?!0:a?._zod?.traits?.has(t)}),Object.defineProperty(i,"name",{value:t}),i}var qt=class extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}},Bn=class extends Error{constructor(e){super(`Encountered unidirectional transform during encode: ${e}`),this.name="ZodEncodeError"}};(ry=globalThis).__zod_globalConfig??(ry.__zod_globalConfig={});var Vn=globalThis.__zod_globalConfig;function Ke(t){return t&&Object.assign(Vn,t),Vn}var F={};du(F,{BIGINT_FORMAT_RANGES:()=>iy,Class:()=>vd,NUMBER_FORMAT_RANGES:()=>Pd,aborted:()=>Pr,allowsEval:()=>wd,assert:()=>$$,assertEqual:()=>k$,assertIs:()=>T$,assertNever:()=>A$,assertNotEqual:()=>E$,assignProp:()=>br,base64ToUint8Array:()=>cy,base64urlToUint8Array:()=>W$,cached:()=>Kn,captureStackTrace:()=>la,cleanEnum:()=>V$,cleanRegex:()=>as,clone:()=>pt,cloneDef:()=>I$,createTransparentProxy:()=>j$,defineLazy:()=>Y,esc:()=>da,escapeRegex:()=>tr,explicitlyAborted:()=>Cd,extend:()=>q$,finalizeIssue:()=>ht,floatSafeRemainder:()=>_d,getElementAtPath:()=>O$,getEnumValues:()=>ss,getLengthableOrigin:()=>cs,getParsedType:()=>L$,getSizableOrigin:()=>ay,hexToUint8Array:()=>J$,isObject:()=>nn,isPlainObject:()=>Rr,issue:()=>Jn,joinValues:()=>ua,jsonStringifyReplacer:()=>Wn,merge:()=>G$,mergeDefs:()=>er,normalizeParams:()=>A,nullish:()=>is,numKeys:()=>D$,objectClone:()=>M$,omit:()=>F$,optionalKeys:()=>Rd,parsedType:()=>xd,partial:()=>Z$,pick:()=>U$,prefixIssues:()=>rr,primitiveTypes:()=>sy,promiseAllObject:()=>z$,propertyKeyTypes:()=>bd,randomString:()=>N$,required:()=>B$,safeExtend:()=>H$,shallowClone:()=>oy,slugify:()=>Sd,stringifyPrimitive:()=>fa,uint8ArrayToBase64:()=>uy,uint8ArrayToBase64url:()=>K$,uint8ArrayToHex:()=>Y$,unwrapMessage:()=>os});function k$(t){return t}function E$(t){return t}function T$(t){}function A$(t){throw new Error("Unexpected value in exhaustive check")}function $$(t){}function ss(t){let e=Object.values(t).filter(n=>typeof n=="number");return Object.entries(t).filter(([n,o])=>e.indexOf(+n)===-1).map(([n,o])=>o)}function ua(t,e="|"){return t.map(r=>fa(r)).join(e)}function Wn(t,e){return typeof e=="bigint"?e.toString():e}function Kn(t){return{get value(){{let r=t();return Object.defineProperty(this,"value",{value:r}),r}throw new Error("cached value already set")}}}function is(t){return t==null}function as(t){let e=t.startsWith("^")?1:0,r=t.endsWith("$")?t.length-1:t.length;return t.slice(e,r)}function _d(t,e){let r=t/e,n=Math.round(r),o=Number.EPSILON*Math.max(Math.abs(r),1);return Math.abs(r-n)<o?0:r-n}var ny=Symbol("evaluating");function Y(t,e,r){let n;Object.defineProperty(t,e,{get(){if(n!==ny)return n===void 0&&(n=ny,n=r()),n},set(o){Object.defineProperty(t,e,{value:o})},configurable:!0})}function M$(t){return Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t))}function br(t,e,r){Object.defineProperty(t,e,{value:r,writable:!0,enumerable:!0,configurable:!0})}function er(...t){let e={};for(let r of t){let n=Object.getOwnPropertyDescriptors(r);Object.assign(e,n)}return Object.defineProperties({},e)}function I$(t){return er(t._zod.def)}function O$(t,e){return e?e.reduce((r,n)=>r?.[n],t):t}function z$(t){let e=Object.keys(t),r=e.map(n=>t[n]);return Promise.all(r).then(n=>{let o={};for(let s=0;s<e.length;s++)o[e[s]]=n[s];return o})}function N$(t=10){let e="abcdefghijklmnopqrstuvwxyz",r="";for(let n=0;n<t;n++)r+=e[Math.floor(Math.random()*e.length)];return r}function da(t){return JSON.stringify(t)}function Sd(t){return t.toLowerCase().trim().replace(/[^\w\s-]/g,"").replace(/[\s_-]+/g,"-").replace(/^-+|-+$/g,"")}var la="captureStackTrace"in Error?Error.captureStackTrace:(...t)=>{};function nn(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)}var wd=Kn(()=>{if(Vn.jitless||typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{let t=Function;return new t(""),!0}catch{return!1}});function Rr(t){if(nn(t)===!1)return!1;let e=t.constructor;if(e===void 0||typeof e!="function")return!0;let r=e.prototype;return!(nn(r)===!1||Object.prototype.hasOwnProperty.call(r,"isPrototypeOf")===!1)}function oy(t){return Rr(t)?{...t}:Array.isArray(t)?[...t]:t instanceof Map?new Map(t):t instanceof Set?new Set(t):t}function D$(t){let e=0;for(let r in t)Object.prototype.hasOwnProperty.call(t,r)&&e++;return e}var L$=t=>{let e=typeof t;switch(e){case"undefined":return"undefined";case"string":return"string";case"number":return Number.isNaN(t)?"nan":"number";case"boolean":return"boolean";case"function":return"function";case"bigint":return"bigint";case"symbol":return"symbol";case"object":return Array.isArray(t)?"array":t===null?"null":t.then&&typeof t.then=="function"&&t.catch&&typeof t.catch=="function"?"promise":typeof Map<"u"&&t instanceof Map?"map":typeof Set<"u"&&t instanceof Set?"set":typeof Date<"u"&&t instanceof Date?"date":typeof File<"u"&&t instanceof File?"file":"object";default:throw new Error(`Unknown data type: ${e}`)}},bd=new Set(["string","number","symbol"]),sy=new Set(["string","number","bigint","boolean","symbol","undefined"]);function tr(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function pt(t,e,r){let n=new t._zod.constr(e??t._zod.def);return(!e||r?.parent)&&(n._zod.parent=t),n}function A(t){let e=t;if(!e)return{};if(typeof e=="string")return{error:()=>e};if(e?.message!==void 0){if(e?.error!==void 0)throw new Error("Cannot specify both `message` and `error` params");e.error=e.message}return delete e.message,typeof e.error=="string"?{...e,error:()=>e.error}:e}function j$(t){let e;return new Proxy({},{get(r,n,o){return e??(e=t()),Reflect.get(e,n,o)},set(r,n,o,s){return e??(e=t()),Reflect.set(e,n,o,s)},has(r,n){return e??(e=t()),Reflect.has(e,n)},deleteProperty(r,n){return e??(e=t()),Reflect.deleteProperty(e,n)},ownKeys(r){return e??(e=t()),Reflect.ownKeys(e)},getOwnPropertyDescriptor(r,n){return e??(e=t()),Reflect.getOwnPropertyDescriptor(e,n)},defineProperty(r,n,o){return e??(e=t()),Reflect.defineProperty(e,n,o)}})}function fa(t){return typeof t=="bigint"?t.toString()+"n":typeof t=="string"?`"${t}"`:`${t}`}function Rd(t){return Object.keys(t).filter(e=>t[e]._zod.optin==="optional"&&t[e]._zod.optout==="optional")}var Pd={safeint:[Number.MIN_SAFE_INTEGER,Number.MAX_SAFE_INTEGER],int32:[-2147483648,2147483647],uint32:[0,4294967295],float32:[-34028234663852886e22,34028234663852886e22],float64:[-Number.MAX_VALUE,Number.MAX_VALUE]},iy={int64:[BigInt("-9223372036854775808"),BigInt("9223372036854775807")],uint64:[BigInt(0),BigInt("18446744073709551615")]};function U$(t,e){let r=t._zod.def,n=r.checks;if(n&&n.length>0)throw new Error(".pick() cannot be used on object schemas containing refinements");let s=er(t._zod.def,{get shape(){let i={};for(let a in e){if(!(a in r.shape))throw new Error(`Unrecognized key: "${a}"`);e[a]&&(i[a]=r.shape[a])}return br(this,"shape",i),i},checks:[]});return pt(t,s)}function F$(t,e){let r=t._zod.def,n=r.checks;if(n&&n.length>0)throw new Error(".omit() cannot be used on object schemas containing refinements");let s=er(t._zod.def,{get shape(){let i={...t._zod.def.shape};for(let a in e){if(!(a in r.shape))throw new Error(`Unrecognized key: "${a}"`);e[a]&&delete i[a]}return br(this,"shape",i),i},checks:[]});return pt(t,s)}function q$(t,e){if(!Rr(e))throw new Error("Invalid input to extend: expected a plain object");let r=t._zod.def.checks;if(r&&r.length>0){let s=t._zod.def.shape;for(let i in e)if(Object.getOwnPropertyDescriptor(s,i)!==void 0)throw new Error("Cannot overwrite keys on object schemas containing refinements. Use `.safeExtend()` instead.")}let o=er(t._zod.def,{get shape(){let s={...t._zod.def.shape,...e};return br(this,"shape",s),s}});return pt(t,o)}function H$(t,e){if(!Rr(e))throw new Error("Invalid input to safeExtend: expected a plain object");let r=er(t._zod.def,{get shape(){let n={...t._zod.def.shape,...e};return br(this,"shape",n),n}});return pt(t,r)}function G$(t,e){if(t._zod.def.checks?.length)throw new Error(".merge() cannot be used on object schemas containing refinements. Use .safeExtend() instead.");let r=er(t._zod.def,{get shape(){let n={...t._zod.def.shape,...e._zod.def.shape};return br(this,"shape",n),n},get catchall(){return e._zod.def.catchall},checks:e._zod.def.checks??[]});return pt(t,r)}function Z$(t,e,r){let o=e._zod.def.checks;if(o&&o.length>0)throw new Error(".partial() cannot be used on object schemas containing refinements");let i=er(e._zod.def,{get shape(){let a=e._zod.def.shape,c={...a};if(r)for(let u in r){if(!(u in a))throw new Error(`Unrecognized key: "${u}"`);r[u]&&(c[u]=t?new t({type:"optional",innerType:a[u]}):a[u])}else for(let u in a)c[u]=t?new t({type:"optional",innerType:a[u]}):a[u];return br(this,"shape",c),c},checks:[]});return pt(e,i)}function B$(t,e,r){let n=er(e._zod.def,{get shape(){let o=e._zod.def.shape,s={...o};if(r)for(let i in r){if(!(i in s))throw new Error(`Unrecognized key: "${i}"`);r[i]&&(s[i]=new t({type:"nonoptional",innerType:o[i]}))}else for(let i in o)s[i]=new t({type:"nonoptional",innerType:o[i]});return br(this,"shape",s),s}});return pt(e,n)}function Pr(t,e=0){if(t.aborted===!0)return!0;for(let r=e;r<t.issues.length;r++)if(t.issues[r]?.continue!==!0)return!0;return!1}function Cd(t,e=0){if(t.aborted===!0)return!0;for(let r=e;r<t.issues.length;r++)if(t.issues[r]?.continue===!1)return!0;return!1}function rr(t,e){return e.map(r=>{var n;return(n=r).path??(n.path=[]),r.path.unshift(t),r})}function os(t){return typeof t=="string"?t:t?.message}function ht(t,e,r){let n=t.message?t.message:os(t.inst?._zod.def?.error?.(t))??os(e?.error?.(t))??os(r.customError?.(t))??os(r.localeError?.(t))??"Invalid input",{inst:o,continue:s,input:i,...a}=t;return a.path??(a.path=[]),a.message=n,e?.reportInput&&(a.input=i),a}function ay(t){return t instanceof Set?"set":t instanceof Map?"map":t instanceof File?"file":"unknown"}function cs(t){return Array.isArray(t)?"array":typeof t=="string"?"string":"unknown"}function xd(t){let e=typeof t;switch(e){case"number":return Number.isNaN(t)?"nan":"number";case"object":{if(t===null)return"null";if(Array.isArray(t))return"array";let r=t;if(r&&Object.getPrototypeOf(r)!==Object.prototype&&"constructor"in r&&r.constructor)return r.constructor.name}}return e}function Jn(...t){let[e,r,n]=t;return typeof e=="string"?{message:e,code:"custom",input:r,inst:n}:{...e}}function V$(t){return Object.entries(t).filter(([e,r])=>Number.isNaN(Number.parseInt(e,10))).map(e=>e[1])}function cy(t){let e=atob(t),r=new Uint8Array(e.length);for(let n=0;n<e.length;n++)r[n]=e.charCodeAt(n);return r}function uy(t){let e="";for(let r=0;r<t.length;r++)e+=String.fromCharCode(t[r]);return btoa(e)}function W$(t){let e=t.replace(/-/g,"+").replace(/_/g,"/"),r="=".repeat((4-e.length%4)%4);return cy(e+r)}function K$(t){return uy(t).replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"")}function J$(t){let e=t.replace(/^0x/,"");if(e.length%2!==0)throw new Error("Invalid hex string length");let r=new Uint8Array(e.length/2);for(let n=0;n<e.length;n+=2)r[n/2]=Number.parseInt(e.slice(n,n+2),16);return r}function Y$(t){return Array.from(t).map(e=>e.toString(16).padStart(2,"0")).join("")}var vd=class{constructor(...e){}};var dy=(t,e)=>{t.name="$ZodError",Object.defineProperty(t,"_zod",{value:t._zod,enumerable:!1}),Object.defineProperty(t,"issues",{value:e,enumerable:!1}),t.message=JSON.stringify(e,Wn,2),Object.defineProperty(t,"toString",{value:()=>t.message,enumerable:!1})},pa=v("$ZodError",dy),kd=v("$ZodError",dy,{Parent:Error});function Ed(t,e=r=>r.message){let r={},n=[];for(let o of t.issues)o.path.length>0?(r[o.path[0]]=r[o.path[0]]||[],r[o.path[0]].push(e(o))):n.push(e(o));return{formErrors:n,fieldErrors:r}}function Td(t,e=r=>r.message){let r={_errors:[]},n=(o,s=[])=>{for(let i of o.issues)if(i.code==="invalid_union"&&i.errors.length)i.errors.map(a=>n({issues:a},[...s,...i.path]));else if(i.code==="invalid_key")n({issues:i.issues},[...s,...i.path]);else if(i.code==="invalid_element")n({issues:i.issues},[...s,...i.path]);else{let a=[...s,...i.path];if(a.length===0)r._errors.push(e(i));else{let c=r,u=0;for(;u<a.length;){let d=a[u];u===a.length-1?(c[d]=c[d]||{_errors:[]},c[d]._errors.push(e(i))):c[d]=c[d]||{_errors:[]},c=c[d],u++}}}};return n(t),r}var ha=t=>(e,r,n,o)=>{let s=n?{...n,async:!1}:{async:!1},i=e._zod.run({value:r,issues:[]},s);if(i instanceof Promise)throw new qt;if(i.issues.length){let a=new(o?.Err??t)(i.issues.map(c=>ht(c,s,Ke())));throw la(a,o?.callee),a}return i.value};var ma=t=>async(e,r,n,o)=>{let s=n?{...n,async:!0}:{async:!0},i=e._zod.run({value:r,issues:[]},s);if(i instanceof Promise&&(i=await i),i.issues.length){let a=new(o?.Err??t)(i.issues.map(c=>ht(c,s,Ke())));throw la(a,o?.callee),a}return i.value};var us=t=>(e,r,n)=>{let o=n?{...n,async:!1}:{async:!1},s=e._zod.run({value:r,issues:[]},o);if(s instanceof Promise)throw new qt;return s.issues.length?{success:!1,error:new(t??pa)(s.issues.map(i=>ht(i,o,Ke())))}:{success:!0,data:s.value}},ds=us(kd),ls=t=>async(e,r,n)=>{let o=n?{...n,async:!0}:{async:!0},s=e._zod.run({value:r,issues:[]},o);return s instanceof Promise&&(s=await s),s.issues.length?{success:!1,error:new t(s.issues.map(i=>ht(i,o,Ke())))}:{success:!0,data:s.value}},ga=ls(kd),ly=t=>(e,r,n)=>{let o=n?{...n,direction:"backward"}:{direction:"backward"};return ha(t)(e,r,o)};var fy=t=>(e,r,n)=>ha(t)(e,r,n);var py=t=>async(e,r,n)=>{let o=n?{...n,direction:"backward"}:{direction:"backward"};return ma(t)(e,r,o)};var hy=t=>async(e,r,n)=>ma(t)(e,r,n);var my=t=>(e,r,n)=>{let o=n?{...n,direction:"backward"}:{direction:"backward"};return us(t)(e,r,o)};var gy=t=>(e,r,n)=>us(t)(e,r,n);var yy=t=>async(e,r,n)=>{let o=n?{...n,direction:"backward"}:{direction:"backward"};return ls(t)(e,r,o)};var vy=t=>async(e,r,n)=>ls(t)(e,r,n);var _y=/^[cC][0-9a-z]{6,}$/,Sy=/^[0-9a-z]+$/,wy=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,by=/^[0-9a-vA-V]{20}$/,Ry=/^[A-Za-z0-9]{27}$/,Py=/^[a-zA-Z0-9_-]{21}$/,Cy=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/;var xy=/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$/,Ad=t=>t?new RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${t}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`):/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/;var ky=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/;var Q$="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";function Ey(){return new RegExp(Q$,"u")}var Ty=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,Ay=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))$/;var $y=/^((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/([0-9]|[1-2][0-9]|3[0-2])$/,My=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,Iy=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,$d=/^[A-Za-z0-9_-]*$/;var Oy=/^https?$/,zy=/^\+[1-9]\d{6,14}$/,Ny="(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))",Dy=new RegExp(`^${Ny}$`);function Ly(t){let e="(?:[01]\\d|2[0-3]):[0-5]\\d";return typeof t.precision=="number"?t.precision===-1?`${e}`:t.precision===0?`${e}:[0-5]\\d`:`${e}:[0-5]\\d\\.\\d{${t.precision}}`:`${e}(?::[0-5]\\d(?:\\.\\d+)?)?`}function jy(t){return new RegExp(`^${Ly(t)}$`)}function Uy(t){let e=Ly({precision:t.precision}),r=["Z"];t.local&&r.push(""),t.offset&&r.push("([+-](?:[01]\\d|2[0-3]):[0-5]\\d)");let n=`${e}(?:${r.join("|")})`;return new RegExp(`^${Ny}T(?:${n})$`)}var Fy=t=>{let e=t?`[\\s\\S]{${t?.minimum??0},${t?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${e}$`)},qy=/^-?\d+n?$/,Hy=/^-?\d+$/,Md=/^-?\d+(?:\.\d+)?$/,Gy=/^(?:true|false)$/i,Zy=/^null$/i;var By=/^[^A-Z]*$/,Vy=/^[^a-z]*$/;var Ae=v("$ZodCheck",(t,e)=>{var r;t._zod??(t._zod={}),t._zod.def=e,(r=t._zod).onattach??(r.onattach=[])}),Wy={number:"number",bigint:"bigint",object:"date"},Id=v("$ZodCheckLessThan",(t,e)=>{Ae.init(t,e);let r=Wy[typeof e.value];t._zod.onattach.push(n=>{let o=n._zod.bag,s=(e.inclusive?o.maximum:o.exclusiveMaximum)??Number.POSITIVE_INFINITY;e.value<s&&(e.inclusive?o.maximum=e.value:o.exclusiveMaximum=e.value)}),t._zod.check=n=>{(e.inclusive?n.value<=e.value:n.value<e.value)||n.issues.push({origin:r,code:"too_big",maximum:typeof e.value=="object"?e.value.getTime():e.value,input:n.value,inclusive:e.inclusive,inst:t,continue:!e.abort})}}),Od=v("$ZodCheckGreaterThan",(t,e)=>{Ae.init(t,e);let r=Wy[typeof e.value];t._zod.onattach.push(n=>{let o=n._zod.bag,s=(e.inclusive?o.minimum:o.exclusiveMinimum)??Number.NEGATIVE_INFINITY;e.value>s&&(e.inclusive?o.minimum=e.value:o.exclusiveMinimum=e.value)}),t._zod.check=n=>{(e.inclusive?n.value>=e.value:n.value>e.value)||n.issues.push({origin:r,code:"too_small",minimum:typeof e.value=="object"?e.value.getTime():e.value,input:n.value,inclusive:e.inclusive,inst:t,continue:!e.abort})}}),Ky=v("$ZodCheckMultipleOf",(t,e)=>{Ae.init(t,e),t._zod.onattach.push(r=>{var n;(n=r._zod.bag).multipleOf??(n.multipleOf=e.value)}),t._zod.check=r=>{if(typeof r.value!=typeof e.value)throw new Error("Cannot mix number and bigint in multiple_of check.");(typeof r.value=="bigint"?r.value%e.value===BigInt(0):_d(r.value,e.value)===0)||r.issues.push({origin:typeof r.value,code:"not_multiple_of",divisor:e.value,input:r.value,inst:t,continue:!e.abort})}}),Jy=v("$ZodCheckNumberFormat",(t,e)=>{Ae.init(t,e),e.format=e.format||"float64";let r=e.format?.includes("int"),n=r?"int":"number",[o,s]=Pd[e.format];t._zod.onattach.push(i=>{let a=i._zod.bag;a.format=e.format,a.minimum=o,a.maximum=s,r&&(a.pattern=Hy)}),t._zod.check=i=>{let a=i.value;if(r){if(!Number.isInteger(a)){i.issues.push({expected:n,format:e.format,code:"invalid_type",continue:!1,input:a,inst:t});return}if(!Number.isSafeInteger(a)){a>0?i.issues.push({input:a,code:"too_big",maximum:Number.MAX_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:t,origin:n,inclusive:!0,continue:!e.abort}):i.issues.push({input:a,code:"too_small",minimum:Number.MIN_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:t,origin:n,inclusive:!0,continue:!e.abort});return}}a<o&&i.issues.push({origin:"number",input:a,code:"too_small",minimum:o,inclusive:!0,inst:t,continue:!e.abort}),a>s&&i.issues.push({origin:"number",input:a,code:"too_big",maximum:s,inclusive:!0,inst:t,continue:!e.abort})}});var Yy=v("$ZodCheckMaxLength",(t,e)=>{var r;Ae.init(t,e),(r=t._zod.def).when??(r.when=n=>{let o=n.value;return!is(o)&&o.length!==void 0}),t._zod.onattach.push(n=>{let o=n._zod.bag.maximum??Number.POSITIVE_INFINITY;e.maximum<o&&(n._zod.bag.maximum=e.maximum)}),t._zod.check=n=>{let o=n.value;if(o.length<=e.maximum)return;let i=cs(o);n.issues.push({origin:i,code:"too_big",maximum:e.maximum,inclusive:!0,input:o,inst:t,continue:!e.abort})}}),Xy=v("$ZodCheckMinLength",(t,e)=>{var r;Ae.init(t,e),(r=t._zod.def).when??(r.when=n=>{let o=n.value;return!is(o)&&o.length!==void 0}),t._zod.onattach.push(n=>{let o=n._zod.bag.minimum??Number.NEGATIVE_INFINITY;e.minimum>o&&(n._zod.bag.minimum=e.minimum)}),t._zod.check=n=>{let o=n.value;if(o.length>=e.minimum)return;let i=cs(o);n.issues.push({origin:i,code:"too_small",minimum:e.minimum,inclusive:!0,input:o,inst:t,continue:!e.abort})}}),Qy=v("$ZodCheckLengthEquals",(t,e)=>{var r;Ae.init(t,e),(r=t._zod.def).when??(r.when=n=>{let o=n.value;return!is(o)&&o.length!==void 0}),t._zod.onattach.push(n=>{let o=n._zod.bag;o.minimum=e.length,o.maximum=e.length,o.length=e.length}),t._zod.check=n=>{let o=n.value,s=o.length;if(s===e.length)return;let i=cs(o),a=s>e.length;n.issues.push({origin:i,...a?{code:"too_big",maximum:e.length}:{code:"too_small",minimum:e.length},inclusive:!0,exact:!0,input:n.value,inst:t,continue:!e.abort})}}),ps=v("$ZodCheckStringFormat",(t,e)=>{var r,n;Ae.init(t,e),t._zod.onattach.push(o=>{let s=o._zod.bag;s.format=e.format,e.pattern&&(s.patterns??(s.patterns=new Set),s.patterns.add(e.pattern))}),e.pattern?(r=t._zod).check??(r.check=o=>{e.pattern.lastIndex=0,!e.pattern.test(o.value)&&o.issues.push({origin:"string",code:"invalid_format",format:e.format,input:o.value,...e.pattern?{pattern:e.pattern.toString()}:{},inst:t,continue:!e.abort})}):(n=t._zod).check??(n.check=()=>{})}),ev=v("$ZodCheckRegex",(t,e)=>{ps.init(t,e),t._zod.check=r=>{e.pattern.lastIndex=0,!e.pattern.test(r.value)&&r.issues.push({origin:"string",code:"invalid_format",format:"regex",input:r.value,pattern:e.pattern.toString(),inst:t,continue:!e.abort})}}),tv=v("$ZodCheckLowerCase",(t,e)=>{e.pattern??(e.pattern=By),ps.init(t,e)}),rv=v("$ZodCheckUpperCase",(t,e)=>{e.pattern??(e.pattern=Vy),ps.init(t,e)}),nv=v("$ZodCheckIncludes",(t,e)=>{Ae.init(t,e);let r=tr(e.includes),n=new RegExp(typeof e.position=="number"?`^.{${e.position}}${r}`:r);e.pattern=n,t._zod.onattach.push(o=>{let s=o._zod.bag;s.patterns??(s.patterns=new Set),s.patterns.add(n)}),t._zod.check=o=>{o.value.includes(e.includes,e.position)||o.issues.push({origin:"string",code:"invalid_format",format:"includes",includes:e.includes,input:o.value,inst:t,continue:!e.abort})}}),ov=v("$ZodCheckStartsWith",(t,e)=>{Ae.init(t,e);let r=new RegExp(`^${tr(e.prefix)}.*`);e.pattern??(e.pattern=r),t._zod.onattach.push(n=>{let o=n._zod.bag;o.patterns??(o.patterns=new Set),o.patterns.add(r)}),t._zod.check=n=>{n.value.startsWith(e.prefix)||n.issues.push({origin:"string",code:"invalid_format",format:"starts_with",prefix:e.prefix,input:n.value,inst:t,continue:!e.abort})}}),sv=v("$ZodCheckEndsWith",(t,e)=>{Ae.init(t,e);let r=new RegExp(`.*${tr(e.suffix)}$`);e.pattern??(e.pattern=r),t._zod.onattach.push(n=>{let o=n._zod.bag;o.patterns??(o.patterns=new Set),o.patterns.add(r)}),t._zod.check=n=>{n.value.endsWith(e.suffix)||n.issues.push({origin:"string",code:"invalid_format",format:"ends_with",suffix:e.suffix,input:n.value,inst:t,continue:!e.abort})}});var iv=v("$ZodCheckOverwrite",(t,e)=>{Ae.init(t,e),t._zod.check=r=>{r.value=e.tx(r.value)}});var ya=class{constructor(e=[]){this.content=[],this.indent=0,this&&(this.args=e)}indented(e){this.indent+=1,e(this),this.indent-=1}write(e){if(typeof e=="function"){e(this,{execution:"sync"}),e(this,{execution:"async"});return}let n=e.split(`
25
+ `).filter(i=>i),o=Math.min(...n.map(i=>i.length-i.trimStart().length)),s=n.map(i=>i.slice(o)).map(i=>" ".repeat(this.indent*2)+i);for(let i of s)this.content.push(i)}compile(){let e=Function,r=this?.args,o=[...(this?.content??[""]).map(s=>` ${s}`)];return new e(...r,o.join(`
26
+ `))}};var cv={major:4,minor:4,patch:3};var ee=v("$ZodType",(t,e)=>{var r;t??(t={}),t._zod.def=e,t._zod.bag=t._zod.bag||{},t._zod.version=cv;let n=[...t._zod.def.checks??[]];t._zod.traits.has("$ZodCheck")&&n.unshift(t);for(let o of n)for(let s of o._zod.onattach)s(t);if(n.length===0)(r=t._zod).deferred??(r.deferred=[]),t._zod.deferred?.push(()=>{t._zod.run=t._zod.parse});else{let o=(i,a,c)=>{let u=Pr(i),d;for(let l of a){if(l._zod.def.when){if(Cd(i)||!l._zod.def.when(i))continue}else if(u)continue;let f=i.issues.length,p=l._zod.check(i);if(p instanceof Promise&&c?.async===!1)throw new qt;if(d||p instanceof Promise)d=(d??Promise.resolve()).then(async()=>{await p,i.issues.length!==f&&(u||(u=Pr(i,f)))});else{if(i.issues.length===f)continue;u||(u=Pr(i,f))}}return d?d.then(()=>i):i},s=(i,a,c)=>{if(Pr(i))return i.aborted=!0,i;let u=o(a,n,c);if(u instanceof Promise){if(c.async===!1)throw new qt;return u.then(d=>t._zod.parse(d,c))}return t._zod.parse(u,c)};t._zod.run=(i,a)=>{if(a.skipChecks)return t._zod.parse(i,a);if(a.direction==="backward"){let u=t._zod.parse({value:i.value,issues:[]},{...a,skipChecks:!0});return u instanceof Promise?u.then(d=>s(d,i,a)):s(u,i,a)}let c=t._zod.parse(i,a);if(c instanceof Promise){if(a.async===!1)throw new qt;return c.then(u=>o(u,n,a))}return o(c,n,a)}}Y(t,"~standard",()=>({validate:o=>{try{let s=ds(t,o);return s.success?{value:s.data}:{issues:s.error?.issues}}catch{return ga(t,o).then(i=>i.success?{value:i.data}:{issues:i.error?.issues})}},vendor:"zod",version:1}))}),Sa=v("$ZodString",(t,e)=>{ee.init(t,e),t._zod.pattern=[...t?._zod.bag?.patterns??[]].pop()??Fy(t._zod.bag),t._zod.parse=(r,n)=>{if(e.coerce)try{r.value=String(r.value)}catch{}return typeof r.value=="string"||r.issues.push({expected:"string",code:"invalid_type",input:r.value,inst:t}),r}}),ce=v("$ZodStringFormat",(t,e)=>{ps.init(t,e),Sa.init(t,e)}),yv=v("$ZodGUID",(t,e)=>{e.pattern??(e.pattern=xy),ce.init(t,e)}),vv=v("$ZodUUID",(t,e)=>{if(e.version){let n={v1:1,v2:2,v3:3,v4:4,v5:5,v6:6,v7:7,v8:8}[e.version];if(n===void 0)throw new Error(`Invalid UUID version: "${e.version}"`);e.pattern??(e.pattern=Ad(n))}else e.pattern??(e.pattern=Ad());ce.init(t,e)}),_v=v("$ZodEmail",(t,e)=>{e.pattern??(e.pattern=ky),ce.init(t,e)}),Sv=v("$ZodURL",(t,e)=>{ce.init(t,e),t._zod.check=r=>{try{let n=r.value.trim();if(!e.normalize&&e.protocol?.source===Oy.source&&!/^https?:\/\//i.test(n)){r.issues.push({code:"invalid_format",format:"url",note:"Invalid URL format",input:r.value,inst:t,continue:!e.abort});return}let o=new URL(n);e.hostname&&(e.hostname.lastIndex=0,e.hostname.test(o.hostname)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid hostname",pattern:e.hostname.source,input:r.value,inst:t,continue:!e.abort})),e.protocol&&(e.protocol.lastIndex=0,e.protocol.test(o.protocol.endsWith(":")?o.protocol.slice(0,-1):o.protocol)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid protocol",pattern:e.protocol.source,input:r.value,inst:t,continue:!e.abort})),e.normalize?r.value=o.href:r.value=n;return}catch{r.issues.push({code:"invalid_format",format:"url",input:r.value,inst:t,continue:!e.abort})}}}),wv=v("$ZodEmoji",(t,e)=>{e.pattern??(e.pattern=Ey()),ce.init(t,e)}),bv=v("$ZodNanoID",(t,e)=>{e.pattern??(e.pattern=Py),ce.init(t,e)}),Rv=v("$ZodCUID",(t,e)=>{e.pattern??(e.pattern=_y),ce.init(t,e)}),Pv=v("$ZodCUID2",(t,e)=>{e.pattern??(e.pattern=Sy),ce.init(t,e)}),Cv=v("$ZodULID",(t,e)=>{e.pattern??(e.pattern=wy),ce.init(t,e)}),xv=v("$ZodXID",(t,e)=>{e.pattern??(e.pattern=by),ce.init(t,e)}),kv=v("$ZodKSUID",(t,e)=>{e.pattern??(e.pattern=Ry),ce.init(t,e)}),Ev=v("$ZodISODateTime",(t,e)=>{e.pattern??(e.pattern=Uy(e)),ce.init(t,e)}),Tv=v("$ZodISODate",(t,e)=>{e.pattern??(e.pattern=Dy),ce.init(t,e)}),Av=v("$ZodISOTime",(t,e)=>{e.pattern??(e.pattern=jy(e)),ce.init(t,e)}),$v=v("$ZodISODuration",(t,e)=>{e.pattern??(e.pattern=Cy),ce.init(t,e)}),Mv=v("$ZodIPv4",(t,e)=>{e.pattern??(e.pattern=Ty),ce.init(t,e),t._zod.bag.format="ipv4"}),Iv=v("$ZodIPv6",(t,e)=>{e.pattern??(e.pattern=Ay),ce.init(t,e),t._zod.bag.format="ipv6",t._zod.check=r=>{try{new URL(`http://[${r.value}]`)}catch{r.issues.push({code:"invalid_format",format:"ipv6",input:r.value,inst:t,continue:!e.abort})}}});var Ov=v("$ZodCIDRv4",(t,e)=>{e.pattern??(e.pattern=$y),ce.init(t,e)}),zv=v("$ZodCIDRv6",(t,e)=>{e.pattern??(e.pattern=My),ce.init(t,e),t._zod.check=r=>{let n=r.value.split("/");try{if(n.length!==2)throw new Error;let[o,s]=n;if(!s)throw new Error;let i=Number(s);if(`${i}`!==s)throw new Error;if(i<0||i>128)throw new Error;new URL(`http://[${o}]`)}catch{r.issues.push({code:"invalid_format",format:"cidrv6",input:r.value,inst:t,continue:!e.abort})}}});function Nv(t){if(t==="")return!0;if(/\s/.test(t)||t.length%4!==0)return!1;try{return atob(t),!0}catch{return!1}}var Dv=v("$ZodBase64",(t,e)=>{e.pattern??(e.pattern=Iy),ce.init(t,e),t._zod.bag.contentEncoding="base64",t._zod.check=r=>{Nv(r.value)||r.issues.push({code:"invalid_format",format:"base64",input:r.value,inst:t,continue:!e.abort})}});function rM(t){if(!$d.test(t))return!1;let e=t.replace(/[-_]/g,n=>n==="-"?"+":"/"),r=e.padEnd(Math.ceil(e.length/4)*4,"=");return Nv(r)}var Lv=v("$ZodBase64URL",(t,e)=>{e.pattern??(e.pattern=$d),ce.init(t,e),t._zod.bag.contentEncoding="base64url",t._zod.check=r=>{rM(r.value)||r.issues.push({code:"invalid_format",format:"base64url",input:r.value,inst:t,continue:!e.abort})}}),jv=v("$ZodE164",(t,e)=>{e.pattern??(e.pattern=zy),ce.init(t,e)});function nM(t,e=null){try{let r=t.split(".");if(r.length!==3)return!1;let[n]=r;if(!n)return!1;let o=JSON.parse(atob(n));return!("typ"in o&&o?.typ!=="JWT"||!o.alg||e&&(!("alg"in o)||o.alg!==e))}catch{return!1}}var Uv=v("$ZodJWT",(t,e)=>{ce.init(t,e),t._zod.check=r=>{nM(r.value,e.alg)||r.issues.push({code:"invalid_format",format:"jwt",input:r.value,inst:t,continue:!e.abort})}});var Nd=v("$ZodNumber",(t,e)=>{ee.init(t,e),t._zod.pattern=t._zod.bag.pattern??Md,t._zod.parse=(r,n)=>{if(e.coerce)try{r.value=Number(r.value)}catch{}let o=r.value;if(typeof o=="number"&&!Number.isNaN(o)&&Number.isFinite(o))return r;let s=typeof o=="number"?Number.isNaN(o)?"NaN":Number.isFinite(o)?void 0:"Infinity":void 0;return r.issues.push({expected:"number",code:"invalid_type",input:o,inst:t,...s?{received:s}:{}}),r}}),Fv=v("$ZodNumberFormat",(t,e)=>{Jy.init(t,e),Nd.init(t,e)}),qv=v("$ZodBoolean",(t,e)=>{ee.init(t,e),t._zod.pattern=Gy,t._zod.parse=(r,n)=>{if(e.coerce)try{r.value=!!r.value}catch{}let o=r.value;return typeof o=="boolean"||r.issues.push({expected:"boolean",code:"invalid_type",input:o,inst:t}),r}}),Hv=v("$ZodBigInt",(t,e)=>{ee.init(t,e),t._zod.pattern=qy,t._zod.parse=(r,n)=>{if(e.coerce)try{r.value=BigInt(r.value)}catch{}return typeof r.value=="bigint"||r.issues.push({expected:"bigint",code:"invalid_type",input:r.value,inst:t}),r}});var Gv=v("$ZodNull",(t,e)=>{ee.init(t,e),t._zod.pattern=Zy,t._zod.values=new Set([null]),t._zod.parse=(r,n)=>{let o=r.value;return o===null||r.issues.push({expected:"null",code:"invalid_type",input:o,inst:t}),r}}),Zv=v("$ZodAny",(t,e)=>{ee.init(t,e),t._zod.parse=r=>r}),Bv=v("$ZodUnknown",(t,e)=>{ee.init(t,e),t._zod.parse=r=>r}),Vv=v("$ZodNever",(t,e)=>{ee.init(t,e),t._zod.parse=(r,n)=>(r.issues.push({expected:"never",code:"invalid_type",input:r.value,inst:t}),r)});var Wv=v("$ZodDate",(t,e)=>{ee.init(t,e),t._zod.parse=(r,n)=>{if(e.coerce)try{r.value=new Date(r.value)}catch{}let o=r.value,s=o instanceof Date;return s&&!Number.isNaN(o.getTime())||r.issues.push({expected:"date",code:"invalid_type",input:o,...s?{received:"Invalid Date"}:{},inst:t}),r}});function uv(t,e,r){t.issues.length&&e.issues.push(...rr(r,t.issues)),e.value[r]=t.value}var Kv=v("$ZodArray",(t,e)=>{ee.init(t,e),t._zod.parse=(r,n)=>{let o=r.value;if(!Array.isArray(o))return r.issues.push({expected:"array",code:"invalid_type",input:o,inst:t}),r;r.value=Array(o.length);let s=[];for(let i=0;i<o.length;i++){let a=o[i],c=e.element._zod.run({value:a,issues:[]},n);c instanceof Promise?s.push(c.then(u=>uv(u,r,i))):uv(c,r,i)}return s.length?Promise.all(s).then(()=>r):r}});function _a(t,e,r,n,o,s){let i=r in n;if(t.issues.length){if(o&&s&&!i)return;e.issues.push(...rr(r,t.issues))}if(!i&&!o){t.issues.length||e.issues.push({code:"invalid_type",expected:"nonoptional",input:void 0,path:[r]});return}t.value===void 0?i&&(e.value[r]=void 0):e.value[r]=t.value}function Jv(t){let e=Object.keys(t.shape);for(let n of e)if(!t.shape?.[n]?._zod?.traits?.has("$ZodType"))throw new Error(`Invalid element at key "${n}": expected a Zod schema`);let r=Rd(t.shape);return{...t,keys:e,keySet:new Set(e),numKeys:e.length,optionalKeys:new Set(r)}}function Yv(t,e,r,n,o,s){let i=[],a=o.keySet,c=o.catchall._zod,u=c.def.type,d=c.optin==="optional",l=c.optout==="optional";for(let f in e){if(f==="__proto__"||a.has(f))continue;if(u==="never"){i.push(f);continue}let p=c.run({value:e[f],issues:[]},n);p instanceof Promise?t.push(p.then(h=>_a(h,r,f,e,d,l))):_a(p,r,f,e,d,l)}return i.length&&r.issues.push({code:"unrecognized_keys",keys:i,input:e,inst:s}),t.length?Promise.all(t).then(()=>r):r}var oM=v("$ZodObject",(t,e)=>{if(ee.init(t,e),!Object.getOwnPropertyDescriptor(e,"shape")?.get){let a=e.shape;Object.defineProperty(e,"shape",{get:()=>{let c={...a};return Object.defineProperty(e,"shape",{value:c}),c}})}let n=Kn(()=>Jv(e));Y(t._zod,"propValues",()=>{let a=e.shape,c={};for(let u in a){let d=a[u]._zod;if(d.values){c[u]??(c[u]=new Set);for(let l of d.values)c[u].add(l)}}return c});let o=nn,s=e.catchall,i;t._zod.parse=(a,c)=>{i??(i=n.value);let u=a.value;if(!o(u))return a.issues.push({expected:"object",code:"invalid_type",input:u,inst:t}),a;a.value={};let d=[],l=i.shape;for(let f of i.keys){let p=l[f],h=p._zod.optin==="optional",m=p._zod.optout==="optional",y=p._zod.run({value:u[f],issues:[]},c);y instanceof Promise?d.push(y.then(_=>_a(_,a,f,u,h,m))):_a(y,a,f,u,h,m)}return s?Yv(d,u,a,c,n.value,t):d.length?Promise.all(d).then(()=>a):a}}),Xv=v("$ZodObjectJIT",(t,e)=>{oM.init(t,e);let r=t._zod.parse,n=Kn(()=>Jv(e)),o=f=>{let p=new ya(["shape","payload","ctx"]),h=n.value,m=b=>{let k=da(b);return`shape[${k}]._zod.run({ value: input[${k}], issues: [] }, ctx)`};p.write("const input = payload.value;");let y=Object.create(null),_=0;for(let b of h.keys)y[b]=`key_${_++}`;p.write("const newResult = {};");for(let b of h.keys){let k=y[b],S=da(b),P=f[b],I=P?._zod?.optin==="optional",re=P?._zod?.optout==="optional";p.write(`const ${k} = ${m(b)};`),I&&re?p.write(`
27
+ if (${k}.issues.length) {
28
+ if (${S} in input) {
29
+ payload.issues = payload.issues.concat(${k}.issues.map(iss => ({
30
+ ...iss,
31
+ path: iss.path ? [${S}, ...iss.path] : [${S}]
32
+ })));
33
+ }
34
+ }
35
+
36
+ if (${k}.value === undefined) {
37
+ if (${S} in input) {
38
+ newResult[${S}] = undefined;
39
+ }
40
+ } else {
41
+ newResult[${S}] = ${k}.value;
42
+ }
43
+
44
+ `):I?p.write(`
45
+ if (${k}.issues.length) {
46
+ payload.issues = payload.issues.concat(${k}.issues.map(iss => ({
47
+ ...iss,
48
+ path: iss.path ? [${S}, ...iss.path] : [${S}]
49
+ })));
50
+ }
51
+
52
+ if (${k}.value === undefined) {
53
+ if (${S} in input) {
54
+ newResult[${S}] = undefined;
55
+ }
56
+ } else {
57
+ newResult[${S}] = ${k}.value;
58
+ }
59
+
60
+ `):p.write(`
61
+ const ${k}_present = ${S} in input;
62
+ if (${k}.issues.length) {
63
+ payload.issues = payload.issues.concat(${k}.issues.map(iss => ({
64
+ ...iss,
65
+ path: iss.path ? [${S}, ...iss.path] : [${S}]
66
+ })));
67
+ }
68
+ if (!${k}_present && !${k}.issues.length) {
69
+ payload.issues.push({
70
+ code: "invalid_type",
71
+ expected: "nonoptional",
72
+ input: undefined,
73
+ path: [${S}]
74
+ });
75
+ }
76
+
77
+ if (${k}_present) {
78
+ if (${k}.value === undefined) {
79
+ newResult[${S}] = undefined;
80
+ } else {
81
+ newResult[${S}] = ${k}.value;
82
+ }
83
+ }
84
+
85
+ `)}p.write("payload.value = newResult;"),p.write("return payload;");let w=p.compile();return(b,k)=>w(f,b,k)},s,i=nn,a=!Vn.jitless,u=a&&wd.value,d=e.catchall,l;t._zod.parse=(f,p)=>{l??(l=n.value);let h=f.value;return i(h)?a&&u&&p?.async===!1&&p.jitless!==!0?(s||(s=o(e.shape)),f=s(f,p),d?Yv([],h,f,p,l,t):f):r(f,p):(f.issues.push({expected:"object",code:"invalid_type",input:h,inst:t}),f)}});function dv(t,e,r,n){for(let s of t)if(s.issues.length===0)return e.value=s.value,e;let o=t.filter(s=>!Pr(s));return o.length===1?(e.value=o[0].value,o[0]):(e.issues.push({code:"invalid_union",input:e.value,inst:r,errors:t.map(s=>s.issues.map(i=>ht(i,n,Ke())))}),e)}var Dd=v("$ZodUnion",(t,e)=>{ee.init(t,e),Y(t._zod,"optin",()=>e.options.some(n=>n._zod.optin==="optional")?"optional":void 0),Y(t._zod,"optout",()=>e.options.some(n=>n._zod.optout==="optional")?"optional":void 0),Y(t._zod,"values",()=>{if(e.options.every(n=>n._zod.values))return new Set(e.options.flatMap(n=>Array.from(n._zod.values)))}),Y(t._zod,"pattern",()=>{if(e.options.every(n=>n._zod.pattern)){let n=e.options.map(o=>o._zod.pattern);return new RegExp(`^(${n.map(o=>as(o.source)).join("|")})$`)}});let r=e.options.length===1?e.options[0]._zod.run:null;t._zod.parse=(n,o)=>{if(r)return r(n,o);let s=!1,i=[];for(let a of e.options){let c=a._zod.run({value:n.value,issues:[]},o);if(c instanceof Promise)i.push(c),s=!0;else{if(c.issues.length===0)return c;i.push(c)}}return s?Promise.all(i).then(a=>dv(a,n,t,o)):dv(i,n,t,o)}});var Qv=v("$ZodDiscriminatedUnion",(t,e)=>{e.inclusive=!1,Dd.init(t,e);let r=t._zod.parse;Y(t._zod,"propValues",()=>{let o={};for(let s of e.options){let i=s._zod.propValues;if(!i||Object.keys(i).length===0)throw new Error(`Invalid discriminated union option at index "${e.options.indexOf(s)}"`);for(let[a,c]of Object.entries(i)){o[a]||(o[a]=new Set);for(let u of c)o[a].add(u)}}return o});let n=Kn(()=>{let o=e.options,s=new Map;for(let i of o){let a=i._zod.propValues?.[e.discriminator];if(!a||a.size===0)throw new Error(`Invalid discriminated union option at index "${e.options.indexOf(i)}"`);for(let c of a){if(s.has(c))throw new Error(`Duplicate discriminator value "${String(c)}"`);s.set(c,i)}}return s});t._zod.parse=(o,s)=>{let i=o.value;if(!nn(i))return o.issues.push({code:"invalid_type",expected:"object",input:i,inst:t}),o;let a=n.value.get(i?.[e.discriminator]);return a?a._zod.run(o,s):e.unionFallback||s.direction==="backward"?r(o,s):(o.issues.push({code:"invalid_union",errors:[],note:"No matching discriminator",discriminator:e.discriminator,options:Array.from(n.value.keys()),input:i,path:[e.discriminator],inst:t}),o)}}),e_=v("$ZodIntersection",(t,e)=>{ee.init(t,e),t._zod.parse=(r,n)=>{let o=r.value,s=e.left._zod.run({value:o,issues:[]},n),i=e.right._zod.run({value:o,issues:[]},n);return s instanceof Promise||i instanceof Promise?Promise.all([s,i]).then(([c,u])=>lv(r,c,u)):lv(r,s,i)}});function zd(t,e){if(t===e)return{valid:!0,data:t};if(t instanceof Date&&e instanceof Date&&+t==+e)return{valid:!0,data:t};if(Rr(t)&&Rr(e)){let r=Object.keys(e),n=Object.keys(t).filter(s=>r.indexOf(s)!==-1),o={...t,...e};for(let s of n){let i=zd(t[s],e[s]);if(!i.valid)return{valid:!1,mergeErrorPath:[s,...i.mergeErrorPath]};o[s]=i.data}return{valid:!0,data:o}}if(Array.isArray(t)&&Array.isArray(e)){if(t.length!==e.length)return{valid:!1,mergeErrorPath:[]};let r=[];for(let n=0;n<t.length;n++){let o=t[n],s=e[n],i=zd(o,s);if(!i.valid)return{valid:!1,mergeErrorPath:[n,...i.mergeErrorPath]};r.push(i.data)}return{valid:!0,data:r}}return{valid:!1,mergeErrorPath:[]}}function lv(t,e,r){let n=new Map,o;for(let a of e.issues)if(a.code==="unrecognized_keys"){o??(o=a);for(let c of a.keys)n.has(c)||n.set(c,{}),n.get(c).l=!0}else t.issues.push(a);for(let a of r.issues)if(a.code==="unrecognized_keys")for(let c of a.keys)n.has(c)||n.set(c,{}),n.get(c).r=!0;else t.issues.push(a);let s=[...n].filter(([,a])=>a.l&&a.r).map(([a])=>a);if(s.length&&o&&t.issues.push({...o,keys:s}),Pr(t))return t;let i=zd(e.value,r.value);if(!i.valid)throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(i.mergeErrorPath)}`);return t.value=i.data,t}var t_=v("$ZodRecord",(t,e)=>{ee.init(t,e),t._zod.parse=(r,n)=>{let o=r.value;if(!Rr(o))return r.issues.push({expected:"record",code:"invalid_type",input:o,inst:t}),r;let s=[],i=e.keyType._zod.values;if(i){r.value={};let a=new Set;for(let u of i)if(typeof u=="string"||typeof u=="number"||typeof u=="symbol"){a.add(typeof u=="number"?u.toString():u);let d=e.keyType._zod.run({value:u,issues:[]},n);if(d instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(d.issues.length){r.issues.push({code:"invalid_key",origin:"record",issues:d.issues.map(p=>ht(p,n,Ke())),input:u,path:[u],inst:t});continue}let l=d.value,f=e.valueType._zod.run({value:o[u],issues:[]},n);f instanceof Promise?s.push(f.then(p=>{p.issues.length&&r.issues.push(...rr(u,p.issues)),r.value[l]=p.value})):(f.issues.length&&r.issues.push(...rr(u,f.issues)),r.value[l]=f.value)}let c;for(let u in o)a.has(u)||(c=c??[],c.push(u));c&&c.length>0&&r.issues.push({code:"unrecognized_keys",input:o,inst:t,keys:c})}else{r.value={};for(let a of Reflect.ownKeys(o)){if(a==="__proto__"||!Object.prototype.propertyIsEnumerable.call(o,a))continue;let c=e.keyType._zod.run({value:a,issues:[]},n);if(c instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(typeof a=="string"&&Md.test(a)&&c.issues.length){let l=e.keyType._zod.run({value:Number(a),issues:[]},n);if(l instanceof Promise)throw new Error("Async schemas not supported in object keys currently");l.issues.length===0&&(c=l)}if(c.issues.length){e.mode==="loose"?r.value[a]=o[a]:r.issues.push({code:"invalid_key",origin:"record",issues:c.issues.map(l=>ht(l,n,Ke())),input:a,path:[a],inst:t});continue}let d=e.valueType._zod.run({value:o[a],issues:[]},n);d instanceof Promise?s.push(d.then(l=>{l.issues.length&&r.issues.push(...rr(a,l.issues)),r.value[c.value]=l.value})):(d.issues.length&&r.issues.push(...rr(a,d.issues)),r.value[c.value]=d.value)}}return s.length?Promise.all(s).then(()=>r):r}});var r_=v("$ZodEnum",(t,e)=>{ee.init(t,e);let r=ss(e.entries),n=new Set(r);t._zod.values=n,t._zod.pattern=new RegExp(`^(${r.filter(o=>bd.has(typeof o)).map(o=>typeof o=="string"?tr(o):o.toString()).join("|")})$`),t._zod.parse=(o,s)=>{let i=o.value;return n.has(i)||o.issues.push({code:"invalid_value",values:r,input:i,inst:t}),o}}),n_=v("$ZodLiteral",(t,e)=>{if(ee.init(t,e),e.values.length===0)throw new Error("Cannot create literal schema with no valid values");let r=new Set(e.values);t._zod.values=r,t._zod.pattern=new RegExp(`^(${e.values.map(n=>typeof n=="string"?tr(n):n?tr(n.toString()):String(n)).join("|")})$`),t._zod.parse=(n,o)=>{let s=n.value;return r.has(s)||n.issues.push({code:"invalid_value",values:e.values,input:s,inst:t}),n}});var o_=v("$ZodTransform",(t,e)=>{ee.init(t,e),t._zod.optin="optional",t._zod.parse=(r,n)=>{if(n.direction==="backward")throw new Bn(t.constructor.name);let o=e.transform(r.value,r);if(n.async)return(o instanceof Promise?o:Promise.resolve(o)).then(i=>(r.value=i,r.fallback=!0,r));if(o instanceof Promise)throw new qt;return r.value=o,r.fallback=!0,r}});function fv(t,e){return e===void 0&&(t.issues.length||t.fallback)?{issues:[],value:void 0}:t}var Ld=v("$ZodOptional",(t,e)=>{ee.init(t,e),t._zod.optin="optional",t._zod.optout="optional",Y(t._zod,"values",()=>e.innerType._zod.values?new Set([...e.innerType._zod.values,void 0]):void 0),Y(t._zod,"pattern",()=>{let r=e.innerType._zod.pattern;return r?new RegExp(`^(${as(r.source)})?$`):void 0}),t._zod.parse=(r,n)=>{if(e.innerType._zod.optin==="optional"){let o=r.value,s=e.innerType._zod.run(r,n);return s instanceof Promise?s.then(i=>fv(i,o)):fv(s,o)}return r.value===void 0?r:e.innerType._zod.run(r,n)}}),s_=v("$ZodExactOptional",(t,e)=>{Ld.init(t,e),Y(t._zod,"values",()=>e.innerType._zod.values),Y(t._zod,"pattern",()=>e.innerType._zod.pattern),t._zod.parse=(r,n)=>e.innerType._zod.run(r,n)}),i_=v("$ZodNullable",(t,e)=>{ee.init(t,e),Y(t._zod,"optin",()=>e.innerType._zod.optin),Y(t._zod,"optout",()=>e.innerType._zod.optout),Y(t._zod,"pattern",()=>{let r=e.innerType._zod.pattern;return r?new RegExp(`^(${as(r.source)}|null)$`):void 0}),Y(t._zod,"values",()=>e.innerType._zod.values?new Set([...e.innerType._zod.values,null]):void 0),t._zod.parse=(r,n)=>r.value===null?r:e.innerType._zod.run(r,n)}),a_=v("$ZodDefault",(t,e)=>{ee.init(t,e),t._zod.optin="optional",Y(t._zod,"values",()=>e.innerType._zod.values),t._zod.parse=(r,n)=>{if(n.direction==="backward")return e.innerType._zod.run(r,n);if(r.value===void 0)return r.value=e.defaultValue,r;let o=e.innerType._zod.run(r,n);return o instanceof Promise?o.then(s=>pv(s,e)):pv(o,e)}});function pv(t,e){return t.value===void 0&&(t.value=e.defaultValue),t}var c_=v("$ZodPrefault",(t,e)=>{ee.init(t,e),t._zod.optin="optional",Y(t._zod,"values",()=>e.innerType._zod.values),t._zod.parse=(r,n)=>(n.direction==="backward"||r.value===void 0&&(r.value=e.defaultValue),e.innerType._zod.run(r,n))}),u_=v("$ZodNonOptional",(t,e)=>{ee.init(t,e),Y(t._zod,"values",()=>{let r=e.innerType._zod.values;return r?new Set([...r].filter(n=>n!==void 0)):void 0}),t._zod.parse=(r,n)=>{let o=e.innerType._zod.run(r,n);return o instanceof Promise?o.then(s=>hv(s,t)):hv(o,t)}});function hv(t,e){return!t.issues.length&&t.value===void 0&&t.issues.push({code:"invalid_type",expected:"nonoptional",input:t.value,inst:e}),t}var d_=v("$ZodCatch",(t,e)=>{ee.init(t,e),t._zod.optin="optional",Y(t._zod,"optout",()=>e.innerType._zod.optout),Y(t._zod,"values",()=>e.innerType._zod.values),t._zod.parse=(r,n)=>{if(n.direction==="backward")return e.innerType._zod.run(r,n);let o=e.innerType._zod.run(r,n);return o instanceof Promise?o.then(s=>(r.value=s.value,s.issues.length&&(r.value=e.catchValue({...r,error:{issues:s.issues.map(i=>ht(i,n,Ke()))},input:r.value}),r.issues=[],r.fallback=!0),r)):(r.value=o.value,o.issues.length&&(r.value=e.catchValue({...r,error:{issues:o.issues.map(s=>ht(s,n,Ke()))},input:r.value}),r.issues=[],r.fallback=!0),r)}});var jd=v("$ZodPipe",(t,e)=>{ee.init(t,e),Y(t._zod,"values",()=>e.in._zod.values),Y(t._zod,"optin",()=>e.in._zod.optin),Y(t._zod,"optout",()=>e.out._zod.optout),Y(t._zod,"propValues",()=>e.in._zod.propValues),t._zod.parse=(r,n)=>{if(n.direction==="backward"){let s=e.out._zod.run(r,n);return s instanceof Promise?s.then(i=>va(i,e.in,n)):va(s,e.in,n)}let o=e.in._zod.run(r,n);return o instanceof Promise?o.then(s=>va(s,e.out,n)):va(o,e.out,n)}});function va(t,e,r){return t.issues.length?(t.aborted=!0,t):e._zod.run({value:t.value,issues:t.issues,fallback:t.fallback},r)}var l_=v("$ZodPreprocess",(t,e)=>{jd.init(t,e)}),f_=v("$ZodReadonly",(t,e)=>{ee.init(t,e),Y(t._zod,"propValues",()=>e.innerType._zod.propValues),Y(t._zod,"values",()=>e.innerType._zod.values),Y(t._zod,"optin",()=>e.innerType?._zod?.optin),Y(t._zod,"optout",()=>e.innerType?._zod?.optout),t._zod.parse=(r,n)=>{if(n.direction==="backward")return e.innerType._zod.run(r,n);let o=e.innerType._zod.run(r,n);return o instanceof Promise?o.then(mv):mv(o)}});function mv(t){return t.value=Object.freeze(t.value),t}var p_=v("$ZodCustom",(t,e)=>{Ae.init(t,e),ee.init(t,e),t._zod.parse=(r,n)=>r,t._zod.check=r=>{let n=r.value,o=e.fn(n);if(o instanceof Promise)return o.then(s=>gv(s,r,n,t));gv(o,r,n,t)}});function gv(t,e,r,n){if(!t){let o={code:"custom",input:r,inst:n,path:[...n._zod.def.path??[]],continue:!n._zod.def.abort};n._zod.def.params&&(o.params=n._zod.def.params),e.issues.push(Jn(o))}}var sM=()=>{let t={string:{unit:"characters",verb:"to have"},file:{unit:"bytes",verb:"to have"},array:{unit:"items",verb:"to have"},set:{unit:"items",verb:"to have"},map:{unit:"entries",verb:"to have"}};function e(o){return t[o]??null}let r={regex:"input",email:"email address",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datetime",date:"ISO date",time:"ISO time",duration:"ISO duration",ipv4:"IPv4 address",ipv6:"IPv6 address",mac:"MAC address",cidrv4:"IPv4 range",cidrv6:"IPv6 range",base64:"base64-encoded string",base64url:"base64url-encoded string",json_string:"JSON string",e164:"E.164 number",jwt:"JWT",template_literal:"input"},n={nan:"NaN"};return o=>{switch(o.code){case"invalid_type":{let s=n[o.expected]??o.expected,i=xd(o.input),a=n[i]??i;return`Invalid input: expected ${s}, received ${a}`}case"invalid_value":return o.values.length===1?`Invalid input: expected ${fa(o.values[0])}`:`Invalid option: expected one of ${ua(o.values,"|")}`;case"too_big":{let s=o.inclusive?"<=":"<",i=e(o.origin);return i?`Too big: expected ${o.origin??"value"} to have ${s}${o.maximum.toString()} ${i.unit??"elements"}`:`Too big: expected ${o.origin??"value"} to be ${s}${o.maximum.toString()}`}case"too_small":{let s=o.inclusive?">=":">",i=e(o.origin);return i?`Too small: expected ${o.origin} to have ${s}${o.minimum.toString()} ${i.unit}`:`Too small: expected ${o.origin} to be ${s}${o.minimum.toString()}`}case"invalid_format":{let s=o;return s.format==="starts_with"?`Invalid string: must start with "${s.prefix}"`:s.format==="ends_with"?`Invalid string: must end with "${s.suffix}"`:s.format==="includes"?`Invalid string: must include "${s.includes}"`:s.format==="regex"?`Invalid string: must match pattern ${s.pattern}`:`Invalid ${r[s.format]??o.format}`}case"not_multiple_of":return`Invalid number: must be a multiple of ${o.divisor}`;case"unrecognized_keys":return`Unrecognized key${o.keys.length>1?"s":""}: ${ua(o.keys,", ")}`;case"invalid_key":return`Invalid key in ${o.origin}`;case"invalid_union":return o.options&&Array.isArray(o.options)&&o.options.length>0?`Invalid discriminator value. Expected ${o.options.map(i=>`'${i}'`).join(" | ")}`:"Invalid input";case"invalid_element":return`Invalid value in ${o.origin}`;default:return"Invalid input"}}};function h_(){return{localeError:sM()}}var m_;var Ud=class{constructor(){this._map=new WeakMap,this._idmap=new Map}add(e,...r){let n=r[0];return this._map.set(e,n),n&&typeof n=="object"&&"id"in n&&this._idmap.set(n.id,e),this}clear(){return this._map=new WeakMap,this._idmap=new Map,this}remove(e){let r=this._map.get(e);return r&&typeof r=="object"&&"id"in r&&this._idmap.delete(r.id),this._map.delete(e),this}get(e){let r=e._zod.parent;if(r){let n={...this.get(r)??{}};delete n.id;let o={...n,...this._map.get(e)};return Object.keys(o).length?o:void 0}return this._map.get(e)}has(e){return this._map.has(e)}};function g_(){return new Ud}(m_=globalThis).__zod_globalRegistry??(m_.__zod_globalRegistry=g_());var Cr=globalThis.__zod_globalRegistry;function y_(t,e){return new t({type:"string",...A(e)})}function v_(t,e){return new t({type:"string",coerce:!0,...A(e)})}function __(t,e){return new t({type:"string",format:"email",check:"string_format",abort:!1,...A(e)})}function Fd(t,e){return new t({type:"string",format:"guid",check:"string_format",abort:!1,...A(e)})}function S_(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,...A(e)})}function w_(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...A(e)})}function b_(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...A(e)})}function R_(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...A(e)})}function qd(t,e){return new t({type:"string",format:"url",check:"string_format",abort:!1,...A(e)})}function P_(t,e){return new t({type:"string",format:"emoji",check:"string_format",abort:!1,...A(e)})}function C_(t,e){return new t({type:"string",format:"nanoid",check:"string_format",abort:!1,...A(e)})}function x_(t,e){return new t({type:"string",format:"cuid",check:"string_format",abort:!1,...A(e)})}function k_(t,e){return new t({type:"string",format:"cuid2",check:"string_format",abort:!1,...A(e)})}function E_(t,e){return new t({type:"string",format:"ulid",check:"string_format",abort:!1,...A(e)})}function T_(t,e){return new t({type:"string",format:"xid",check:"string_format",abort:!1,...A(e)})}function A_(t,e){return new t({type:"string",format:"ksuid",check:"string_format",abort:!1,...A(e)})}function $_(t,e){return new t({type:"string",format:"ipv4",check:"string_format",abort:!1,...A(e)})}function M_(t,e){return new t({type:"string",format:"ipv6",check:"string_format",abort:!1,...A(e)})}function I_(t,e){return new t({type:"string",format:"cidrv4",check:"string_format",abort:!1,...A(e)})}function O_(t,e){return new t({type:"string",format:"cidrv6",check:"string_format",abort:!1,...A(e)})}function z_(t,e){return new t({type:"string",format:"base64",check:"string_format",abort:!1,...A(e)})}function N_(t,e){return new t({type:"string",format:"base64url",check:"string_format",abort:!1,...A(e)})}function D_(t,e){return new t({type:"string",format:"e164",check:"string_format",abort:!1,...A(e)})}function L_(t,e){return new t({type:"string",format:"jwt",check:"string_format",abort:!1,...A(e)})}function j_(t,e){return new t({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...A(e)})}function U_(t,e){return new t({type:"string",format:"date",check:"string_format",...A(e)})}function F_(t,e){return new t({type:"string",format:"time",check:"string_format",precision:null,...A(e)})}function q_(t,e){return new t({type:"string",format:"duration",check:"string_format",...A(e)})}function H_(t,e){return new t({type:"number",checks:[],...A(e)})}function G_(t,e){return new t({type:"number",coerce:!0,checks:[],...A(e)})}function Z_(t,e){return new t({type:"number",check:"number_format",abort:!1,format:"safeint",...A(e)})}function B_(t,e){return new t({type:"boolean",...A(e)})}function V_(t,e){return new t({type:"boolean",coerce:!0,...A(e)})}function W_(t,e){return new t({type:"bigint",coerce:!0,...A(e)})}function K_(t,e){return new t({type:"null",...A(e)})}function J_(t){return new t({type:"any"})}function Y_(t){return new t({type:"unknown"})}function X_(t,e){return new t({type:"never",...A(e)})}function Q_(t,e){return new t({type:"date",coerce:!0,...A(e)})}function Yn(t,e){return new Id({check:"less_than",...A(e),value:t,inclusive:!1})}function nr(t,e){return new Id({check:"less_than",...A(e),value:t,inclusive:!0})}function Xn(t,e){return new Od({check:"greater_than",...A(e),value:t,inclusive:!1})}function xt(t,e){return new Od({check:"greater_than",...A(e),value:t,inclusive:!0})}function hs(t,e){return new Ky({check:"multiple_of",...A(e),value:t})}function wa(t,e){return new Yy({check:"max_length",...A(e),maximum:t})}function Qn(t,e){return new Xy({check:"min_length",...A(e),minimum:t})}function ba(t,e){return new Qy({check:"length_equals",...A(e),length:t})}function Hd(t,e){return new ev({check:"string_format",format:"regex",...A(e),pattern:t})}function Gd(t){return new tv({check:"string_format",format:"lowercase",...A(t)})}function Zd(t){return new rv({check:"string_format",format:"uppercase",...A(t)})}function Bd(t,e){return new nv({check:"string_format",format:"includes",...A(e),includes:t})}function Vd(t,e){return new ov({check:"string_format",format:"starts_with",...A(e),prefix:t})}function Wd(t,e){return new sv({check:"string_format",format:"ends_with",...A(e),suffix:t})}function xr(t){return new iv({check:"overwrite",tx:t})}function Kd(t){return xr(e=>e.normalize(t))}function Jd(){return xr(t=>t.trim())}function Yd(){return xr(t=>t.toLowerCase())}function Xd(){return xr(t=>t.toUpperCase())}function Qd(){return xr(t=>Sd(t))}function eS(t,e,r){return new t({type:"array",element:e,...A(r)})}function tS(t,e,r){let n=A(r);return n.abort??(n.abort=!0),new t({type:"custom",check:"custom",fn:e,...n})}function rS(t,e,r){return new t({type:"custom",check:"custom",fn:e,...A(r)})}function nS(t,e){let r=iM(n=>(n.addIssue=o=>{if(typeof o=="string")n.issues.push(Jn(o,n.value,r._zod.def));else{let s=o;s.fatal&&(s.continue=!1),s.code??(s.code="custom"),s.input??(s.input=n.value),s.inst??(s.inst=r),s.continue??(s.continue=!r._zod.def.abort),n.issues.push(Jn(s))}},t(n.value,n)),e);return r}function iM(t,e){let r=new Ae({check:"custom",...A(e)});return r._zod.check=t,r}function el(t){let e=t?.target??"draft-2020-12";return e==="draft-4"&&(e="draft-04"),e==="draft-7"&&(e="draft-07"),{processors:t.processors??{},metadataRegistry:t?.metadata??Cr,target:e,unrepresentable:t?.unrepresentable??"throw",override:t?.override??(()=>{}),io:t?.io??"output",counter:0,seen:new Map,cycles:t?.cycles??"ref",reused:t?.reused??"inline",external:t?.external??void 0}}function ve(t,e,r={path:[],schemaPath:[]}){var n;let o=t._zod.def,s=e.seen.get(t);if(s)return s.count++,r.schemaPath.includes(t)&&(s.cycle=r.path),s.schema;let i={schema:{},count:1,cycle:void 0,path:r.path};e.seen.set(t,i);let a=t._zod.toJSONSchema?.();if(a)i.schema=a;else{let d={...r,schemaPath:[...r.schemaPath,t],path:r.path};if(t._zod.processJSONSchema)t._zod.processJSONSchema(e,i.schema,d);else{let f=i.schema,p=e.processors[o.type];if(!p)throw new Error(`[toJSONSchema]: Non-representable type encountered: ${o.type}`);p(t,e,f,d)}let l=t._zod.parent;l&&(i.ref||(i.ref=l),ve(l,e,d),e.seen.get(l).isParent=!0)}let c=e.metadataRegistry.get(t);return c&&Object.assign(i.schema,c),e.io==="input"&&Ue(t)&&(delete i.schema.examples,delete i.schema.default),e.io==="input"&&"_prefault"in i.schema&&((n=i.schema).default??(n.default=i.schema._prefault)),delete i.schema._prefault,e.seen.get(t).schema}function tl(t,e){let r=t.seen.get(e);if(!r)throw new Error("Unprocessed schema. This is a bug in Zod.");let n=new Map;for(let i of t.seen.entries()){let a=t.metadataRegistry.get(i[0])?.id;if(a){let c=n.get(a);if(c&&c!==i[0])throw new Error(`Duplicate schema id "${a}" detected during JSON Schema conversion. Two different schemas cannot share the same id when converted together.`);n.set(a,i[0])}}let o=i=>{let a=t.target==="draft-2020-12"?"$defs":"definitions";if(t.external){let l=t.external.registry.get(i[0])?.id,f=t.external.uri??(h=>h);if(l)return{ref:f(l)};let p=i[1].defId??i[1].schema.id??`schema${t.counter++}`;return i[1].defId=p,{defId:p,ref:`${f("__shared")}#/${a}/${p}`}}if(i[1]===r)return{ref:"#"};let u=`#/${a}/`,d=i[1].schema.id??`__schema${t.counter++}`;return{defId:d,ref:u+d}},s=i=>{if(i[1].schema.$ref)return;let a=i[1],{ref:c,defId:u}=o(i);a.def={...a.schema},u&&(a.defId=u);let d=a.schema;for(let l in d)delete d[l];d.$ref=c};if(t.cycles==="throw")for(let i of t.seen.entries()){let a=i[1];if(a.cycle)throw new Error(`Cycle detected: #/${a.cycle?.join("/")}/<root>
86
+
87
+ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(let i of t.seen.entries()){let a=i[1];if(e===i[0]){s(i);continue}if(t.external){let u=t.external.registry.get(i[0])?.id;if(e!==i[0]&&u){s(i);continue}}if(t.metadataRegistry.get(i[0])?.id){s(i);continue}if(a.cycle){s(i);continue}if(a.count>1&&t.reused==="ref"){s(i);continue}}}function rl(t,e){let r=t.seen.get(e);if(!r)throw new Error("Unprocessed schema. This is a bug in Zod.");let n=a=>{let c=t.seen.get(a);if(c.ref===null)return;let u=c.def??c.schema,d={...u},l=c.ref;if(c.ref=null,l){n(l);let p=t.seen.get(l),h=p.schema;if(h.$ref&&(t.target==="draft-07"||t.target==="draft-04"||t.target==="openapi-3.0")?(u.allOf=u.allOf??[],u.allOf.push(h)):Object.assign(u,h),Object.assign(u,d),a._zod.parent===l)for(let y in u)y==="$ref"||y==="allOf"||y in d||delete u[y];if(h.$ref&&p.def)for(let y in u)y==="$ref"||y==="allOf"||y in p.def&&JSON.stringify(u[y])===JSON.stringify(p.def[y])&&delete u[y]}let f=a._zod.parent;if(f&&f!==l){n(f);let p=t.seen.get(f);if(p?.schema.$ref&&(u.$ref=p.schema.$ref,p.def))for(let h in u)h==="$ref"||h==="allOf"||h in p.def&&JSON.stringify(u[h])===JSON.stringify(p.def[h])&&delete u[h]}t.override({zodSchema:a,jsonSchema:u,path:c.path??[]})};for(let a of[...t.seen.entries()].reverse())n(a[0]);let o={};if(t.target==="draft-2020-12"?o.$schema="https://json-schema.org/draft/2020-12/schema":t.target==="draft-07"?o.$schema="http://json-schema.org/draft-07/schema#":t.target==="draft-04"?o.$schema="http://json-schema.org/draft-04/schema#":t.target,t.external?.uri){let a=t.external.registry.get(e)?.id;if(!a)throw new Error("Schema is missing an `id` property");o.$id=t.external.uri(a)}Object.assign(o,r.def??r.schema);let s=t.metadataRegistry.get(e)?.id;s!==void 0&&o.id===s&&delete o.id;let i=t.external?.defs??{};for(let a of t.seen.entries()){let c=a[1];c.def&&c.defId&&(c.def.id===c.defId&&delete c.def.id,i[c.defId]=c.def)}t.external||Object.keys(i).length>0&&(t.target==="draft-2020-12"?o.$defs=i:o.definitions=i);try{let a=JSON.parse(JSON.stringify(o));return Object.defineProperty(a,"~standard",{value:{...e["~standard"],jsonSchema:{input:ms(e,"input",t.processors),output:ms(e,"output",t.processors)}},enumerable:!1,writable:!1}),a}catch{throw new Error("Error converting schema to JSON.")}}function Ue(t,e){let r=e??{seen:new Set};if(r.seen.has(t))return!1;r.seen.add(t);let n=t._zod.def;if(n.type==="transform")return!0;if(n.type==="array")return Ue(n.element,r);if(n.type==="set")return Ue(n.valueType,r);if(n.type==="lazy")return Ue(n.getter(),r);if(n.type==="promise"||n.type==="optional"||n.type==="nonoptional"||n.type==="nullable"||n.type==="readonly"||n.type==="default"||n.type==="prefault")return Ue(n.innerType,r);if(n.type==="intersection")return Ue(n.left,r)||Ue(n.right,r);if(n.type==="record"||n.type==="map")return Ue(n.keyType,r)||Ue(n.valueType,r);if(n.type==="pipe")return t._zod.traits.has("$ZodCodec")?!0:Ue(n.in,r)||Ue(n.out,r);if(n.type==="object"){for(let o in n.shape)if(Ue(n.shape[o],r))return!0;return!1}if(n.type==="union"){for(let o of n.options)if(Ue(o,r))return!0;return!1}if(n.type==="tuple"){for(let o of n.items)if(Ue(o,r))return!0;return!!(n.rest&&Ue(n.rest,r))}return!1}var oS=(t,e={})=>r=>{let n=el({...r,processors:e});return ve(t,n),tl(n,t),rl(n,t)},ms=(t,e,r={})=>n=>{let{libraryOptions:o,target:s}=n??{},i=el({...o??{},target:s,io:e,processors:r});return ve(t,i),tl(i,t),rl(i,t)};var aM={guid:"uuid",url:"uri",datetime:"date-time",json_string:"json-string",regex:""},sS=(t,e,r,n)=>{let o=r;o.type="string";let{minimum:s,maximum:i,format:a,patterns:c,contentEncoding:u}=t._zod.bag;if(typeof s=="number"&&(o.minLength=s),typeof i=="number"&&(o.maxLength=i),a&&(o.format=aM[a]??a,o.format===""&&delete o.format,a==="time"&&delete o.format),u&&(o.contentEncoding=u),c&&c.size>0){let d=[...c];d.length===1?o.pattern=d[0].source:d.length>1&&(o.allOf=[...d.map(l=>({...e.target==="draft-07"||e.target==="draft-04"||e.target==="openapi-3.0"?{type:"string"}:{},pattern:l.source}))])}},iS=(t,e,r,n)=>{let o=r,{minimum:s,maximum:i,format:a,multipleOf:c,exclusiveMaximum:u,exclusiveMinimum:d}=t._zod.bag;typeof a=="string"&&a.includes("int")?o.type="integer":o.type="number";let l=typeof d=="number"&&d>=(s??Number.NEGATIVE_INFINITY),f=typeof u=="number"&&u<=(i??Number.POSITIVE_INFINITY),p=e.target==="draft-04"||e.target==="openapi-3.0";l?p?(o.minimum=d,o.exclusiveMinimum=!0):o.exclusiveMinimum=d:typeof s=="number"&&(o.minimum=s),f?p?(o.maximum=u,o.exclusiveMaximum=!0):o.exclusiveMaximum=u:typeof i=="number"&&(o.maximum=i),typeof c=="number"&&(o.multipleOf=c)},aS=(t,e,r,n)=>{r.type="boolean"},cS=(t,e,r,n)=>{if(e.unrepresentable==="throw")throw new Error("BigInt cannot be represented in JSON Schema")};var uS=(t,e,r,n)=>{e.target==="openapi-3.0"?(r.type="string",r.nullable=!0,r.enum=[null]):r.type="null"};var dS=(t,e,r,n)=>{r.not={}},lS=(t,e,r,n)=>{},fS=(t,e,r,n)=>{},pS=(t,e,r,n)=>{if(e.unrepresentable==="throw")throw new Error("Date cannot be represented in JSON Schema")},hS=(t,e,r,n)=>{let o=t._zod.def,s=ss(o.entries);s.every(i=>typeof i=="number")&&(r.type="number"),s.every(i=>typeof i=="string")&&(r.type="string"),r.enum=s},mS=(t,e,r,n)=>{let o=t._zod.def,s=[];for(let i of o.values)if(i===void 0){if(e.unrepresentable==="throw")throw new Error("Literal `undefined` cannot be represented in JSON Schema")}else if(typeof i=="bigint"){if(e.unrepresentable==="throw")throw new Error("BigInt literals cannot be represented in JSON Schema");s.push(Number(i))}else s.push(i);if(s.length!==0)if(s.length===1){let i=s[0];r.type=i===null?"null":typeof i,e.target==="draft-04"||e.target==="openapi-3.0"?r.enum=[i]:r.const=i}else s.every(i=>typeof i=="number")&&(r.type="number"),s.every(i=>typeof i=="string")&&(r.type="string"),s.every(i=>typeof i=="boolean")&&(r.type="boolean"),s.every(i=>i===null)&&(r.type="null"),r.enum=s};var gS=(t,e,r,n)=>{if(e.unrepresentable==="throw")throw new Error("Custom types cannot be represented in JSON Schema")};var yS=(t,e,r,n)=>{if(e.unrepresentable==="throw")throw new Error("Transforms cannot be represented in JSON Schema")};var vS=(t,e,r,n)=>{let o=r,s=t._zod.def,{minimum:i,maximum:a}=t._zod.bag;typeof i=="number"&&(o.minItems=i),typeof a=="number"&&(o.maxItems=a),o.type="array",o.items=ve(s.element,e,{...n,path:[...n.path,"items"]})},_S=(t,e,r,n)=>{let o=r,s=t._zod.def;o.type="object",o.properties={};let i=s.shape;for(let u in i)o.properties[u]=ve(i[u],e,{...n,path:[...n.path,"properties",u]});let a=new Set(Object.keys(i)),c=new Set([...a].filter(u=>{let d=s.shape[u]._zod;return e.io==="input"?d.optin===void 0:d.optout===void 0}));c.size>0&&(o.required=Array.from(c)),s.catchall?._zod.def.type==="never"?o.additionalProperties=!1:s.catchall?s.catchall&&(o.additionalProperties=ve(s.catchall,e,{...n,path:[...n.path,"additionalProperties"]})):e.io==="output"&&(o.additionalProperties=!1)},SS=(t,e,r,n)=>{let o=t._zod.def,s=o.inclusive===!1,i=o.options.map((a,c)=>ve(a,e,{...n,path:[...n.path,s?"oneOf":"anyOf",c]}));s?r.oneOf=i:r.anyOf=i},wS=(t,e,r,n)=>{let o=t._zod.def,s=ve(o.left,e,{...n,path:[...n.path,"allOf",0]}),i=ve(o.right,e,{...n,path:[...n.path,"allOf",1]}),a=u=>"allOf"in u&&Object.keys(u).length===1,c=[...a(s)?s.allOf:[s],...a(i)?i.allOf:[i]];r.allOf=c};var bS=(t,e,r,n)=>{let o=r,s=t._zod.def;o.type="object";let i=s.keyType,c=i._zod.bag?.patterns;if(s.mode==="loose"&&c&&c.size>0){let d=ve(s.valueType,e,{...n,path:[...n.path,"patternProperties","*"]});o.patternProperties={};for(let l of c)o.patternProperties[l.source]=d}else(e.target==="draft-07"||e.target==="draft-2020-12")&&(o.propertyNames=ve(s.keyType,e,{...n,path:[...n.path,"propertyNames"]})),o.additionalProperties=ve(s.valueType,e,{...n,path:[...n.path,"additionalProperties"]});let u=i._zod.values;if(u){let d=[...u].filter(l=>typeof l=="string"||typeof l=="number");d.length>0&&(o.required=d)}},RS=(t,e,r,n)=>{let o=t._zod.def,s=ve(o.innerType,e,n),i=e.seen.get(t);e.target==="openapi-3.0"?(i.ref=o.innerType,r.nullable=!0):r.anyOf=[s,{type:"null"}]},PS=(t,e,r,n)=>{let o=t._zod.def;ve(o.innerType,e,n);let s=e.seen.get(t);s.ref=o.innerType},CS=(t,e,r,n)=>{let o=t._zod.def;ve(o.innerType,e,n);let s=e.seen.get(t);s.ref=o.innerType,r.default=JSON.parse(JSON.stringify(o.defaultValue))},xS=(t,e,r,n)=>{let o=t._zod.def;ve(o.innerType,e,n);let s=e.seen.get(t);s.ref=o.innerType,e.io==="input"&&(r._prefault=JSON.parse(JSON.stringify(o.defaultValue)))},kS=(t,e,r,n)=>{let o=t._zod.def;ve(o.innerType,e,n);let s=e.seen.get(t);s.ref=o.innerType;let i;try{i=o.catchValue(void 0)}catch{throw new Error("Dynamic catch values are not supported in JSON Schema")}r.default=i},ES=(t,e,r,n)=>{let o=t._zod.def,s=o.in._zod.traits.has("$ZodTransform"),i=e.io==="input"?s?o.out:o.in:o.out;ve(i,e,n);let a=e.seen.get(t);a.ref=i},TS=(t,e,r,n)=>{let o=t._zod.def;ve(o.innerType,e,n);let s=e.seen.get(t);s.ref=o.innerType,r.readOnly=!0};var nl=(t,e,r,n)=>{let o=t._zod.def;ve(o.innerType,e,n);let s=e.seen.get(t);s.ref=o.innerType};function Ra(t){return!!t._zod}function kt(t,e){return Ra(t)?ds(t,e):t.safeParse(e)}function Pa(t){if(!t)return;let e;if(Ra(t)?e=t._zod?.def?.shape:e=t.shape,!!e){if(typeof e=="function")try{return e()}catch{return}return e}}function Ca(t){if(Ra(t)){let s=t._zod?.def;if(s){if(s.value!==void 0)return s.value;if(Array.isArray(s.values)&&s.values.length>0)return s.values[0]}}let r=t._def;if(r){if(r.value!==void 0)return r.value;if(Array.isArray(r.values)&&r.values.length>0)return r.values[0]}let n=t.value;if(n!==void 0)return n}var gs={};du(gs,{ZodISODate:()=>$S,ZodISODateTime:()=>AS,ZodISODuration:()=>IS,ZodISOTime:()=>MS,date:()=>sl,datetime:()=>ol,duration:()=>al,time:()=>il});var AS=v("ZodISODateTime",(t,e)=>{Ev.init(t,e),he.init(t,e)});function ol(t){return j_(AS,t)}var $S=v("ZodISODate",(t,e)=>{Tv.init(t,e),he.init(t,e)});function sl(t){return U_($S,t)}var MS=v("ZodISOTime",(t,e)=>{Av.init(t,e),he.init(t,e)});function il(t){return F_(MS,t)}var IS=v("ZodISODuration",(t,e)=>{$v.init(t,e),he.init(t,e)});function al(t){return q_(IS,t)}var mM=(t,e)=>{pa.init(t,e),t.name="ZodError",Object.defineProperties(t,{format:{value:r=>Td(t,r)},flatten:{value:r=>Ed(t,r)},addIssue:{value:r=>{t.issues.push(r),t.message=JSON.stringify(t.issues,Wn,2)}},addIssues:{value:r=>{t.issues.push(...r),t.message=JSON.stringify(t.issues,Wn,2)}},isEmpty:{get(){return t.issues.length===0}}})};var at=v("ZodError",mM,{Parent:Error});var zS=ha(at),NS=ma(at),DS=us(at),LS=ls(at),jS=ly(at),US=fy(at),FS=py(at),qS=hy(at),HS=my(at),GS=gy(at),ZS=yy(at),BS=vy(at);var VS=new WeakMap;function ys(t,e,r){let n=Object.getPrototypeOf(t),o=VS.get(n);if(o||(o=new Set,VS.set(n,o)),!o.has(e)){o.add(e);for(let s in r){let i=r[s];Object.defineProperty(n,s,{configurable:!0,enumerable:!1,get(){let a=i.bind(this);return Object.defineProperty(this,s,{configurable:!0,writable:!0,enumerable:!0,value:a}),a},set(a){Object.defineProperty(this,s,{configurable:!0,writable:!0,enumerable:!0,value:a})}})}}}var oe=v("ZodType",(t,e)=>(ee.init(t,e),Object.assign(t["~standard"],{jsonSchema:{input:ms(t,"input"),output:ms(t,"output")}}),t.toJSONSchema=oS(t,{}),t.def=e,t.type=e.type,Object.defineProperty(t,"_def",{value:e}),t.parse=(r,n)=>zS(t,r,n,{callee:t.parse}),t.safeParse=(r,n)=>DS(t,r,n),t.parseAsync=async(r,n)=>NS(t,r,n,{callee:t.parseAsync}),t.safeParseAsync=async(r,n)=>LS(t,r,n),t.spa=t.safeParseAsync,t.encode=(r,n)=>jS(t,r,n),t.decode=(r,n)=>US(t,r,n),t.encodeAsync=async(r,n)=>FS(t,r,n),t.decodeAsync=async(r,n)=>qS(t,r,n),t.safeEncode=(r,n)=>HS(t,r,n),t.safeDecode=(r,n)=>GS(t,r,n),t.safeEncodeAsync=async(r,n)=>ZS(t,r,n),t.safeDecodeAsync=async(r,n)=>BS(t,r,n),ys(t,"ZodType",{check(...r){let n=this.def;return this.clone(F.mergeDefs(n,{checks:[...n.checks??[],...r.map(o=>typeof o=="function"?{_zod:{check:o,def:{check:"custom"},onattach:[]}}:o)]}),{parent:!0})},with(...r){return this.check(...r)},clone(r,n){return pt(this,r,n)},brand(){return this},register(r,n){return r.add(this,n),this},refine(r,n){return this.check(nI(r,n))},superRefine(r,n){return this.check(oI(r,n))},overwrite(r){return this.check(xr(r))},optional(){return ge(this)},exactOptional(){return ZM(this)},nullable(){return YS(this)},nullish(){return ge(YS(this))},nonoptional(r){return YM(this,r)},array(){return C(this)},or(r){return ue([this,r])},and(r){return Ea(this,r)},transform(r){return XS(this,cw(r))},default(r){return WM(this,r)},prefault(r){return JM(this,r)},catch(r){return QM(this,r)},pipe(r){return XS(this,r)},readonly(){return rI(this)},describe(r){let n=this.clone();return Cr.add(n,{description:r}),n},meta(...r){if(r.length===0)return Cr.get(this);let n=this.clone();return Cr.add(n,r[0]),n},isOptional(){return this.safeParse(void 0).success},isNullable(){return this.safeParse(null).success},apply(r){return r(this)}}),Object.defineProperty(t,"description",{get(){return Cr.get(t)?.description},configurable:!0}),t)),QS=v("_ZodString",(t,e)=>{Sa.init(t,e),oe.init(t,e),t._zod.processJSONSchema=(n,o,s)=>sS(t,n,o,s);let r=t._zod.bag;t.format=r.format??null,t.minLength=r.minimum??null,t.maxLength=r.maximum??null,ys(t,"_ZodString",{regex(...n){return this.check(Hd(...n))},includes(...n){return this.check(Bd(...n))},startsWith(...n){return this.check(Vd(...n))},endsWith(...n){return this.check(Wd(...n))},min(...n){return this.check(Qn(...n))},max(...n){return this.check(wa(...n))},length(...n){return this.check(ba(...n))},nonempty(...n){return this.check(Qn(1,...n))},lowercase(n){return this.check(Gd(n))},uppercase(n){return this.check(Zd(n))},trim(){return this.check(Jd())},normalize(...n){return this.check(Kd(...n))},toLowerCase(){return this.check(Yd())},toUpperCase(){return this.check(Xd())},slugify(){return this.check(Qd())}})}),ul=v("ZodString",(t,e)=>{Sa.init(t,e),QS.init(t,e),t.email=r=>t.check(__(yM,r)),t.url=r=>t.check(qd(ew,r)),t.jwt=r=>t.check(L_(MM,r)),t.emoji=r=>t.check(P_(vM,r)),t.guid=r=>t.check(Fd(WS,r)),t.uuid=r=>t.check(S_(xa,r)),t.uuidv4=r=>t.check(w_(xa,r)),t.uuidv6=r=>t.check(b_(xa,r)),t.uuidv7=r=>t.check(R_(xa,r)),t.nanoid=r=>t.check(C_(_M,r)),t.guid=r=>t.check(Fd(WS,r)),t.cuid=r=>t.check(x_(SM,r)),t.cuid2=r=>t.check(k_(wM,r)),t.ulid=r=>t.check(E_(bM,r)),t.base64=r=>t.check(z_(TM,r)),t.base64url=r=>t.check(N_(AM,r)),t.xid=r=>t.check(T_(RM,r)),t.ksuid=r=>t.check(A_(PM,r)),t.ipv4=r=>t.check($_(CM,r)),t.ipv6=r=>t.check(M_(xM,r)),t.cidrv4=r=>t.check(I_(kM,r)),t.cidrv6=r=>t.check(O_(EM,r)),t.e164=r=>t.check(D_($M,r)),t.datetime=r=>t.check(ol(r)),t.date=r=>t.check(sl(r)),t.time=r=>t.check(il(r)),t.duration=r=>t.check(al(r))});function g(t){return y_(ul,t)}var he=v("ZodStringFormat",(t,e)=>{ce.init(t,e),QS.init(t,e)}),yM=v("ZodEmail",(t,e)=>{_v.init(t,e),he.init(t,e)});var WS=v("ZodGUID",(t,e)=>{yv.init(t,e),he.init(t,e)});var xa=v("ZodUUID",(t,e)=>{vv.init(t,e),he.init(t,e)});var ew=v("ZodURL",(t,e)=>{Sv.init(t,e),he.init(t,e)});function tw(t){return qd(ew,t)}var vM=v("ZodEmoji",(t,e)=>{wv.init(t,e),he.init(t,e)});var _M=v("ZodNanoID",(t,e)=>{bv.init(t,e),he.init(t,e)});var SM=v("ZodCUID",(t,e)=>{Rv.init(t,e),he.init(t,e)});var wM=v("ZodCUID2",(t,e)=>{Pv.init(t,e),he.init(t,e)});var bM=v("ZodULID",(t,e)=>{Cv.init(t,e),he.init(t,e)});var RM=v("ZodXID",(t,e)=>{xv.init(t,e),he.init(t,e)});var PM=v("ZodKSUID",(t,e)=>{kv.init(t,e),he.init(t,e)});var CM=v("ZodIPv4",(t,e)=>{Mv.init(t,e),he.init(t,e)});var xM=v("ZodIPv6",(t,e)=>{Iv.init(t,e),he.init(t,e)});var kM=v("ZodCIDRv4",(t,e)=>{Ov.init(t,e),he.init(t,e)});var EM=v("ZodCIDRv6",(t,e)=>{zv.init(t,e),he.init(t,e)});var TM=v("ZodBase64",(t,e)=>{Dv.init(t,e),he.init(t,e)});var AM=v("ZodBase64URL",(t,e)=>{Lv.init(t,e),he.init(t,e)});var $M=v("ZodE164",(t,e)=>{jv.init(t,e),he.init(t,e)});var MM=v("ZodJWT",(t,e)=>{Uv.init(t,e),he.init(t,e)});var ka=v("ZodNumber",(t,e)=>{Nd.init(t,e),oe.init(t,e),t._zod.processJSONSchema=(n,o,s)=>iS(t,n,o,s),ys(t,"ZodNumber",{gt(n,o){return this.check(Xn(n,o))},gte(n,o){return this.check(xt(n,o))},min(n,o){return this.check(xt(n,o))},lt(n,o){return this.check(Yn(n,o))},lte(n,o){return this.check(nr(n,o))},max(n,o){return this.check(nr(n,o))},int(n){return this.check(KS(n))},safe(n){return this.check(KS(n))},positive(n){return this.check(Xn(0,n))},nonnegative(n){return this.check(xt(0,n))},negative(n){return this.check(Yn(0,n))},nonpositive(n){return this.check(nr(0,n))},multipleOf(n,o){return this.check(hs(n,o))},step(n,o){return this.check(hs(n,o))},finite(){return this}});let r=t._zod.bag;t.minValue=Math.max(r.minimum??Number.NEGATIVE_INFINITY,r.exclusiveMinimum??Number.NEGATIVE_INFINITY)??null,t.maxValue=Math.min(r.maximum??Number.POSITIVE_INFINITY,r.exclusiveMaximum??Number.POSITIVE_INFINITY)??null,t.isInt=(r.format??"").includes("int")||Number.isSafeInteger(r.multipleOf??.5),t.isFinite=!0,t.format=r.format??null});function W(t){return H_(ka,t)}var IM=v("ZodNumberFormat",(t,e)=>{Fv.init(t,e),ka.init(t,e)});function KS(t){return Z_(IM,t)}var dl=v("ZodBoolean",(t,e)=>{qv.init(t,e),oe.init(t,e),t._zod.processJSONSchema=(r,n,o)=>aS(t,r,n,o)});function se(t){return B_(dl,t)}var rw=v("ZodBigInt",(t,e)=>{Hv.init(t,e),oe.init(t,e),t._zod.processJSONSchema=(n,o,s)=>cS(t,n,o,s),t.gte=(n,o)=>t.check(xt(n,o)),t.min=(n,o)=>t.check(xt(n,o)),t.gt=(n,o)=>t.check(Xn(n,o)),t.gte=(n,o)=>t.check(xt(n,o)),t.min=(n,o)=>t.check(xt(n,o)),t.lt=(n,o)=>t.check(Yn(n,o)),t.lte=(n,o)=>t.check(nr(n,o)),t.max=(n,o)=>t.check(nr(n,o)),t.positive=n=>t.check(Xn(BigInt(0),n)),t.negative=n=>t.check(Yn(BigInt(0),n)),t.nonpositive=n=>t.check(nr(BigInt(0),n)),t.nonnegative=n=>t.check(xt(BigInt(0),n)),t.multipleOf=(n,o)=>t.check(hs(n,o));let r=t._zod.bag;t.minValue=r.minimum??null,t.maxValue=r.maximum??null,t.format=r.format??null});var OM=v("ZodNull",(t,e)=>{Gv.init(t,e),oe.init(t,e),t._zod.processJSONSchema=(r,n,o)=>uS(t,r,n,o)});function nw(t){return K_(OM,t)}var zM=v("ZodAny",(t,e)=>{Zv.init(t,e),oe.init(t,e),t._zod.processJSONSchema=(r,n,o)=>lS(t,r,n,o)});function ow(){return J_(zM)}var NM=v("ZodUnknown",(t,e)=>{Bv.init(t,e),oe.init(t,e),t._zod.processJSONSchema=(r,n,o)=>fS(t,r,n,o)});function me(){return Y_(NM)}var DM=v("ZodNever",(t,e)=>{Vv.init(t,e),oe.init(t,e),t._zod.processJSONSchema=(r,n,o)=>dS(t,r,n,o)});function LM(t){return X_(DM,t)}var sw=v("ZodDate",(t,e)=>{Wv.init(t,e),oe.init(t,e),t._zod.processJSONSchema=(n,o,s)=>pS(t,n,o,s),t.min=(n,o)=>t.check(xt(n,o)),t.max=(n,o)=>t.check(nr(n,o));let r=t._zod.bag;t.minDate=r.minimum?new Date(r.minimum):null,t.maxDate=r.maximum?new Date(r.maximum):null});var jM=v("ZodArray",(t,e)=>{Kv.init(t,e),oe.init(t,e),t._zod.processJSONSchema=(r,n,o)=>vS(t,r,n,o),t.element=e.element,ys(t,"ZodArray",{min(r,n){return this.check(Qn(r,n))},nonempty(r){return this.check(Qn(1,r))},max(r,n){return this.check(wa(r,n))},length(r,n){return this.check(ba(r,n))},unwrap(){return this.element}})});function C(t,e){return eS(jM,t,e)}var iw=v("ZodObject",(t,e)=>{Xv.init(t,e),oe.init(t,e),t._zod.processJSONSchema=(r,n,o)=>_S(t,r,n,o),F.defineLazy(t,"shape",()=>e.shape),ys(t,"ZodObject",{keyof(){return Je(Object.keys(this._zod.def.shape))},catchall(r){return this.clone({...this._zod.def,catchall:r})},passthrough(){return this.clone({...this._zod.def,catchall:me()})},loose(){return this.clone({...this._zod.def,catchall:me()})},strict(){return this.clone({...this._zod.def,catchall:LM()})},strip(){return this.clone({...this._zod.def,catchall:void 0})},extend(r){return F.extend(this,r)},safeExtend(r){return F.safeExtend(this,r)},merge(r){return F.merge(this,r)},pick(r){return F.pick(this,r)},omit(r){return F.omit(this,r)},partial(...r){return F.partial(uw,this,r[0])},required(...r){return F.required(dw,this,r[0])}})});function x(t,e){let r={type:"object",shape:t??{},...F.normalizeParams(e)};return new iw(r)}function Ce(t,e){return new iw({type:"object",shape:t,catchall:me(),...F.normalizeParams(e)})}var aw=v("ZodUnion",(t,e)=>{Dd.init(t,e),oe.init(t,e),t._zod.processJSONSchema=(r,n,o)=>SS(t,r,n,o),t.options=e.options});function ue(t,e){return new aw({type:"union",options:t,...F.normalizeParams(e)})}var UM=v("ZodDiscriminatedUnion",(t,e)=>{aw.init(t,e),Qv.init(t,e)});function ll(t,e,r){return new UM({type:"union",options:e,discriminator:t,...F.normalizeParams(r)})}var FM=v("ZodIntersection",(t,e)=>{e_.init(t,e),oe.init(t,e),t._zod.processJSONSchema=(r,n,o)=>wS(t,r,n,o)});function Ea(t,e){return new FM({type:"intersection",left:t,right:e})}var JS=v("ZodRecord",(t,e)=>{t_.init(t,e),oe.init(t,e),t._zod.processJSONSchema=(r,n,o)=>bS(t,r,n,o),t.keyType=e.keyType,t.valueType=e.valueType});function ae(t,e,r){return!e||!e._zod?new JS({type:"record",keyType:g(),valueType:t,...F.normalizeParams(e)}):new JS({type:"record",keyType:t,valueType:e,...F.normalizeParams(r)})}var cl=v("ZodEnum",(t,e)=>{r_.init(t,e),oe.init(t,e),t._zod.processJSONSchema=(n,o,s)=>hS(t,n,o,s),t.enum=e.entries,t.options=Object.values(e.entries);let r=new Set(Object.keys(e.entries));t.extract=(n,o)=>{let s={};for(let i of n)if(r.has(i))s[i]=e.entries[i];else throw new Error(`Key ${i} not found in enum`);return new cl({...e,checks:[],...F.normalizeParams(o),entries:s})},t.exclude=(n,o)=>{let s={...e.entries};for(let i of n)if(r.has(i))delete s[i];else throw new Error(`Key ${i} not found in enum`);return new cl({...e,checks:[],...F.normalizeParams(o),entries:s})}});function Je(t,e){let r=Array.isArray(t)?Object.fromEntries(t.map(n=>[n,n])):t;return new cl({type:"enum",entries:r,...F.normalizeParams(e)})}var qM=v("ZodLiteral",(t,e)=>{n_.init(t,e),oe.init(t,e),t._zod.processJSONSchema=(r,n,o)=>mS(t,r,n,o),t.values=new Set(e.values),Object.defineProperty(t,"value",{get(){if(e.values.length>1)throw new Error("This schema contains multiple valid literal values. Use `.values` instead.");return e.values[0]}})});function E(t,e){return new qM({type:"literal",values:Array.isArray(t)?t:[t],...F.normalizeParams(e)})}var HM=v("ZodTransform",(t,e)=>{o_.init(t,e),oe.init(t,e),t._zod.processJSONSchema=(r,n,o)=>yS(t,r,n,o),t._zod.parse=(r,n)=>{if(n.direction==="backward")throw new Bn(t.constructor.name);r.addIssue=s=>{if(typeof s=="string")r.issues.push(F.issue(s,r.value,e));else{let i=s;i.fatal&&(i.continue=!1),i.code??(i.code="custom"),i.input??(i.input=r.value),i.inst??(i.inst=t),r.issues.push(F.issue(i))}};let o=e.transform(r.value,r);return o instanceof Promise?o.then(s=>(r.value=s,r.fallback=!0,r)):(r.value=o,r.fallback=!0,r)}});function cw(t){return new HM({type:"transform",transform:t})}var uw=v("ZodOptional",(t,e)=>{Ld.init(t,e),oe.init(t,e),t._zod.processJSONSchema=(r,n,o)=>nl(t,r,n,o),t.unwrap=()=>t._zod.def.innerType});function ge(t){return new uw({type:"optional",innerType:t})}var GM=v("ZodExactOptional",(t,e)=>{s_.init(t,e),oe.init(t,e),t._zod.processJSONSchema=(r,n,o)=>nl(t,r,n,o),t.unwrap=()=>t._zod.def.innerType});function ZM(t){return new GM({type:"optional",innerType:t})}var BM=v("ZodNullable",(t,e)=>{i_.init(t,e),oe.init(t,e),t._zod.processJSONSchema=(r,n,o)=>RS(t,r,n,o),t.unwrap=()=>t._zod.def.innerType});function YS(t){return new BM({type:"nullable",innerType:t})}var VM=v("ZodDefault",(t,e)=>{a_.init(t,e),oe.init(t,e),t._zod.processJSONSchema=(r,n,o)=>CS(t,r,n,o),t.unwrap=()=>t._zod.def.innerType,t.removeDefault=t.unwrap});function WM(t,e){return new VM({type:"default",innerType:t,get defaultValue(){return typeof e=="function"?e():F.shallowClone(e)}})}var KM=v("ZodPrefault",(t,e)=>{c_.init(t,e),oe.init(t,e),t._zod.processJSONSchema=(r,n,o)=>xS(t,r,n,o),t.unwrap=()=>t._zod.def.innerType});function JM(t,e){return new KM({type:"prefault",innerType:t,get defaultValue(){return typeof e=="function"?e():F.shallowClone(e)}})}var dw=v("ZodNonOptional",(t,e)=>{u_.init(t,e),oe.init(t,e),t._zod.processJSONSchema=(r,n,o)=>PS(t,r,n,o),t.unwrap=()=>t._zod.def.innerType});function YM(t,e){return new dw({type:"nonoptional",innerType:t,...F.normalizeParams(e)})}var XM=v("ZodCatch",(t,e)=>{d_.init(t,e),oe.init(t,e),t._zod.processJSONSchema=(r,n,o)=>kS(t,r,n,o),t.unwrap=()=>t._zod.def.innerType,t.removeCatch=t.unwrap});function QM(t,e){return new XM({type:"catch",innerType:t,catchValue:typeof e=="function"?e:()=>e})}var lw=v("ZodPipe",(t,e)=>{jd.init(t,e),oe.init(t,e),t._zod.processJSONSchema=(r,n,o)=>ES(t,r,n,o),t.in=e.in,t.out=e.out});function XS(t,e){return new lw({type:"pipe",in:t,out:e})}var eI=v("ZodPreprocess",(t,e)=>{lw.init(t,e),l_.init(t,e)}),tI=v("ZodReadonly",(t,e)=>{f_.init(t,e),oe.init(t,e),t._zod.processJSONSchema=(r,n,o)=>TS(t,r,n,o),t.unwrap=()=>t._zod.def.innerType});function rI(t){return new tI({type:"readonly",innerType:t})}var fw=v("ZodCustom",(t,e)=>{p_.init(t,e),oe.init(t,e),t._zod.processJSONSchema=(r,n,o)=>gS(t,r,n,o)});function pw(t,e){return tS(fw,t??(()=>!0),e)}function nI(t,e={}){return rS(fw,t,e)}function oI(t,e){return nS(t,e)}function fl(t,e){return new eI({type:"pipe",in:cw(t),out:e})}var mw={invalid_type:"invalid_type",too_big:"too_big",too_small:"too_small",invalid_format:"invalid_format",not_multiple_of:"not_multiple_of",unrecognized_keys:"unrecognized_keys",invalid_union:"invalid_union",invalid_key:"invalid_key",invalid_element:"invalid_element",invalid_value:"invalid_value",custom:"custom"};var hw;hw||(hw={});var Ta={};du(Ta,{bigint:()=>cI,boolean:()=>aI,date:()=>uI,number:()=>iI,string:()=>sI});function sI(t){return v_(ul,t)}function iI(t){return G_(ka,t)}function aI(t){return V_(dl,t)}function cI(t){return W_(rw,t)}function uI(t){return Q_(sw,t)}Ke(h_());var ro="2025-11-25";var gw=[ro,"2025-06-18","2025-03-26","2024-11-05","2024-10-07"],kr="io.modelcontextprotocol/related-task",$a="2.0",xe=pw(t=>t!==null&&(typeof t=="object"||typeof t=="function")),yw=ue([g(),W().int()]),vw=g(),XB=Ce({ttl:W().optional(),pollInterval:W().optional()}),lI=x({ttl:W().optional()}),fI=x({taskId:g()}),hl=Ce({progressToken:yw.optional(),[kr]:fI.optional()}),ct=x({_meta:hl.optional()}),vs=ct.extend({task:lI.optional()}),_w=t=>vs.safeParse(t).success,$e=x({method:g(),params:ct.loose().optional()}),mt=x({_meta:hl.optional()}),gt=x({method:g(),params:mt.loose().optional()}),ke=Ce({_meta:hl.optional()}),Ma=ue([g(),W().int()]),Sw=x({jsonrpc:E($a),id:Ma,...$e.shape}).strict(),_s=t=>Sw.safeParse(t).success,ww=x({jsonrpc:E($a),...gt.shape}).strict(),bw=t=>ww.safeParse(t).success,ml=x({jsonrpc:E($a),id:Ma,result:ke}).strict(),on=t=>ml.safeParse(t).success;var M;(function(t){t[t.ConnectionClosed=-32e3]="ConnectionClosed",t[t.RequestTimeout=-32001]="RequestTimeout",t[t.ParseError=-32700]="ParseError",t[t.InvalidRequest=-32600]="InvalidRequest",t[t.MethodNotFound=-32601]="MethodNotFound",t[t.InvalidParams=-32602]="InvalidParams",t[t.InternalError=-32603]="InternalError",t[t.UrlElicitationRequired=-32042]="UrlElicitationRequired"})(M||(M={}));var gl=x({jsonrpc:E($a),id:Ma.optional(),error:x({code:W().int(),message:g(),data:me().optional()})}).strict();var Rw=t=>gl.safeParse(t).success;var Er=ue([Sw,ww,ml,gl]),QB=ue([ml,gl]),sn=ke.strict(),pI=mt.extend({requestId:Ma.optional(),reason:g().optional()}),Ia=gt.extend({method:E("notifications/cancelled"),params:pI}),hI=x({src:g(),mimeType:g().optional(),sizes:C(g()).optional(),theme:Je(["light","dark"]).optional()}),Ss=x({icons:C(hI).optional()}),to=x({name:g(),title:g().optional()}),Pw=to.extend({...to.shape,...Ss.shape,version:g(),websiteUrl:g().optional(),description:g().optional()}),mI=Ea(x({applyDefaults:se().optional()}),ae(g(),me())),gI=fl(t=>t&&typeof t=="object"&&!Array.isArray(t)&&Object.keys(t).length===0?{form:{}}:t,Ea(x({form:mI.optional(),url:xe.optional()}),ae(g(),me()).optional())),yI=Ce({list:xe.optional(),cancel:xe.optional(),requests:Ce({sampling:Ce({createMessage:xe.optional()}).optional(),elicitation:Ce({create:xe.optional()}).optional()}).optional()}),vI=Ce({list:xe.optional(),cancel:xe.optional(),requests:Ce({tools:Ce({call:xe.optional()}).optional()}).optional()}),_I=x({experimental:ae(g(),xe).optional(),sampling:x({context:xe.optional(),tools:xe.optional()}).optional(),elicitation:gI.optional(),roots:x({listChanged:se().optional()}).optional(),tasks:yI.optional(),extensions:ae(g(),xe).optional()}),SI=ct.extend({protocolVersion:g(),capabilities:_I,clientInfo:Pw}),wI=$e.extend({method:E("initialize"),params:SI});var bI=x({experimental:ae(g(),xe).optional(),logging:xe.optional(),completions:xe.optional(),prompts:x({listChanged:se().optional()}).optional(),resources:x({subscribe:se().optional(),listChanged:se().optional()}).optional(),tools:x({listChanged:se().optional()}).optional(),tasks:vI.optional(),extensions:ae(g(),xe).optional()}),yl=ke.extend({protocolVersion:g(),capabilities:bI,serverInfo:Pw,instructions:g().optional()}),Cw=gt.extend({method:E("notifications/initialized"),params:mt.optional()}),xw=t=>Cw.safeParse(t).success,Oa=$e.extend({method:E("ping"),params:ct.optional()}),RI=x({progress:W(),total:ge(W()),message:ge(g())}),PI=x({...mt.shape,...RI.shape,progressToken:yw}),za=gt.extend({method:E("notifications/progress"),params:PI}),CI=ct.extend({cursor:vw.optional()}),ws=$e.extend({params:CI.optional()}),bs=ke.extend({nextCursor:vw.optional()}),xI=Je(["working","input_required","completed","failed","cancelled"]),Rs=x({taskId:g(),status:xI,ttl:ue([W(),nw()]),createdAt:g(),lastUpdatedAt:g(),pollInterval:ge(W()),statusMessage:ge(g())}),an=ke.extend({task:Rs}),kI=mt.merge(Rs),Ps=gt.extend({method:E("notifications/tasks/status"),params:kI}),Na=$e.extend({method:E("tasks/get"),params:ct.extend({taskId:g()})}),Da=ke.merge(Rs),La=$e.extend({method:E("tasks/result"),params:ct.extend({taskId:g()})}),eV=ke.loose(),ja=ws.extend({method:E("tasks/list")}),Ua=bs.extend({tasks:C(Rs)}),Fa=$e.extend({method:E("tasks/cancel"),params:ct.extend({taskId:g()})}),kw=ke.merge(Rs),Ew=x({uri:g(),mimeType:ge(g()),_meta:ae(g(),me()).optional()}),Tw=Ew.extend({text:g()}),vl=g().refine(t=>{try{return atob(t),!0}catch{return!1}},{message:"Invalid Base64 string"}),Aw=Ew.extend({blob:vl}),Cs=Je(["user","assistant"]),no=x({audience:C(Cs).optional(),priority:W().min(0).max(1).optional(),lastModified:gs.datetime({offset:!0}).optional()}),$w=x({...to.shape,...Ss.shape,uri:g(),description:ge(g()),mimeType:ge(g()),size:ge(W()),annotations:no.optional(),_meta:ge(Ce({}))}),EI=x({...to.shape,...Ss.shape,uriTemplate:g(),description:ge(g()),mimeType:ge(g()),annotations:no.optional(),_meta:ge(Ce({}))}),TI=ws.extend({method:E("resources/list")}),_l=bs.extend({resources:C($w)}),AI=ws.extend({method:E("resources/templates/list")}),Sl=bs.extend({resourceTemplates:C(EI)}),wl=ct.extend({uri:g()}),$I=wl,MI=$e.extend({method:E("resources/read"),params:$I}),bl=ke.extend({contents:C(ue([Tw,Aw]))}),Rl=gt.extend({method:E("notifications/resources/list_changed"),params:mt.optional()}),II=wl,OI=$e.extend({method:E("resources/subscribe"),params:II}),zI=wl,NI=$e.extend({method:E("resources/unsubscribe"),params:zI}),DI=mt.extend({uri:g()}),LI=gt.extend({method:E("notifications/resources/updated"),params:DI}),jI=x({name:g(),description:ge(g()),required:ge(se())}),UI=x({...to.shape,...Ss.shape,description:ge(g()),arguments:ge(C(jI)),_meta:ge(Ce({}))}),FI=ws.extend({method:E("prompts/list")}),Pl=bs.extend({prompts:C(UI)}),qI=ct.extend({name:g(),arguments:ae(g(),g()).optional()}),HI=$e.extend({method:E("prompts/get"),params:qI}),Cl=x({type:E("text"),text:g(),annotations:no.optional(),_meta:ae(g(),me()).optional()}),xl=x({type:E("image"),data:vl,mimeType:g(),annotations:no.optional(),_meta:ae(g(),me()).optional()}),kl=x({type:E("audio"),data:vl,mimeType:g(),annotations:no.optional(),_meta:ae(g(),me()).optional()}),GI=x({type:E("tool_use"),name:g(),id:g(),input:ae(g(),me()),_meta:ae(g(),me()).optional()}),ZI=x({type:E("resource"),resource:ue([Tw,Aw]),annotations:no.optional(),_meta:ae(g(),me()).optional()}),BI=$w.extend({type:E("resource_link")}),El=ue([Cl,xl,kl,BI,ZI]),VI=x({role:Cs,content:El}),Tl=ke.extend({description:g().optional(),messages:C(VI)}),Al=gt.extend({method:E("notifications/prompts/list_changed"),params:mt.optional()}),WI=x({title:g().optional(),readOnlyHint:se().optional(),destructiveHint:se().optional(),idempotentHint:se().optional(),openWorldHint:se().optional()}),KI=x({taskSupport:Je(["required","optional","forbidden"]).optional()}),Mw=x({...to.shape,...Ss.shape,description:g().optional(),inputSchema:x({type:E("object"),properties:ae(g(),xe).optional(),required:C(g()).optional()}).catchall(me()),outputSchema:x({type:E("object"),properties:ae(g(),xe).optional(),required:C(g()).optional()}).catchall(me()).optional(),annotations:WI.optional(),execution:KI.optional(),_meta:ae(g(),me()).optional()}),JI=ws.extend({method:E("tools/list")}),$l=bs.extend({tools:C(Mw)}),cn=ke.extend({content:C(El).default([]),structuredContent:ae(g(),me()).optional(),isError:se().optional()}),tV=cn.or(ke.extend({toolResult:me()})),YI=vs.extend({name:g(),arguments:ae(g(),me()).optional()}),XI=$e.extend({method:E("tools/call"),params:YI}),xs=gt.extend({method:E("notifications/tools/list_changed"),params:mt.optional()}),Iw=x({autoRefresh:se().default(!0),debounceMs:W().int().nonnegative().default(300)}),Ow=Je(["debug","info","notice","warning","error","critical","alert","emergency"]),QI=ct.extend({level:Ow}),eO=$e.extend({method:E("logging/setLevel"),params:QI}),tO=mt.extend({level:Ow,logger:g().optional(),data:me()}),rO=gt.extend({method:E("notifications/message"),params:tO}),nO=x({name:g().optional()}),oO=x({hints:C(nO).optional(),costPriority:W().min(0).max(1).optional(),speedPriority:W().min(0).max(1).optional(),intelligencePriority:W().min(0).max(1).optional()}),sO=x({mode:Je(["auto","required","none"]).optional()}),iO=x({type:E("tool_result"),toolUseId:g().describe("The unique identifier for the corresponding tool call."),content:C(El).default([]),structuredContent:x({}).loose().optional(),isError:se().optional(),_meta:ae(g(),me()).optional()}),aO=ll("type",[Cl,xl,kl]),Aa=ll("type",[Cl,xl,kl,GI,iO]),cO=x({role:Cs,content:ue([Aa,C(Aa)]),_meta:ae(g(),me()).optional()}),uO=vs.extend({messages:C(cO),modelPreferences:oO.optional(),systemPrompt:g().optional(),includeContext:Je(["none","thisServer","allServers"]).optional(),temperature:W().optional(),maxTokens:W().int(),stopSequences:C(g()).optional(),metadata:xe.optional(),tools:C(Mw).optional(),toolChoice:sO.optional()}),Ml=$e.extend({method:E("sampling/createMessage"),params:uO}),Il=ke.extend({model:g(),stopReason:ge(Je(["endTurn","stopSequence","maxTokens"]).or(g())),role:Cs,content:aO}),Ol=ke.extend({model:g(),stopReason:ge(Je(["endTurn","stopSequence","maxTokens","toolUse"]).or(g())),role:Cs,content:ue([Aa,C(Aa)])}),dO=x({type:E("boolean"),title:g().optional(),description:g().optional(),default:se().optional()}),lO=x({type:E("string"),title:g().optional(),description:g().optional(),minLength:W().optional(),maxLength:W().optional(),format:Je(["email","uri","date","date-time"]).optional(),default:g().optional()}),fO=x({type:Je(["number","integer"]),title:g().optional(),description:g().optional(),minimum:W().optional(),maximum:W().optional(),default:W().optional()}),pO=x({type:E("string"),title:g().optional(),description:g().optional(),enum:C(g()),default:g().optional()}),hO=x({type:E("string"),title:g().optional(),description:g().optional(),oneOf:C(x({const:g(),title:g()})),default:g().optional()}),mO=x({type:E("string"),title:g().optional(),description:g().optional(),enum:C(g()),enumNames:C(g()).optional(),default:g().optional()}),gO=ue([pO,hO]),yO=x({type:E("array"),title:g().optional(),description:g().optional(),minItems:W().optional(),maxItems:W().optional(),items:x({type:E("string"),enum:C(g())}),default:C(g()).optional()}),vO=x({type:E("array"),title:g().optional(),description:g().optional(),minItems:W().optional(),maxItems:W().optional(),items:x({anyOf:C(x({const:g(),title:g()}))}),default:C(g()).optional()}),_O=ue([yO,vO]),SO=ue([mO,gO,_O]),wO=ue([SO,dO,lO,fO]),bO=vs.extend({mode:E("form").optional(),message:g(),requestedSchema:x({type:E("object"),properties:ae(g(),wO),required:C(g()).optional()})}),RO=vs.extend({mode:E("url"),message:g(),elicitationId:g(),url:g().url()}),PO=ue([bO,RO]),zl=$e.extend({method:E("elicitation/create"),params:PO}),CO=mt.extend({elicitationId:g()}),xO=gt.extend({method:E("notifications/elicitation/complete"),params:CO}),Nl=ke.extend({action:Je(["accept","decline","cancel"]),content:fl(t=>t===null?void 0:t,ae(g(),ue([g(),W(),se(),C(g())])).optional())}),kO=x({type:E("ref/resource"),uri:g()});var EO=x({type:E("ref/prompt"),name:g()}),TO=ct.extend({ref:ue([EO,kO]),argument:x({name:g(),value:g()}),context:x({arguments:ae(g(),g()).optional()}).optional()}),AO=$e.extend({method:E("completion/complete"),params:TO});var Dl=ke.extend({completion:Ce({values:C(g()).max(100),total:ge(W().int()),hasMore:ge(se())})}),$O=x({uri:g().startsWith("file://"),name:g().optional(),_meta:ae(g(),me()).optional()}),MO=$e.extend({method:E("roots/list"),params:ct.optional()}),IO=ke.extend({roots:C($O)}),OO=gt.extend({method:E("notifications/roots/list_changed"),params:mt.optional()}),rV=ue([Oa,wI,AO,eO,HI,FI,TI,AI,MI,OI,NI,XI,JI,Na,La,ja,Fa]),nV=ue([Ia,za,Cw,OO,Ps]),oV=ue([sn,Il,Ol,Nl,IO,Da,Ua,an]),sV=ue([Oa,Ml,zl,MO,Na,La,ja,Fa]),iV=ue([Ia,za,rO,LI,Rl,xs,Al,Ps,xO]),aV=ue([sn,yl,Dl,Tl,Pl,_l,Sl,bl,cn,$l,Da,Ua,an]),$=class t extends Error{constructor(e,r,n){super(`MCP error ${e}: ${r}`),this.code=e,this.data=n,this.name="McpError"}static fromError(e,r,n){if(e===M.UrlElicitationRequired&&n){let o=n;if(o.elicitations)return new pl(o.elicitations,r)}return new t(e,r,n)}},pl=class extends ${constructor(e,r=`URL elicitation${e.length>1?"s":""} required`){super(M.UrlElicitationRequired,r,{elicitations:e})}get elicitations(){return this.data?.elicitations??[]}};function Tr(t){return t==="completed"||t==="failed"||t==="cancelled"}var UV=new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");function Ll(t){let r=Pa(t)?.method;if(!r)throw new Error("Schema is missing a method literal");let n=Ca(r);if(typeof n!="string")throw new Error("Schema method literal must be a string");return n}function jl(t,e){let r=kt(t,e);if(!r.success)throw r.error;return r.data}var UO=6e4,qa=class{constructor(e){this._options=e,this._requestMessageId=0,this._requestHandlers=new Map,this._requestHandlerAbortControllers=new Map,this._notificationHandlers=new Map,this._responseHandlers=new Map,this._progressHandlers=new Map,this._timeoutInfo=new Map,this._pendingDebouncedNotifications=new Set,this._taskProgressTokens=new Map,this._requestResolvers=new Map,this.setNotificationHandler(Ia,r=>{this._oncancel(r)}),this.setNotificationHandler(za,r=>{this._onprogress(r)}),this.setRequestHandler(Oa,r=>({})),this._taskStore=e?.taskStore,this._taskMessageQueue=e?.taskMessageQueue,this._taskStore&&(this.setRequestHandler(Na,async(r,n)=>{let o=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!o)throw new $(M.InvalidParams,"Failed to retrieve task: Task not found");return{...o}}),this.setRequestHandler(La,async(r,n)=>{let o=async()=>{let s=r.params.taskId;if(this._taskMessageQueue){let a;for(;a=await this._taskMessageQueue.dequeue(s,n.sessionId);){if(a.type==="response"||a.type==="error"){let c=a.message,u=c.id,d=this._requestResolvers.get(u);if(d)if(this._requestResolvers.delete(u),a.type==="response")d(c);else{let l=c,f=new $(l.error.code,l.error.message,l.error.data);d(f)}else{let l=a.type==="response"?"Response":"Error";this._onerror(new Error(`${l} handler missing for request ${u}`))}continue}await this._transport?.send(a.message,{relatedRequestId:n.requestId})}}let i=await this._taskStore.getTask(s,n.sessionId);if(!i)throw new $(M.InvalidParams,`Task not found: ${s}`);if(!Tr(i.status))return await this._waitForTaskUpdate(s,n.signal),await o();if(Tr(i.status)){let a=await this._taskStore.getTaskResult(s,n.sessionId);return this._clearTaskQueue(s),{...a,_meta:{...a._meta,[kr]:{taskId:s}}}}return await o()};return await o()}),this.setRequestHandler(ja,async(r,n)=>{try{let{tasks:o,nextCursor:s}=await this._taskStore.listTasks(r.params?.cursor,n.sessionId);return{tasks:o,nextCursor:s,_meta:{}}}catch(o){throw new $(M.InvalidParams,`Failed to list tasks: ${o instanceof Error?o.message:String(o)}`)}}),this.setRequestHandler(Fa,async(r,n)=>{try{let o=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!o)throw new $(M.InvalidParams,`Task not found: ${r.params.taskId}`);if(Tr(o.status))throw new $(M.InvalidParams,`Cannot cancel task in terminal status: ${o.status}`);await this._taskStore.updateTaskStatus(r.params.taskId,"cancelled","Client cancelled task execution.",n.sessionId),this._clearTaskQueue(r.params.taskId);let s=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!s)throw new $(M.InvalidParams,`Task not found after cancellation: ${r.params.taskId}`);return{_meta:{},...s}}catch(o){throw o instanceof $?o:new $(M.InvalidRequest,`Failed to cancel task: ${o instanceof Error?o.message:String(o)}`)}}))}async _oncancel(e){if(!e.params.requestId)return;this._requestHandlerAbortControllers.get(e.params.requestId)?.abort(e.params.reason)}_setupTimeout(e,r,n,o,s=!1){this._timeoutInfo.set(e,{timeoutId:setTimeout(o,r),startTime:Date.now(),timeout:r,maxTotalTimeout:n,resetTimeoutOnProgress:s,onTimeout:o})}_resetTimeout(e){let r=this._timeoutInfo.get(e);if(!r)return!1;let n=Date.now()-r.startTime;if(r.maxTotalTimeout&&n>=r.maxTotalTimeout)throw this._timeoutInfo.delete(e),$.fromError(M.RequestTimeout,"Maximum total timeout exceeded",{maxTotalTimeout:r.maxTotalTimeout,totalElapsed:n});return clearTimeout(r.timeoutId),r.timeoutId=setTimeout(r.onTimeout,r.timeout),!0}_cleanupTimeout(e){let r=this._timeoutInfo.get(e);r&&(clearTimeout(r.timeoutId),this._timeoutInfo.delete(e))}async connect(e){if(this._transport)throw new Error("Already connected to a transport. Call close() before connecting to a new transport, or use a separate Protocol instance per connection.");this._transport=e;let r=this.transport?.onclose;this._transport.onclose=()=>{r?.(),this._onclose()};let n=this.transport?.onerror;this._transport.onerror=s=>{n?.(s),this._onerror(s)};let o=this._transport?.onmessage;this._transport.onmessage=(s,i)=>{o?.(s,i),on(s)||Rw(s)?this._onresponse(s):_s(s)?this._onrequest(s,i):bw(s)?this._onnotification(s):this._onerror(new Error(`Unknown message type: ${JSON.stringify(s)}`))},await this._transport.start()}_onclose(){let e=this._responseHandlers;this._responseHandlers=new Map,this._progressHandlers.clear(),this._taskProgressTokens.clear(),this._pendingDebouncedNotifications.clear();for(let n of this._timeoutInfo.values())clearTimeout(n.timeoutId);this._timeoutInfo.clear();for(let n of this._requestHandlerAbortControllers.values())n.abort();this._requestHandlerAbortControllers.clear();let r=$.fromError(M.ConnectionClosed,"Connection closed");this._transport=void 0,this.onclose?.();for(let n of e.values())n(r)}_onerror(e){this.onerror?.(e)}_onnotification(e){let r=this._notificationHandlers.get(e.method)??this.fallbackNotificationHandler;r!==void 0&&Promise.resolve().then(()=>r(e)).catch(n=>this._onerror(new Error(`Uncaught error in notification handler: ${n}`)))}_onrequest(e,r){let n=this._requestHandlers.get(e.method)??this.fallbackRequestHandler,o=this._transport,s=e.params?._meta?.[kr]?.taskId;if(n===void 0){let d={jsonrpc:"2.0",id:e.id,error:{code:M.MethodNotFound,message:"Method not found"}};s&&this._taskMessageQueue?this._enqueueTaskMessage(s,{type:"error",message:d,timestamp:Date.now()},o?.sessionId).catch(l=>this._onerror(new Error(`Failed to enqueue error response: ${l}`))):o?.send(d).catch(l=>this._onerror(new Error(`Failed to send an error response: ${l}`)));return}let i=new AbortController;this._requestHandlerAbortControllers.set(e.id,i);let a=_w(e.params)?e.params.task:void 0,c=this._taskStore?this.requestTaskStore(e,o?.sessionId):void 0,u={signal:i.signal,sessionId:o?.sessionId,_meta:e.params?._meta,sendNotification:async d=>{if(i.signal.aborted)return;let l={relatedRequestId:e.id};s&&(l.relatedTask={taskId:s}),await this.notification(d,l)},sendRequest:async(d,l,f)=>{if(i.signal.aborted)throw new $(M.ConnectionClosed,"Request was cancelled");let p={...f,relatedRequestId:e.id};s&&!p.relatedTask&&(p.relatedTask={taskId:s});let h=p.relatedTask?.taskId??s;return h&&c&&await c.updateTaskStatus(h,"input_required"),await this.request(d,l,p)},authInfo:r?.authInfo,requestId:e.id,requestInfo:r?.requestInfo,taskId:s,taskStore:c,taskRequestedTtl:a?.ttl,closeSSEStream:r?.closeSSEStream,closeStandaloneSSEStream:r?.closeStandaloneSSEStream};Promise.resolve().then(()=>{a&&this.assertTaskHandlerCapability(e.method)}).then(()=>n(e,u)).then(async d=>{if(i.signal.aborted)return;let l={result:d,jsonrpc:"2.0",id:e.id};s&&this._taskMessageQueue?await this._enqueueTaskMessage(s,{type:"response",message:l,timestamp:Date.now()},o?.sessionId):await o?.send(l)},async d=>{if(i.signal.aborted)return;let l={jsonrpc:"2.0",id:e.id,error:{code:Number.isSafeInteger(d.code)?d.code:M.InternalError,message:d.message??"Internal error",...d.data!==void 0&&{data:d.data}}};s&&this._taskMessageQueue?await this._enqueueTaskMessage(s,{type:"error",message:l,timestamp:Date.now()},o?.sessionId):await o?.send(l)}).catch(d=>this._onerror(new Error(`Failed to send response: ${d}`))).finally(()=>{this._requestHandlerAbortControllers.get(e.id)===i&&this._requestHandlerAbortControllers.delete(e.id)})}_onprogress(e){let{progressToken:r,...n}=e.params,o=Number(r),s=this._progressHandlers.get(o);if(!s){this._onerror(new Error(`Received a progress notification for an unknown token: ${JSON.stringify(e)}`));return}let i=this._responseHandlers.get(o),a=this._timeoutInfo.get(o);if(a&&i&&a.resetTimeoutOnProgress)try{this._resetTimeout(o)}catch(c){this._responseHandlers.delete(o),this._progressHandlers.delete(o),this._cleanupTimeout(o),i(c);return}s(n)}_onresponse(e){let r=Number(e.id),n=this._requestResolvers.get(r);if(n){if(this._requestResolvers.delete(r),on(e))n(e);else{let i=new $(e.error.code,e.error.message,e.error.data);n(i)}return}let o=this._responseHandlers.get(r);if(o===void 0){this._onerror(new Error(`Received a response for an unknown message ID: ${JSON.stringify(e)}`));return}this._responseHandlers.delete(r),this._cleanupTimeout(r);let s=!1;if(on(e)&&e.result&&typeof e.result=="object"){let i=e.result;if(i.task&&typeof i.task=="object"){let a=i.task;typeof a.taskId=="string"&&(s=!0,this._taskProgressTokens.set(a.taskId,r))}}if(s||this._progressHandlers.delete(r),on(e))o(e);else{let i=$.fromError(e.error.code,e.error.message,e.error.data);o(i)}}get transport(){return this._transport}async close(){await this._transport?.close()}async*requestStream(e,r,n){let{task:o}=n??{};if(!o){try{yield{type:"result",result:await this.request(e,r,n)}}catch(i){yield{type:"error",error:i instanceof $?i:new $(M.InternalError,String(i))}}return}let s;try{let i=await this.request(e,an,n);if(i.task)s=i.task.taskId,yield{type:"taskCreated",task:i.task};else throw new $(M.InternalError,"Task creation did not return a task");for(;;){let a=await this.getTask({taskId:s},n);if(yield{type:"taskStatus",task:a},Tr(a.status)){a.status==="completed"?yield{type:"result",result:await this.getTaskResult({taskId:s},r,n)}:a.status==="failed"?yield{type:"error",error:new $(M.InternalError,`Task ${s} failed`)}:a.status==="cancelled"&&(yield{type:"error",error:new $(M.InternalError,`Task ${s} was cancelled`)});return}if(a.status==="input_required"){yield{type:"result",result:await this.getTaskResult({taskId:s},r,n)};return}let c=a.pollInterval??this._options?.defaultTaskPollInterval??1e3;await new Promise(u=>setTimeout(u,c)),n?.signal?.throwIfAborted()}}catch(i){yield{type:"error",error:i instanceof $?i:new $(M.InternalError,String(i))}}}request(e,r,n){let{relatedRequestId:o,resumptionToken:s,onresumptiontoken:i,task:a,relatedTask:c}=n??{};return new Promise((u,d)=>{let l=w=>{d(w)};if(!this._transport){l(new Error("Not connected"));return}if(this._options?.enforceStrictCapabilities===!0)try{this.assertCapabilityForMethod(e.method),a&&this.assertTaskCapability(e.method)}catch(w){l(w);return}n?.signal?.throwIfAborted();let f=this._requestMessageId++,p={...e,jsonrpc:"2.0",id:f};n?.onprogress&&(this._progressHandlers.set(f,n.onprogress),p.params={...e.params,_meta:{...e.params?._meta||{},progressToken:f}}),a&&(p.params={...p.params,task:a}),c&&(p.params={...p.params,_meta:{...p.params?._meta||{},[kr]:c}});let h=w=>{this._responseHandlers.delete(f),this._progressHandlers.delete(f),this._cleanupTimeout(f),this._transport?.send({jsonrpc:"2.0",method:"notifications/cancelled",params:{requestId:f,reason:String(w)}},{relatedRequestId:o,resumptionToken:s,onresumptiontoken:i}).catch(k=>this._onerror(new Error(`Failed to send cancellation: ${k}`)));let b=w instanceof $?w:new $(M.RequestTimeout,String(w));d(b)};this._responseHandlers.set(f,w=>{if(!n?.signal?.aborted){if(w instanceof Error)return d(w);try{let b=kt(r,w.result);b.success?u(b.data):d(b.error)}catch(b){d(b)}}}),n?.signal?.addEventListener("abort",()=>{h(n?.signal?.reason)});let m=n?.timeout??UO,y=()=>h($.fromError(M.RequestTimeout,"Request timed out",{timeout:m}));this._setupTimeout(f,m,n?.maxTotalTimeout,y,n?.resetTimeoutOnProgress??!1);let _=c?.taskId;if(_){let w=b=>{let k=this._responseHandlers.get(f);k?k(b):this._onerror(new Error(`Response handler missing for side-channeled request ${f}`))};this._requestResolvers.set(f,w),this._enqueueTaskMessage(_,{type:"request",message:p,timestamp:Date.now()}).catch(b=>{this._cleanupTimeout(f),d(b)})}else this._transport.send(p,{relatedRequestId:o,resumptionToken:s,onresumptiontoken:i}).catch(w=>{this._cleanupTimeout(f),d(w)})})}async getTask(e,r){return this.request({method:"tasks/get",params:e},Da,r)}async getTaskResult(e,r,n){return this.request({method:"tasks/result",params:e},r,n)}async listTasks(e,r){return this.request({method:"tasks/list",params:e},Ua,r)}async cancelTask(e,r){return this.request({method:"tasks/cancel",params:e},kw,r)}async notification(e,r){if(!this._transport)throw new Error("Not connected");this.assertNotificationCapability(e.method);let n=r?.relatedTask?.taskId;if(n){let a={...e,jsonrpc:"2.0",params:{...e.params,_meta:{...e.params?._meta||{},[kr]:r.relatedTask}}};await this._enqueueTaskMessage(n,{type:"notification",message:a,timestamp:Date.now()});return}if((this._options?.debouncedNotificationMethods??[]).includes(e.method)&&!e.params&&!r?.relatedRequestId&&!r?.relatedTask){if(this._pendingDebouncedNotifications.has(e.method))return;this._pendingDebouncedNotifications.add(e.method),Promise.resolve().then(()=>{if(this._pendingDebouncedNotifications.delete(e.method),!this._transport)return;let a={...e,jsonrpc:"2.0"};r?.relatedTask&&(a={...a,params:{...a.params,_meta:{...a.params?._meta||{},[kr]:r.relatedTask}}}),this._transport?.send(a,r).catch(c=>this._onerror(c))});return}let i={...e,jsonrpc:"2.0"};r?.relatedTask&&(i={...i,params:{...i.params,_meta:{...i.params?._meta||{},[kr]:r.relatedTask}}}),await this._transport.send(i,r)}setRequestHandler(e,r){let n=Ll(e);this.assertRequestHandlerCapability(n),this._requestHandlers.set(n,(o,s)=>{let i=jl(e,o);return Promise.resolve(r(i,s))})}removeRequestHandler(e){this._requestHandlers.delete(e)}assertCanSetRequestHandler(e){if(this._requestHandlers.has(e))throw new Error(`A request handler for ${e} already exists, which would be overridden`)}setNotificationHandler(e,r){let n=Ll(e);this._notificationHandlers.set(n,o=>{let s=jl(e,o);return Promise.resolve(r(s))})}removeNotificationHandler(e){this._notificationHandlers.delete(e)}_cleanupTaskProgressHandler(e){let r=this._taskProgressTokens.get(e);r!==void 0&&(this._progressHandlers.delete(r),this._taskProgressTokens.delete(e))}async _enqueueTaskMessage(e,r,n){if(!this._taskStore||!this._taskMessageQueue)throw new Error("Cannot enqueue task message: taskStore and taskMessageQueue are not configured");let o=this._options?.maxTaskQueueSize;await this._taskMessageQueue.enqueue(e,r,n,o)}async _clearTaskQueue(e,r){if(this._taskMessageQueue){let n=await this._taskMessageQueue.dequeueAll(e,r);for(let o of n)if(o.type==="request"&&_s(o.message)){let s=o.message.id,i=this._requestResolvers.get(s);i?(i(new $(M.InternalError,"Task cancelled or completed")),this._requestResolvers.delete(s)):this._onerror(new Error(`Resolver missing for request ${s} during task ${e} cleanup`))}}}async _waitForTaskUpdate(e,r){let n=this._options?.defaultTaskPollInterval??1e3;try{let o=await this._taskStore?.getTask(e);o?.pollInterval&&(n=o.pollInterval)}catch{}return new Promise((o,s)=>{if(r.aborted){s(new $(M.InvalidRequest,"Request cancelled"));return}let i=setTimeout(o,n);r.addEventListener("abort",()=>{clearTimeout(i),s(new $(M.InvalidRequest,"Request cancelled"))},{once:!0})})}requestTaskStore(e,r){let n=this._taskStore;if(!n)throw new Error("No task store configured");return{createTask:async o=>{if(!e)throw new Error("No request provided");return await n.createTask(o,e.id,{method:e.method,params:e.params},r)},getTask:async o=>{let s=await n.getTask(o,r);if(!s)throw new $(M.InvalidParams,"Failed to retrieve task: Task not found");return s},storeTaskResult:async(o,s,i)=>{await n.storeTaskResult(o,s,i,r);let a=await n.getTask(o,r);if(a){let c=Ps.parse({method:"notifications/tasks/status",params:a});await this.notification(c),Tr(a.status)&&this._cleanupTaskProgressHandler(o)}},getTaskResult:o=>n.getTaskResult(o,r),updateTaskStatus:async(o,s,i)=>{let a=await n.getTask(o,r);if(!a)throw new $(M.InvalidParams,`Task "${o}" not found - it may have been cleaned up`);if(Tr(a.status))throw new $(M.InvalidParams,`Cannot update task "${o}" from terminal status "${a.status}" to "${s}". Terminal states (completed, failed, cancelled) cannot transition to other states.`);await n.updateTaskStatus(o,s,i,r);let c=await n.getTask(o,r);if(c){let u=Ps.parse({method:"notifications/tasks/status",params:c});await this.notification(u),Tr(c.status)&&this._cleanupTaskProgressHandler(o)}},listTasks:o=>n.listTasks(o,r)}}};function zw(t){return t!==null&&typeof t=="object"&&!Array.isArray(t)}function Nw(t,e){let r={...t};for(let n in e){let o=n,s=e[o];if(s===void 0)continue;let i=r[o];zw(i)&&zw(s)?r[o]={...i,...s}:r[o]=s}return r}var xP=Ti(xp(),1),kP=Ti(CP(),1);function Z1(){let t=new xP.default({strict:!1,validateFormats:!0,validateSchema:!1,allErrors:!0});return(0,kP.default)(t),t}var Cc=class{constructor(e){this._ajv=e??Z1()}getValidator(e){let r="$id"in e&&typeof e.$id=="string"?this._ajv.getSchema(e.$id)??this._ajv.compile(e):this._ajv.compile(e);return n=>r(n)?{valid:!0,data:n,errorMessage:void 0}:{valid:!1,data:void 0,errorMessage:this._ajv.errorsText(r.errors)}}};var xc=class{constructor(e){this._client=e}async*callToolStream(e,r=cn,n){let o=this._client,s={...n,task:n?.task??(o.isToolTask(e.name)?{}:void 0)},i=o.requestStream({method:"tools/call",params:e},r,s),a=o.getToolOutputValidator(e.name);for await(let c of i){if(c.type==="result"&&a){let u=c.result;if(!u.structuredContent&&!u.isError){yield{type:"error",error:new $(M.InvalidRequest,`Tool ${e.name} has an output schema but did not return structured content`)};return}if(u.structuredContent)try{let d=a(u.structuredContent);if(!d.valid){yield{type:"error",error:new $(M.InvalidParams,`Structured content does not match the tool's output schema: ${d.errorMessage}`)};return}}catch(d){if(d instanceof $){yield{type:"error",error:d};return}yield{type:"error",error:new $(M.InvalidParams,`Failed to validate structured content: ${d instanceof Error?d.message:String(d)}`)};return}}yield c}}async getTask(e,r){return this._client.getTask({taskId:e},r)}async getTaskResult(e,r,n){return this._client.getTaskResult({taskId:e},r,n)}async listTasks(e,r){return this._client.listTasks(e?{cursor:e}:void 0,r)}async cancelTask(e,r){return this._client.cancelTask({taskId:e},r)}requestStream(e,r,n){return this._client.requestStream(e,r,n)}};function EP(t,e,r){if(!t)throw new Error(`${r} does not support task creation (required for ${e})`);switch(e){case"tools/call":if(!t.tools?.call)throw new Error(`${r} does not support task creation for tools/call (required for ${e})`);break;default:break}}function TP(t,e,r){if(!t)throw new Error(`${r} does not support task creation (required for ${e})`);switch(e){case"sampling/createMessage":if(!t.sampling?.createMessage)throw new Error(`${r} does not support task creation for sampling/createMessage (required for ${e})`);break;case"elicitation/create":if(!t.elicitation?.create)throw new Error(`${r} does not support task creation for elicitation/create (required for ${e})`);break;default:break}}function kc(t,e){if(!(!t||e===null||typeof e!="object")){if(t.type==="object"&&t.properties&&typeof t.properties=="object"){let r=e,n=t.properties;for(let o of Object.keys(n)){let s=n[o];r[o]===void 0&&Object.prototype.hasOwnProperty.call(s,"default")&&(r[o]=s.default),r[o]!==void 0&&kc(s,r[o])}}if(Array.isArray(t.anyOf))for(let r of t.anyOf)typeof r!="boolean"&&kc(r,e);if(Array.isArray(t.oneOf))for(let r of t.oneOf)typeof r!="boolean"&&kc(r,e)}}function B1(t){if(!t)return{supportsFormMode:!1,supportsUrlMode:!1};let e=t.form!==void 0,r=t.url!==void 0;return{supportsFormMode:e||!e&&!r,supportsUrlMode:r}}var Ec=class extends qa{constructor(e,r){super(r),this._clientInfo=e,this._cachedToolOutputValidators=new Map,this._cachedKnownTaskTools=new Set,this._cachedRequiredTaskTools=new Set,this._listChangedDebounceTimers=new Map,this._capabilities=r?.capabilities??{},this._jsonSchemaValidator=r?.jsonSchemaValidator??new Cc,r?.listChanged&&(this._pendingListChangedConfig=r.listChanged)}_setupListChangedHandlers(e){e.tools&&this._serverCapabilities?.tools?.listChanged&&this._setupListChangedHandler("tools",xs,e.tools,async()=>(await this.listTools()).tools),e.prompts&&this._serverCapabilities?.prompts?.listChanged&&this._setupListChangedHandler("prompts",Al,e.prompts,async()=>(await this.listPrompts()).prompts),e.resources&&this._serverCapabilities?.resources?.listChanged&&this._setupListChangedHandler("resources",Rl,e.resources,async()=>(await this.listResources()).resources)}get experimental(){return this._experimental||(this._experimental={tasks:new xc(this)}),this._experimental}registerCapabilities(e){if(this.transport)throw new Error("Cannot register capabilities after connecting to transport");this._capabilities=Nw(this._capabilities,e)}setRequestHandler(e,r){let o=Pa(e)?.method;if(!o)throw new Error("Schema is missing a method literal");let s=Ca(o);if(typeof s!="string")throw new Error("Schema method literal must be a string");let i=s;if(i==="elicitation/create"){let a=async(c,u)=>{let d=kt(zl,c);if(!d.success){let w=d.error instanceof Error?d.error.message:String(d.error);throw new $(M.InvalidParams,`Invalid elicitation request: ${w}`)}let{params:l}=d.data;l.mode=l.mode??"form";let{supportsFormMode:f,supportsUrlMode:p}=B1(this._capabilities.elicitation);if(l.mode==="form"&&!f)throw new $(M.InvalidParams,"Client does not support form-mode elicitation requests");if(l.mode==="url"&&!p)throw new $(M.InvalidParams,"Client does not support URL-mode elicitation requests");let h=await Promise.resolve(r(c,u));if(l.task){let w=kt(an,h);if(!w.success){let b=w.error instanceof Error?w.error.message:String(w.error);throw new $(M.InvalidParams,`Invalid task creation result: ${b}`)}return w.data}let m=kt(Nl,h);if(!m.success){let w=m.error instanceof Error?m.error.message:String(m.error);throw new $(M.InvalidParams,`Invalid elicitation result: ${w}`)}let y=m.data,_=l.mode==="form"?l.requestedSchema:void 0;if(l.mode==="form"&&y.action==="accept"&&y.content&&_&&this._capabilities.elicitation?.form?.applyDefaults)try{kc(_,y.content)}catch{}return y};return super.setRequestHandler(e,a)}if(i==="sampling/createMessage"){let a=async(c,u)=>{let d=kt(Ml,c);if(!d.success){let y=d.error instanceof Error?d.error.message:String(d.error);throw new $(M.InvalidParams,`Invalid sampling request: ${y}`)}let{params:l}=d.data,f=await Promise.resolve(r(c,u));if(l.task){let y=kt(an,f);if(!y.success){let _=y.error instanceof Error?y.error.message:String(y.error);throw new $(M.InvalidParams,`Invalid task creation result: ${_}`)}return y.data}let h=l.tools||l.toolChoice?Ol:Il,m=kt(h,f);if(!m.success){let y=m.error instanceof Error?m.error.message:String(m.error);throw new $(M.InvalidParams,`Invalid sampling result: ${y}`)}return m.data};return super.setRequestHandler(e,a)}return super.setRequestHandler(e,r)}assertCapability(e,r){if(!this._serverCapabilities?.[e])throw new Error(`Server does not support ${e} (required for ${r})`)}async connect(e,r){if(await super.connect(e),e.sessionId===void 0)try{let n=await this.request({method:"initialize",params:{protocolVersion:ro,capabilities:this._capabilities,clientInfo:this._clientInfo}},yl,r);if(n===void 0)throw new Error(`Server sent invalid initialize result: ${n}`);if(!gw.includes(n.protocolVersion))throw new Error(`Server's protocol version is not supported: ${n.protocolVersion}`);this._serverCapabilities=n.capabilities,this._serverVersion=n.serverInfo,e.setProtocolVersion&&e.setProtocolVersion(n.protocolVersion),this._instructions=n.instructions,await this.notification({method:"notifications/initialized"}),this._pendingListChangedConfig&&(this._setupListChangedHandlers(this._pendingListChangedConfig),this._pendingListChangedConfig=void 0)}catch(n){throw this.close(),n}}getServerCapabilities(){return this._serverCapabilities}getServerVersion(){return this._serverVersion}getInstructions(){return this._instructions}assertCapabilityForMethod(e){switch(e){case"logging/setLevel":if(!this._serverCapabilities?.logging)throw new Error(`Server does not support logging (required for ${e})`);break;case"prompts/get":case"prompts/list":if(!this._serverCapabilities?.prompts)throw new Error(`Server does not support prompts (required for ${e})`);break;case"resources/list":case"resources/templates/list":case"resources/read":case"resources/subscribe":case"resources/unsubscribe":if(!this._serverCapabilities?.resources)throw new Error(`Server does not support resources (required for ${e})`);if(e==="resources/subscribe"&&!this._serverCapabilities.resources.subscribe)throw new Error(`Server does not support resource subscriptions (required for ${e})`);break;case"tools/call":case"tools/list":if(!this._serverCapabilities?.tools)throw new Error(`Server does not support tools (required for ${e})`);break;case"completion/complete":if(!this._serverCapabilities?.completions)throw new Error(`Server does not support completions (required for ${e})`);break;case"initialize":break;case"ping":break}}assertNotificationCapability(e){switch(e){case"notifications/roots/list_changed":if(!this._capabilities.roots?.listChanged)throw new Error(`Client does not support roots list changed notifications (required for ${e})`);break;case"notifications/initialized":break;case"notifications/cancelled":break;case"notifications/progress":break}}assertRequestHandlerCapability(e){if(this._capabilities)switch(e){case"sampling/createMessage":if(!this._capabilities.sampling)throw new Error(`Client does not support sampling capability (required for ${e})`);break;case"elicitation/create":if(!this._capabilities.elicitation)throw new Error(`Client does not support elicitation capability (required for ${e})`);break;case"roots/list":if(!this._capabilities.roots)throw new Error(`Client does not support roots capability (required for ${e})`);break;case"tasks/get":case"tasks/list":case"tasks/result":case"tasks/cancel":if(!this._capabilities.tasks)throw new Error(`Client does not support tasks capability (required for ${e})`);break;case"ping":break}}assertTaskCapability(e){EP(this._serverCapabilities?.tasks?.requests,e,"Server")}assertTaskHandlerCapability(e){this._capabilities&&TP(this._capabilities.tasks?.requests,e,"Client")}async ping(e){return this.request({method:"ping"},sn,e)}async complete(e,r){return this.request({method:"completion/complete",params:e},Dl,r)}async setLoggingLevel(e,r){return this.request({method:"logging/setLevel",params:{level:e}},sn,r)}async getPrompt(e,r){return this.request({method:"prompts/get",params:e},Tl,r)}async listPrompts(e,r){return this.request({method:"prompts/list",params:e},Pl,r)}async listResources(e,r){return this.request({method:"resources/list",params:e},_l,r)}async listResourceTemplates(e,r){return this.request({method:"resources/templates/list",params:e},Sl,r)}async readResource(e,r){return this.request({method:"resources/read",params:e},bl,r)}async subscribeResource(e,r){return this.request({method:"resources/subscribe",params:e},sn,r)}async unsubscribeResource(e,r){return this.request({method:"resources/unsubscribe",params:e},sn,r)}async callTool(e,r=cn,n){if(this.isToolTaskRequired(e.name))throw new $(M.InvalidRequest,`Tool "${e.name}" requires task-based execution. Use client.experimental.tasks.callToolStream() instead.`);let o=await this.request({method:"tools/call",params:e},r,n),s=this.getToolOutputValidator(e.name);if(s){if(!o.structuredContent&&!o.isError)throw new $(M.InvalidRequest,`Tool ${e.name} has an output schema but did not return structured content`);if(o.structuredContent)try{let i=s(o.structuredContent);if(!i.valid)throw new $(M.InvalidParams,`Structured content does not match the tool's output schema: ${i.errorMessage}`)}catch(i){throw i instanceof $?i:new $(M.InvalidParams,`Failed to validate structured content: ${i instanceof Error?i.message:String(i)}`)}}return o}isToolTask(e){return this._serverCapabilities?.tasks?.requests?.tools?.call?this._cachedKnownTaskTools.has(e):!1}isToolTaskRequired(e){return this._cachedRequiredTaskTools.has(e)}cacheToolMetadata(e){this._cachedToolOutputValidators.clear(),this._cachedKnownTaskTools.clear(),this._cachedRequiredTaskTools.clear();for(let r of e){if(r.outputSchema){let o=this._jsonSchemaValidator.getValidator(r.outputSchema);this._cachedToolOutputValidators.set(r.name,o)}let n=r.execution?.taskSupport;(n==="required"||n==="optional")&&this._cachedKnownTaskTools.add(r.name),n==="required"&&this._cachedRequiredTaskTools.add(r.name)}}getToolOutputValidator(e){return this._cachedToolOutputValidators.get(e)}async listTools(e,r){let n=await this.request({method:"tools/list",params:e},$l,r);return this.cacheToolMetadata(n.tools),n}_setupListChangedHandler(e,r,n,o){let s=Iw.safeParse(n);if(!s.success)throw new Error(`Invalid ${e} listChanged options: ${s.error.message}`);if(typeof n.onChanged!="function")throw new Error(`Invalid ${e} listChanged options: onChanged must be a function`);let{autoRefresh:i,debounceMs:a}=s.data,{onChanged:c}=n,u=async()=>{if(!i){c(null,null);return}try{let l=await o();c(null,l)}catch(l){let f=l instanceof Error?l:new Error(String(l));c(f,null)}},d=()=>{if(a){let l=this._listChangedDebounceTimers.get(e);l&&clearTimeout(l);let f=setTimeout(u,a);this._listChangedDebounceTimers.set(e,f)}else u()};this.setNotificationHandler(r,d)}async sendRootsListChanged(){return this.notification({method:"notifications/roots/list_changed"})}};var ni=class extends Error{constructor(e,r){super(e),this.name="ParseError",this.type=r.type,this.field=r.field,this.value=r.value,this.line=r.line}},AP=10,V1=13,Sn=32;function Op(t){}function Tc(t){if(typeof t=="function")throw new TypeError("`config` must be an object, got a function instead. Did you mean `createParser({onEvent: fn})`?");let{onEvent:e=Op,onError:r=Op,onRetry:n=Op,onComment:o,maxBufferSize:s}=t,i=[],a=0,c=!0,u,d="",l=0,f,p=!1;function h(S){if(p)throw new Error("Cannot feed parser: it was terminated after exceeding the configured max buffer size. Call `reset()` to resume parsing.");if(c&&(c=!1,S.charCodeAt(0)===239&&S.charCodeAt(1)===187&&S.charCodeAt(2)===191&&(S=S.slice(3))),i.length===0){let re=y(S);re!==""&&(i.push(re),a=re.length),m();return}if(S.indexOf(`
88
+ `)===-1&&S.indexOf("\r")===-1){i.push(S),a+=S.length,m();return}i.push(S);let P=i.join("");i.length=0,a=0;let I=y(P);I!==""&&(i.push(I),a=I.length),m()}function m(){s!==void 0&&(a+d.length<=s||(p=!0,i.length=0,a=0,u=void 0,d="",l=0,f=void 0,r(new ni(`Buffered data exceeded max buffer size of ${s} characters`,{type:"max-buffer-size-exceeded"}))))}function y(S){let P=0;if(S.indexOf("\r")===-1){let I=S.indexOf(`
89
+ `,P);for(;I!==-1;){if(P===I){l>0&&e({id:u,event:f,data:d}),u=void 0,d="",l=0,f=void 0,P=I+1,I=S.indexOf(`
90
+ `,P);continue}let re=S.charCodeAt(P);if($P(S,P,re)){let fe=S.charCodeAt(P+5)===Sn?P+6:P+5,be=S.slice(fe,I);if(l===0&&S.charCodeAt(I+1)===AP){e({id:u,event:f,data:be}),u=void 0,d="",f=void 0,P=I+2,I=S.indexOf(`
91
+ `,P);continue}d=l===0?be:`${d}
92
+ ${be}`,l++}else MP(S,P,re)?f=S.slice(S.charCodeAt(P+6)===Sn?P+7:P+6,I)||void 0:_(S,P,I);P=I+1,I=S.indexOf(`
93
+ `,P)}return S.slice(P)}for(;P<S.length;){let I=S.indexOf("\r",P),re=S.indexOf(`
94
+ `,P),fe=-1;if(I!==-1&&re!==-1?fe=I<re?I:re:I!==-1?I===S.length-1?fe=-1:fe=I:re!==-1&&(fe=re),fe===-1)break;_(S,P,fe),P=fe+1,S.charCodeAt(P-1)===V1&&S.charCodeAt(P)===AP&&P++}return S.slice(P)}function _(S,P,I){if(P===I){b();return}let re=S.charCodeAt(P);if($P(S,P,re)){let fr=S.charCodeAt(P+5)===Sn?P+6:P+5,Wh=S.slice(fr,I);d=l===0?Wh:`${d}
95
+ ${Wh}`,l++;return}if(MP(S,P,re)){f=S.slice(S.charCodeAt(P+6)===Sn?P+7:P+6,I)||void 0;return}if(re===105&&S.charCodeAt(P+1)===100&&S.charCodeAt(P+2)===58){let fr=S.slice(S.charCodeAt(P+3)===Sn?P+4:P+3,I);u=fr.includes("\0")?void 0:fr;return}if(re===58){if(o){let fr=S.slice(P,I);o(fr.slice(S.charCodeAt(P+1)===Sn?2:1))}return}let fe=S.slice(P,I),be=fe.indexOf(":");if(be===-1){w(fe,"",fe);return}let Fr=fe.slice(0,be),qr=fe.charCodeAt(be+1)===Sn?2:1,ut=fe.slice(be+qr);w(Fr,ut,fe)}function w(S,P,I){switch(S){case"event":f=P||void 0;break;case"data":d=l===0?P:`${d}
96
+ ${P}`,l++;break;case"id":u=P.includes("\0")?void 0:P;break;case"retry":/^\d+$/.test(P)?n(parseInt(P,10)):r(new ni(`Invalid \`retry\` value: "${P}"`,{type:"invalid-retry",value:P,line:I}));break;default:r(new ni(`Unknown field "${S.length>20?`${S.slice(0,20)}\u2026`:S}"`,{type:"unknown-field",field:S,value:P,line:I}));break}}function b(){l>0&&e({id:u,event:f,data:d}),u=void 0,d="",l=0,f=void 0}function k(S={}){if(S.consume&&i.length>0){let P=i.join("");_(P,0,P.length)}c=!0,u=void 0,d="",l=0,f=void 0,i.length=0,a=0,p=!1}return{feed:h,reset:k}}function $P(t,e,r){return r===100&&t.charCodeAt(e+1)===97&&t.charCodeAt(e+2)===116&&t.charCodeAt(e+3)===97&&t.charCodeAt(e+4)===58}function MP(t,e,r){return r===101&&t.charCodeAt(e+1)===118&&t.charCodeAt(e+2)===101&&t.charCodeAt(e+3)===110&&t.charCodeAt(e+4)===116&&t.charCodeAt(e+5)===58}var $c=class extends Event{constructor(e,r){var n,o;super(e),this.code=(n=r?.code)!=null?n:void 0,this.message=(o=r?.message)!=null?o:void 0}[Symbol.for("nodejs.util.inspect.custom")](e,r,n){return n(IP(this),r)}[Symbol.for("Deno.customInspect")](e,r){return e(IP(this),r)}};function W1(t){let e=globalThis.DOMException;return typeof e=="function"?new e(t,"SyntaxError"):new SyntaxError(t)}function zp(t){return t instanceof Error?"errors"in t&&Array.isArray(t.errors)?t.errors.map(zp).join(", "):"cause"in t&&t.cause instanceof Error?`${t}: ${zp(t.cause)}`:t.message:`${t}`}function IP(t){return{type:t.type,message:t.message,code:t.code,defaultPrevented:t.defaultPrevented,cancelable:t.cancelable,timeStamp:t.timeStamp}}var zP=t=>{throw TypeError(t)},Hp=(t,e,r)=>e.has(t)||zP("Cannot "+r),U=(t,e,r)=>(Hp(t,e,"read from private field"),r?r.call(t):e.get(t)),Ee=(t,e,r)=>e.has(t)?zP("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(t):e.set(t,r),ye=(t,e,r,n)=>(Hp(t,e,"write to private field"),e.set(t,r),r),ur=(t,e,r)=>(Hp(t,e,"access private method"),r),tt,wn,bo,Ac,Mc,ii,Co,ai,Lr,Ro,xo,Po,oi,It,Np,Dp,Lp,OP,jp,Up,si,Fp,qp,bn=class extends EventTarget{constructor(e,r){var n,o;super(),Ee(this,It),this.CONNECTING=0,this.OPEN=1,this.CLOSED=2,Ee(this,tt),Ee(this,wn),Ee(this,bo),Ee(this,Ac),Ee(this,Mc),Ee(this,ii),Ee(this,Co),Ee(this,ai,null),Ee(this,Lr),Ee(this,Ro),Ee(this,xo,null),Ee(this,Po,null),Ee(this,oi,null),Ee(this,Dp,async s=>{var i;U(this,Ro).reset();let{body:a,redirected:c,status:u,headers:d}=s;if(u===204){ur(this,It,si).call(this,"Server sent HTTP 204, not reconnecting",204),this.close();return}if(c?ye(this,bo,new URL(s.url)):ye(this,bo,void 0),u!==200){ur(this,It,si).call(this,`Non-200 status code (${u})`,u);return}if(!(d.get("content-type")||"").startsWith("text/event-stream")){ur(this,It,si).call(this,'Invalid content type, expected "text/event-stream"',u);return}if(U(this,tt)===this.CLOSED)return;ye(this,tt,this.OPEN);let l=new Event("open");if((i=U(this,oi))==null||i.call(this,l),this.dispatchEvent(l),typeof a!="object"||!a||!("getReader"in a)){ur(this,It,si).call(this,"Invalid response body, expected a web ReadableStream",u),this.close();return}let f=new TextDecoder,p=a.getReader(),h=!0;do{let{done:m,value:y}=await p.read();y&&U(this,Ro).feed(f.decode(y,{stream:!m})),m&&(h=!1,U(this,Ro).reset(),ur(this,It,Fp).call(this))}while(h)}),Ee(this,Lp,s=>{ye(this,Lr,void 0),!(s.name==="AbortError"||s.type==="aborted")&&ur(this,It,Fp).call(this,zp(s))}),Ee(this,jp,s=>{typeof s.id=="string"&&ye(this,ai,s.id);let i=new MessageEvent(s.event||"message",{data:s.data,origin:U(this,bo)?U(this,bo).origin:U(this,wn).origin,lastEventId:s.id||""});U(this,Po)&&(!s.event||s.event==="message")&&U(this,Po).call(this,i),this.dispatchEvent(i)}),Ee(this,Up,s=>{ye(this,ii,s)}),Ee(this,qp,()=>{ye(this,Co,void 0),U(this,tt)===this.CONNECTING&&ur(this,It,Np).call(this)});try{if(e instanceof URL)ye(this,wn,e);else if(typeof e=="string")ye(this,wn,new URL(e,K1()));else throw new Error("Invalid URL")}catch{throw W1("An invalid or illegal string was specified")}ye(this,Ro,Tc({onEvent:U(this,jp),onRetry:U(this,Up)})),ye(this,tt,this.CONNECTING),ye(this,ii,3e3),ye(this,Mc,(n=r?.fetch)!=null?n:globalThis.fetch),ye(this,Ac,(o=r?.withCredentials)!=null?o:!1),ur(this,It,Np).call(this)}get readyState(){return U(this,tt)}get url(){return U(this,wn).href}get withCredentials(){return U(this,Ac)}get onerror(){return U(this,xo)}set onerror(e){ye(this,xo,e)}get onmessage(){return U(this,Po)}set onmessage(e){ye(this,Po,e)}get onopen(){return U(this,oi)}set onopen(e){ye(this,oi,e)}addEventListener(e,r,n){let o=r;super.addEventListener(e,o,n)}removeEventListener(e,r,n){let o=r;super.removeEventListener(e,o,n)}close(){U(this,Co)&&clearTimeout(U(this,Co)),U(this,tt)!==this.CLOSED&&(U(this,Lr)&&U(this,Lr).abort(),ye(this,tt,this.CLOSED),ye(this,Lr,void 0))}};tt=new WeakMap,wn=new WeakMap,bo=new WeakMap,Ac=new WeakMap,Mc=new WeakMap,ii=new WeakMap,Co=new WeakMap,ai=new WeakMap,Lr=new WeakMap,Ro=new WeakMap,xo=new WeakMap,Po=new WeakMap,oi=new WeakMap,It=new WeakSet,Np=function(){ye(this,tt,this.CONNECTING),ye(this,Lr,new AbortController),U(this,Mc)(U(this,wn),ur(this,It,OP).call(this)).then(U(this,Dp)).catch(U(this,Lp))},Dp=new WeakMap,Lp=new WeakMap,OP=function(){var t;let e={mode:"cors",redirect:"follow",headers:{Accept:"text/event-stream",...U(this,ai)?{"Last-Event-ID":U(this,ai)}:void 0},cache:"no-store",signal:(t=U(this,Lr))==null?void 0:t.signal};return"window"in globalThis&&(e.credentials=this.withCredentials?"include":"same-origin"),e},jp=new WeakMap,Up=new WeakMap,si=function(t,e){var r;U(this,tt)!==this.CLOSED&&ye(this,tt,this.CLOSED);let n=new $c("error",{code:e,message:t});(r=U(this,xo))==null||r.call(this,n),this.dispatchEvent(n)},Fp=function(t,e){var r;if(U(this,tt)===this.CLOSED)return;ye(this,tt,this.CONNECTING);let n=new $c("error",{code:e,message:t});(r=U(this,xo))==null||r.call(this,n),this.dispatchEvent(n),ye(this,Co,setTimeout(U(this,qp),U(this,ii)))},qp=new WeakMap,bn.CONNECTING=0,bn.OPEN=1,bn.CLOSED=2;function K1(){let t="document"in globalThis?globalThis.document:void 0;return t&&typeof t=="object"&&"baseURI"in t&&typeof t.baseURI=="string"?t.baseURI:void 0}function ko(t){return t?t instanceof Headers?Object.fromEntries(t.entries()):Array.isArray(t)?Object.fromEntries(t):{...t}:{}}function Ic(t=fetch,e){return e?async(r,n)=>{let o={...e,...n,headers:n?.headers?{...ko(e.headers),...ko(n.headers)}:e.headers};return t(r,o)}:t}var Gp;Gp=globalThis.crypto?.webcrypto??globalThis.crypto??import("node:crypto").then(t=>t.webcrypto);async function J1(t){return(await Gp).getRandomValues(new Uint8Array(t))}async function Y1(t){let e="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-._~",r=Math.pow(2,8)-Math.pow(2,8)%e.length,n="";for(;n.length<t;){let o=await J1(t-n.length);for(let s of o)s<r&&(n+=e[s%e.length])}return n}async function X1(t){return await Y1(t)}async function Q1(t){let e=await(await Gp).subtle.digest("SHA-256",new TextEncoder().encode(t));return btoa(String.fromCharCode(...new Uint8Array(e))).replace(/\//g,"_").replace(/\+/g,"-").replace(/=/g,"")}async function Zp(t){if(t||(t=43),t<43||t>128)throw`Expected a length between 43 and 128. Received ${t}.`;let e=await X1(t),r=await Q1(e);return{code_verifier:e,code_challenge:r}}var ze=tw().superRefine((t,e)=>{if(!URL.canParse(t))return e.addIssue({code:mw.custom,message:"URL must be parseable",fatal:!0}),gd}).refine(t=>{let e=new URL(t);return e.protocol!=="javascript:"&&e.protocol!=="data:"&&e.protocol!=="vbscript:"},{message:"URL cannot use javascript:, data:, or vbscript: scheme"}),DP=Ce({resource:g().url(),authorization_servers:C(ze).optional(),jwks_uri:g().url().optional(),scopes_supported:C(g()).optional(),bearer_methods_supported:C(g()).optional(),resource_signing_alg_values_supported:C(g()).optional(),resource_name:g().optional(),resource_documentation:g().optional(),resource_policy_uri:g().url().optional(),resource_tos_uri:g().url().optional(),tls_client_certificate_bound_access_tokens:se().optional(),authorization_details_types_supported:C(g()).optional(),dpop_signing_alg_values_supported:C(g()).optional(),dpop_bound_access_tokens_required:se().optional()}),Bp=Ce({issuer:g(),authorization_endpoint:ze,token_endpoint:ze,registration_endpoint:ze.optional(),scopes_supported:C(g()).optional(),response_types_supported:C(g()),response_modes_supported:C(g()).optional(),grant_types_supported:C(g()).optional(),token_endpoint_auth_methods_supported:C(g()).optional(),token_endpoint_auth_signing_alg_values_supported:C(g()).optional(),service_documentation:ze.optional(),revocation_endpoint:ze.optional(),revocation_endpoint_auth_methods_supported:C(g()).optional(),revocation_endpoint_auth_signing_alg_values_supported:C(g()).optional(),introspection_endpoint:g().optional(),introspection_endpoint_auth_methods_supported:C(g()).optional(),introspection_endpoint_auth_signing_alg_values_supported:C(g()).optional(),code_challenge_methods_supported:C(g()).optional(),client_id_metadata_document_supported:se().optional()}),eU=Ce({issuer:g(),authorization_endpoint:ze,token_endpoint:ze,userinfo_endpoint:ze.optional(),jwks_uri:ze,registration_endpoint:ze.optional(),scopes_supported:C(g()).optional(),response_types_supported:C(g()),response_modes_supported:C(g()).optional(),grant_types_supported:C(g()).optional(),acr_values_supported:C(g()).optional(),subject_types_supported:C(g()),id_token_signing_alg_values_supported:C(g()),id_token_encryption_alg_values_supported:C(g()).optional(),id_token_encryption_enc_values_supported:C(g()).optional(),userinfo_signing_alg_values_supported:C(g()).optional(),userinfo_encryption_alg_values_supported:C(g()).optional(),userinfo_encryption_enc_values_supported:C(g()).optional(),request_object_signing_alg_values_supported:C(g()).optional(),request_object_encryption_alg_values_supported:C(g()).optional(),request_object_encryption_enc_values_supported:C(g()).optional(),token_endpoint_auth_methods_supported:C(g()).optional(),token_endpoint_auth_signing_alg_values_supported:C(g()).optional(),display_values_supported:C(g()).optional(),claim_types_supported:C(g()).optional(),claims_supported:C(g()).optional(),service_documentation:g().optional(),claims_locales_supported:C(g()).optional(),ui_locales_supported:C(g()).optional(),claims_parameter_supported:se().optional(),request_parameter_supported:se().optional(),request_uri_parameter_supported:se().optional(),require_request_uri_registration:se().optional(),op_policy_uri:ze.optional(),op_tos_uri:ze.optional(),client_id_metadata_document_supported:se().optional()}),LP=x({...eU.shape,...Bp.pick({code_challenge_methods_supported:!0}).shape}),jP=x({access_token:g(),id_token:g().optional(),token_type:g(),expires_in:Ta.number().optional(),scope:g().optional(),refresh_token:g().optional()}).strip(),UP=x({error:g(),error_description:g().optional(),error_uri:g().optional()}),NP=ze.optional().or(E("").transform(()=>{})),tU=x({redirect_uris:C(ze),token_endpoint_auth_method:g().optional(),grant_types:C(g()).optional(),response_types:C(g()).optional(),client_name:g().optional(),client_uri:ze.optional(),logo_uri:NP,scope:g().optional(),contacts:C(g()).optional(),tos_uri:NP,policy_uri:g().optional(),jwks_uri:ze.optional(),jwks:ow().optional(),software_id:g().optional(),software_version:g().optional(),software_statement:g().optional()}).strip(),rU=x({client_id:g(),client_secret:g().optional(),client_id_issued_at:W().optional(),client_secret_expires_at:W().optional()}).strip(),FP=tU.merge(rU),g5=x({error:g(),error_description:g().optional()}).strip(),y5=x({token:g(),token_type_hint:g().optional()}).strip();function qP(t){let e=typeof t=="string"?new URL(t):new URL(t.href);return e.hash="",e}function HP({requestedResource:t,configuredResource:e}){let r=typeof t=="string"?new URL(t):new URL(t.href),n=typeof e=="string"?new URL(e):new URL(e.href);if(r.origin!==n.origin||r.pathname.length<n.pathname.length)return!1;let o=r.pathname.endsWith("/")?r.pathname:r.pathname+"/",s=n.pathname.endsWith("/")?n.pathname:n.pathname+"/";return o.startsWith(s)}var Se=class extends Error{constructor(e,r){super(e),this.errorUri=r,this.name=this.constructor.name}toResponseObject(){let e={error:this.errorCode,error_description:this.message};return this.errorUri&&(e.error_uri=this.errorUri),e}get errorCode(){return this.constructor.errorCode}},ci=class extends Se{};ci.errorCode="invalid_request";var Rn=class extends Se{};Rn.errorCode="invalid_client";var Pn=class extends Se{};Pn.errorCode="invalid_grant";var Cn=class extends Se{};Cn.errorCode="unauthorized_client";var ui=class extends Se{};ui.errorCode="unsupported_grant_type";var di=class extends Se{};di.errorCode="invalid_scope";var li=class extends Se{};li.errorCode="access_denied";var dr=class extends Se{};dr.errorCode="server_error";var fi=class extends Se{};fi.errorCode="temporarily_unavailable";var pi=class extends Se{};pi.errorCode="unsupported_response_type";var hi=class extends Se{};hi.errorCode="unsupported_token_type";var mi=class extends Se{};mi.errorCode="invalid_token";var gi=class extends Se{};gi.errorCode="method_not_allowed";var yi=class extends Se{};yi.errorCode="too_many_requests";var xn=class extends Se{};xn.errorCode="invalid_client_metadata";var vi=class extends Se{};vi.errorCode="insufficient_scope";var _i=class extends Se{};_i.errorCode="invalid_target";var GP={[ci.errorCode]:ci,[Rn.errorCode]:Rn,[Pn.errorCode]:Pn,[Cn.errorCode]:Cn,[ui.errorCode]:ui,[di.errorCode]:di,[li.errorCode]:li,[dr.errorCode]:dr,[fi.errorCode]:fi,[pi.errorCode]:pi,[hi.errorCode]:hi,[mi.errorCode]:mi,[gi.errorCode]:gi,[yi.errorCode]:yi,[xn.errorCode]:xn,[vi.errorCode]:vi,[_i.errorCode]:_i};var He=class extends Error{constructor(e){super(e??"Unauthorized")}};function nU(t){return["client_secret_basic","client_secret_post","none"].includes(t)}var Vp="code",Wp="S256";function oU(t,e){let r=t.client_secret!==void 0;return"token_endpoint_auth_method"in t&&t.token_endpoint_auth_method&&nU(t.token_endpoint_auth_method)&&(e.length===0||e.includes(t.token_endpoint_auth_method))?t.token_endpoint_auth_method:e.length===0?r?"client_secret_basic":"none":r&&e.includes("client_secret_basic")?"client_secret_basic":r&&e.includes("client_secret_post")?"client_secret_post":e.includes("none")?"none":r?"client_secret_post":"none"}function sU(t,e,r,n){let{client_id:o,client_secret:s}=e;switch(t){case"client_secret_basic":iU(o,s,r);return;case"client_secret_post":aU(o,s,n);return;case"none":cU(o,n);return;default:throw new Error(`Unsupported client authentication method: ${t}`)}}function iU(t,e,r){if(!e)throw new Error("client_secret_basic authentication requires a client_secret");let n=btoa(`${t}:${e}`);r.set("Authorization",`Basic ${n}`)}function aU(t,e,r){r.set("client_id",t),e&&r.set("client_secret",e)}function cU(t,e){e.set("client_id",t)}async function BP(t){let e=t instanceof Response?t.status:void 0,r=t instanceof Response?await t.text():t;try{let n=UP.parse(JSON.parse(r)),{error:o,error_description:s,error_uri:i}=n,a=GP[o]||dr;return new a(s||"",i)}catch(n){let o=`${e?`HTTP ${e}: `:""}Invalid OAuth error response: ${n}. Raw body: ${r}`;return new dr(o)}}async function lr(t,e){try{return await Kp(t,e)}catch(r){if(r instanceof Rn||r instanceof Cn)return await t.invalidateCredentials?.("all"),await Kp(t,e);if(r instanceof Pn)return await t.invalidateCredentials?.("tokens"),await Kp(t,e);throw r}}async function Kp(t,{serverUrl:e,authorizationCode:r,scope:n,resourceMetadataUrl:o,fetchFn:s}){let i=await t.discoveryState?.(),a,c,u,d=o;if(!d&&i?.resourceMetadataUrl&&(d=new URL(i.resourceMetadataUrl)),i?.authorizationServerUrl){if(c=i.authorizationServerUrl,a=i.resourceMetadata,u=i.authorizationServerMetadata??await WP(c,{fetchFn:s}),!a)try{a=await VP(e,{resourceMetadataUrl:d},s)}catch{}(u!==i.authorizationServerMetadata||a!==i.resourceMetadata)&&await t.saveDiscoveryState?.({authorizationServerUrl:String(c),resourceMetadataUrl:d?.toString(),resourceMetadata:a,authorizationServerMetadata:u})}else{let b=await mU(e,{resourceMetadataUrl:d,fetchFn:s});c=b.authorizationServerUrl,u=b.authorizationServerMetadata,a=b.resourceMetadata,await t.saveDiscoveryState?.({authorizationServerUrl:String(c),resourceMetadataUrl:d?.toString(),resourceMetadata:a,authorizationServerMetadata:u})}let l=await dU(e,t,a),f=n||a?.scopes_supported?.join(" ")||t.clientMetadata.scope,p=await Promise.resolve(t.clientInformation());if(!p){if(r!==void 0)throw new Error("Existing OAuth client information is required when exchanging an authorization code");let b=u?.client_id_metadata_document_supported===!0,k=t.clientMetadataUrl;if(k&&!uU(k))throw new xn(`clientMetadataUrl must be a valid HTTPS URL with a non-root pathname, got: ${k}`);if(b&&k)p={client_id:k},await t.saveClientInformation?.(p);else{if(!t.saveClientInformation)throw new Error("OAuth client information must be saveable for dynamic registration");let P=await SU(c,{metadata:u,clientMetadata:t.clientMetadata,scope:f,fetchFn:s});await t.saveClientInformation(P),p=P}}let h=!t.redirectUrl;if(r!==void 0||h){let b=await _U(t,c,{metadata:u,resource:l,authorizationCode:r,fetchFn:s});return await t.saveTokens(b),"AUTHORIZED"}let m=await t.tokens();if(m?.refresh_token)try{let b=await vU(c,{metadata:u,clientInformation:p,refreshToken:m.refresh_token,resource:l,addClientAuthentication:t.addClientAuthentication,fetchFn:s});return await t.saveTokens(b),"AUTHORIZED"}catch(b){if(!(!(b instanceof Se)||b instanceof dr))throw b}let y=t.state?await t.state():void 0,{authorizationUrl:_,codeVerifier:w}=await gU(c,{metadata:u,clientInformation:p,state:y,redirectUrl:t.redirectUrl,scope:f,resource:l});return await t.saveCodeVerifier(w),await t.redirectToAuthorization(_),"REDIRECT"}function uU(t){if(!t)return!1;try{let e=new URL(t);return e.protocol==="https:"&&e.pathname!=="/"}catch{return!1}}async function dU(t,e,r){let n=qP(t);if(e.validateResourceURL)return await e.validateResourceURL(n,r?.resource);if(r){if(!HP({requestedResource:n,configuredResource:r.resource}))throw new Error(`Protected resource ${r.resource} does not match expected ${n} (or origin)`);return new URL(r.resource)}}function Eo(t){let e=t.headers.get("WWW-Authenticate");if(!e)return{};let[r,n]=e.split(" ");if(r.toLowerCase()!=="bearer"||!n)return{};let o=Jp(t,"resource_metadata")||void 0,s;if(o)try{s=new URL(o)}catch{}let i=Jp(t,"scope")||void 0,a=Jp(t,"error")||void 0;return{resourceMetadataUrl:s,scope:i,error:a}}function Jp(t,e){let r=t.headers.get("WWW-Authenticate");if(!r)return null;let n=new RegExp(`${e}=(?:"([^"]+)"|([^\\s,]+))`),o=r.match(n);return o?o[1]||o[2]:null}async function VP(t,e,r=fetch){let n=await pU(t,"oauth-protected-resource",r,{protocolVersion:e?.protocolVersion,metadataUrl:e?.resourceMetadataUrl});if(!n||n.status===404)throw await n?.body?.cancel(),new Error("Resource server does not implement OAuth 2.0 Protected Resource Metadata.");if(!n.ok)throw await n.body?.cancel(),new Error(`HTTP ${n.status} trying to load well-known OAuth protected resource metadata.`);return DP.parse(await n.json())}async function Yp(t,e,r=fetch){try{return await r(t,{headers:e})}catch(n){if(n instanceof TypeError)return e?Yp(t,void 0,r):void 0;throw n}}function lU(t,e="",r={}){return e.endsWith("/")&&(e=e.slice(0,-1)),r.prependPathname?`${e}/.well-known/${t}`:`/.well-known/${t}${e}`}async function ZP(t,e,r=fetch){return await Yp(t,{"MCP-Protocol-Version":e},r)}function fU(t,e){return!t||t.status>=400&&t.status<500&&e!=="/"}async function pU(t,e,r,n){let o=new URL(t),s=n?.protocolVersion??ro,i;if(n?.metadataUrl)i=new URL(n.metadataUrl);else{let c=lU(e,o.pathname);i=new URL(c,n?.metadataServerUrl??o),i.search=o.search}let a=await ZP(i,s,r);if(!n?.metadataUrl&&fU(a,o.pathname)){let c=new URL(`/.well-known/${e}`,o);a=await ZP(c,s,r)}return a}function hU(t){let e=typeof t=="string"?new URL(t):t,r=e.pathname!=="/",n=[];if(!r)return n.push({url:new URL("/.well-known/oauth-authorization-server",e.origin),type:"oauth"}),n.push({url:new URL("/.well-known/openid-configuration",e.origin),type:"oidc"}),n;let o=e.pathname;return o.endsWith("/")&&(o=o.slice(0,-1)),n.push({url:new URL(`/.well-known/oauth-authorization-server${o}`,e.origin),type:"oauth"}),n.push({url:new URL(`/.well-known/openid-configuration${o}`,e.origin),type:"oidc"}),n.push({url:new URL(`${o}/.well-known/openid-configuration`,e.origin),type:"oidc"}),n}async function WP(t,{fetchFn:e=fetch,protocolVersion:r=ro}={}){let n={"MCP-Protocol-Version":r,Accept:"application/json"},o=hU(t);for(let{url:s,type:i}of o){let a=await Yp(s,n,e);if(a){if(!a.ok){if(await a.body?.cancel(),a.status>=400&&a.status<500)continue;throw new Error(`HTTP ${a.status} trying to load ${i==="oauth"?"OAuth":"OpenID provider"} metadata from ${s}`)}return i==="oauth"?Bp.parse(await a.json()):LP.parse(await a.json())}}}async function mU(t,e){let r,n;try{r=await VP(t,{resourceMetadataUrl:e?.resourceMetadataUrl},e?.fetchFn),r.authorization_servers&&r.authorization_servers.length>0&&(n=r.authorization_servers[0])}catch{}n||(n=String(new URL("/",t)));let o=await WP(n,{fetchFn:e?.fetchFn});return{authorizationServerUrl:n,authorizationServerMetadata:o,resourceMetadata:r}}async function gU(t,{metadata:e,clientInformation:r,redirectUrl:n,scope:o,state:s,resource:i}){let a;if(e){if(a=new URL(e.authorization_endpoint),!e.response_types_supported.includes(Vp))throw new Error(`Incompatible auth server: does not support response type ${Vp}`);if(e.code_challenge_methods_supported&&!e.code_challenge_methods_supported.includes(Wp))throw new Error(`Incompatible auth server: does not support code challenge method ${Wp}`)}else a=new URL("/authorize",t);let c=await Zp(),u=c.code_verifier,d=c.code_challenge;return a.searchParams.set("response_type",Vp),a.searchParams.set("client_id",r.client_id),a.searchParams.set("code_challenge",d),a.searchParams.set("code_challenge_method",Wp),a.searchParams.set("redirect_uri",String(n)),s&&a.searchParams.set("state",s),o&&a.searchParams.set("scope",o),o?.includes("offline_access")&&a.searchParams.append("prompt","consent"),i&&a.searchParams.set("resource",i.href),{authorizationUrl:a,codeVerifier:u}}function yU(t,e,r){return new URLSearchParams({grant_type:"authorization_code",code:t,code_verifier:e,redirect_uri:String(r)})}async function KP(t,{metadata:e,tokenRequestParams:r,clientInformation:n,addClientAuthentication:o,resource:s,fetchFn:i}){let a=e?.token_endpoint?new URL(e.token_endpoint):new URL("/token",t),c=new Headers({"Content-Type":"application/x-www-form-urlencoded",Accept:"application/json"});if(s&&r.set("resource",s.href),o)await o(c,r,a,e);else if(n){let d=e?.token_endpoint_auth_methods_supported??[],l=oU(n,d);sU(l,n,c,r)}let u=await(i??fetch)(a,{method:"POST",headers:c,body:r});if(!u.ok)throw await BP(u);return jP.parse(await u.json())}async function vU(t,{metadata:e,clientInformation:r,refreshToken:n,resource:o,addClientAuthentication:s,fetchFn:i}){let a=new URLSearchParams({grant_type:"refresh_token",refresh_token:n}),c=await KP(t,{metadata:e,tokenRequestParams:a,clientInformation:r,addClientAuthentication:s,resource:o,fetchFn:i});return{refresh_token:n,...c}}async function _U(t,e,{metadata:r,resource:n,authorizationCode:o,fetchFn:s}={}){let i=t.clientMetadata.scope,a;if(t.prepareTokenRequest&&(a=await t.prepareTokenRequest(i)),!a){if(!o)throw new Error("Either provider.prepareTokenRequest() or authorizationCode is required");if(!t.redirectUrl)throw new Error("redirectUrl is required for authorization_code flow");let u=await t.codeVerifier();a=yU(o,u,t.redirectUrl)}let c=await t.clientInformation();return KP(e,{metadata:r,tokenRequestParams:a,clientInformation:c??void 0,addClientAuthentication:t.addClientAuthentication,resource:n,fetchFn:s})}async function SU(t,{metadata:e,clientMetadata:r,scope:n,fetchFn:o}){let s;if(e){if(!e.registration_endpoint)throw new Error("Incompatible auth server: does not support dynamic client registration");s=new URL(e.registration_endpoint)}else s=new URL("/register",t);let i=await(o??fetch)(s,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({...r,...n!==void 0?{scope:n}:{}})});if(!i.ok)throw await BP(i);return FP.parse(await i.json())}var Si=class extends Error{constructor(e,r,n){super(`SSE error: ${r}`),this.code=e,this.event=n}},Oc=class{constructor(e,r){this._url=e,this._resourceMetadataUrl=void 0,this._scope=void 0,this._eventSourceInit=r?.eventSourceInit,this._requestInit=r?.requestInit,this._authProvider=r?.authProvider,this._fetch=r?.fetch,this._fetchWithInit=Ic(r?.fetch,r?.requestInit)}async _authThenStart(){if(!this._authProvider)throw new He("No auth provider");let e;try{e=await lr(this._authProvider,{serverUrl:this._url,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetchWithInit})}catch(r){throw this.onerror?.(r),r}if(e!=="AUTHORIZED")throw new He;return await this._startOrAuth()}async _commonHeaders(){let e={};if(this._authProvider){let n=await this._authProvider.tokens();n&&(e.Authorization=`Bearer ${n.access_token}`)}this._protocolVersion&&(e["mcp-protocol-version"]=this._protocolVersion);let r=ko(this._requestInit?.headers);return new Headers({...e,...r})}_startOrAuth(){let e=this?._eventSourceInit?.fetch??this._fetch??fetch;return new Promise((r,n)=>{this._eventSource=new bn(this._url.href,{...this._eventSourceInit,fetch:async(o,s)=>{let i=await this._commonHeaders();i.set("Accept","text/event-stream");let a=await e(o,{...s,headers:i});if(a.status===401&&a.headers.has("www-authenticate")){let{resourceMetadataUrl:c,scope:u}=Eo(a);this._resourceMetadataUrl=c,this._scope=u}return a}}),this._abortController=new AbortController,this._eventSource.onerror=o=>{if(o.code===401&&this._authProvider){this._authThenStart().then(r,n);return}let s=new Si(o.code,o.message,o);n(s),this.onerror?.(s)},this._eventSource.onopen=()=>{},this._eventSource.addEventListener("endpoint",o=>{let s=o;try{if(this._endpoint=new URL(s.data,this._url),this._endpoint.origin!==this._url.origin)throw new Error(`Endpoint origin does not match connection origin: ${this._endpoint.origin}`)}catch(i){n(i),this.onerror?.(i),this.close();return}r()}),this._eventSource.onmessage=o=>{let s=o,i;try{i=Er.parse(JSON.parse(s.data))}catch(a){this.onerror?.(a);return}this.onmessage?.(i)}})}async start(){if(this._eventSource)throw new Error("SSEClientTransport already started! If using Client class, note that connect() calls start() automatically.");return await this._startOrAuth()}async finishAuth(e){if(!this._authProvider)throw new He("No auth provider");if(await lr(this._authProvider,{serverUrl:this._url,authorizationCode:e,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetchWithInit})!=="AUTHORIZED")throw new He("Failed to authorize")}async close(){this._abortController?.abort(),this._eventSource?.close(),this.onclose?.()}async send(e){if(!this._endpoint)throw new Error("Not connected");try{let r=await this._commonHeaders();r.set("content-type","application/json");let n={...this._requestInit,method:"POST",headers:r,body:JSON.stringify(e),signal:this._abortController?.signal},o=await(this._fetch??fetch)(this._endpoint,n);if(!o.ok){let s=await o.text().catch(()=>null);if(o.status===401&&this._authProvider){let{resourceMetadataUrl:i,scope:a}=Eo(o);if(this._resourceMetadataUrl=i,this._scope=a,await lr(this._authProvider,{serverUrl:this._url,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetchWithInit})!=="AUTHORIZED")throw new He;return this.send(e)}throw new Error(`Error POSTing to endpoint (HTTP ${o.status}): ${s}`)}await o.body?.cancel()}catch(r){throw this.onerror?.(r),r}}setProtocolVersion(e){this._protocolVersion=e}};var jC=Ti(DC(),1);import ah from"node:process";import{PassThrough as KU}from"node:stream";var VU=10*1024*1024,Nc=class{constructor(e){this._maxBufferSize=e?.maxBufferSize??VU}append(e){if((this._buffer?.length??0)+e.length>this._maxBufferSize)throw this.clear(),new Error(`ReadBuffer exceeded maximum size of ${this._maxBufferSize} bytes`);this._buffer=this._buffer?Buffer.concat([this._buffer,e]):e}readMessage(){if(!this._buffer)return null;let e=this._buffer.indexOf(`
97
+ `);if(e===-1)return null;let r=this._buffer.toString("utf8",0,e).replace(/\r$/,"");return this._buffer=this._buffer.subarray(e+1),WU(r)}clear(){this._buffer=void 0}};function WU(t){return Er.parse(JSON.parse(t))}function LC(t){return JSON.stringify(t)+`
98
+ `}var JU=ah.platform==="win32"?["APPDATA","HOMEDRIVE","HOMEPATH","LOCALAPPDATA","PATH","PROCESSOR_ARCHITECTURE","SYSTEMDRIVE","SYSTEMROOT","TEMP","USERNAME","USERPROFILE","PROGRAMFILES"]:["HOME","LOGNAME","PATH","SHELL","TERM","USER"];function Lc(){let t={};for(let e of JU){let r=ah.env[e];r!==void 0&&(r.startsWith("()")||(t[e]=r))}return t}var Dc=class{constructor(e){this._stderrStream=null,this._serverParams=e,this._readBuffer=new Nc({maxBufferSize:e.maxBufferSize}),(e.stderr==="pipe"||e.stderr==="overlapped")&&(this._stderrStream=new KU)}async start(){if(this._process)throw new Error("StdioClientTransport already started! If using Client class, note that connect() calls start() automatically.");return new Promise((e,r)=>{this._process=(0,jC.default)(this._serverParams.command,this._serverParams.args??[],{env:{...Lc(),...this._serverParams.env},stdio:["pipe","pipe",this._serverParams.stderr??"inherit"],shell:!1,windowsHide:ah.platform==="win32",cwd:this._serverParams.cwd}),this._process.on("error",n=>{r(n),this.onerror?.(n)}),this._process.on("spawn",()=>{e()}),this._process.on("close",n=>{this._process=void 0,this.onclose?.()}),this._process.stdin?.on("error",n=>{this.onerror?.(n)}),this._process.stdout?.on("data",n=>{try{this._readBuffer.append(n),this.processReadBuffer()}catch(o){this.onerror?.(o),this.close().catch(()=>{})}}),this._process.stdout?.on("error",n=>{this.onerror?.(n)}),this._stderrStream&&this._process.stderr&&this._process.stderr.pipe(this._stderrStream)})}get stderr(){return this._stderrStream?this._stderrStream:this._process?.stderr??null}get pid(){return this._process?.pid??null}processReadBuffer(){for(;;)try{let e=this._readBuffer.readMessage();if(e===null)break;this.onmessage?.(e)}catch(e){this.onerror?.(e)}}async close(){if(this._process){let e=this._process;this._process=void 0;let r=new Promise(n=>{e.once("close",()=>{n()})});try{e.stdin?.end()}catch{}if(await Promise.race([r,new Promise(n=>setTimeout(n,2e3).unref())]),e.exitCode===null){try{e.kill("SIGTERM")}catch{}await Promise.race([r,new Promise(n=>setTimeout(n,2e3).unref())])}if(e.exitCode===null)try{e.kill("SIGKILL")}catch{}}this._readBuffer.clear()}send(e){return new Promise(r=>{if(!this._process?.stdin)throw new Error("Not connected");let n=LC(e);this._process.stdin.write(n)?r():this._process.stdin.once("drain",r)})}};var GC=Ti(HC(),1);function ZC(t){if(t)try{return GC.default.parse(t).type}catch{let e=(t.split(";",1)[0]??"").trim().toLowerCase();return e===""||t.slice(e.length).includes(",")?void 0:e}}var jc=class extends TransformStream{constructor({onError:e,onRetry:r,onComment:n,maxBufferSize:o}={}){let s;super({start(i){s=Tc({onEvent:a=>{i.enqueue(a)},onError(a){typeof e=="function"&&e(a),(e==="terminate"||a.type==="max-buffer-size-exceeded")&&i.error(a)},onRetry:r,onComment:n,maxBufferSize:o})},transform(i){s.feed(i)}})}};var sF={initialReconnectionDelay:1e3,maxReconnectionDelay:3e4,reconnectionDelayGrowFactor:1.5,maxRetries:2},Ot=class extends Error{constructor(e,r){super(`Streamable HTTP error: ${r}`),this.code=e}},Uc=class{constructor(e,r){this._hasCompletedAuthFlow=!1,this._url=e,this._resourceMetadataUrl=void 0,this._scope=void 0,this._requestInit=r?.requestInit,this._authProvider=r?.authProvider,this._fetch=r?.fetch,this._fetchWithInit=Ic(r?.fetch,r?.requestInit),this._sessionId=r?.sessionId,this._reconnectionOptions=r?.reconnectionOptions??sF}async _authThenStart(){if(!this._authProvider)throw new He("No auth provider");let e;try{e=await lr(this._authProvider,{serverUrl:this._url,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetchWithInit})}catch(r){throw this.onerror?.(r),r}if(e!=="AUTHORIZED")throw new He;return await this._startOrAuthSse({resumptionToken:void 0})}async _commonHeaders(){let e={};if(this._authProvider){let n=await this._authProvider.tokens();n&&(e.Authorization=`Bearer ${n.access_token}`)}this._sessionId&&(e["mcp-session-id"]=this._sessionId),this._protocolVersion&&(e["mcp-protocol-version"]=this._protocolVersion);let r=ko(this._requestInit?.headers);return new Headers({...e,...r})}async _startOrAuthSse(e){let{resumptionToken:r}=e;try{let n=await this._commonHeaders();n.set("Accept","text/event-stream"),r&&n.set("last-event-id",r);let o=await(this._fetch??fetch)(this._url,{method:"GET",headers:n,signal:this._abortController?.signal});if(!o.ok){if(await o.body?.cancel(),o.status===401&&this._authProvider)return await this._authThenStart();if(o.status===405)return;throw new Ot(o.status,`Failed to open SSE stream: ${o.statusText}`)}this._handleSseStream(o.body,e,!0)}catch(n){throw this.onerror?.(n),n}}_getNextReconnectionDelay(e){if(this._serverRetryMs!==void 0)return this._serverRetryMs;let r=this._reconnectionOptions.initialReconnectionDelay,n=this._reconnectionOptions.reconnectionDelayGrowFactor,o=this._reconnectionOptions.maxReconnectionDelay;return Math.min(r*Math.pow(n,e),o)}_scheduleReconnection(e,r=0){let n=this._reconnectionOptions.maxRetries;if(r>=n){this.onerror?.(new Error(`Maximum reconnection attempts (${n}) exceeded.`));return}let o=this._getNextReconnectionDelay(r);this._reconnectionTimeout=setTimeout(()=>{this._startOrAuthSse(e).catch(s=>{this.onerror?.(new Error(`Failed to reconnect SSE stream: ${s instanceof Error?s.message:String(s)}`)),this._scheduleReconnection(e,r+1)})},o)}_handleSseStream(e,r,n){if(!e)return;let{onresumptiontoken:o,replayMessageId:s}=r,i,a=!1,c=!1;(async()=>{try{let d=e.pipeThrough(new TextDecoderStream).pipeThrough(new jc({onRetry:p=>{this._serverRetryMs=p}})).getReader();for(;;){let{value:p,done:h}=await d.read();if(h)break;if(p.id&&(i=p.id,a=!0,o?.(p.id)),!!p.data&&(!p.event||p.event==="message"))try{let m=Er.parse(JSON.parse(p.data));on(m)&&(c=!0,s!==void 0&&(m.id=s)),this.onmessage?.(m)}catch(m){this.onerror?.(m)}}(n||a)&&!c&&this._abortController&&!this._abortController.signal.aborted&&this._scheduleReconnection({resumptionToken:i,onresumptiontoken:o,replayMessageId:s},0)}catch(d){if(this.onerror?.(new Error(`SSE stream disconnected: ${d}`)),(n||a)&&!c&&this._abortController&&!this._abortController.signal.aborted)try{this._scheduleReconnection({resumptionToken:i,onresumptiontoken:o,replayMessageId:s},0)}catch(p){this.onerror?.(new Error(`Failed to reconnect: ${p instanceof Error?p.message:String(p)}`))}}})()}async start(){if(this._abortController)throw new Error("StreamableHTTPClientTransport already started! If using Client class, note that connect() calls start() automatically.");this._abortController=new AbortController}async finishAuth(e){if(!this._authProvider)throw new He("No auth provider");if(await lr(this._authProvider,{serverUrl:this._url,authorizationCode:e,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetchWithInit})!=="AUTHORIZED")throw new He("Failed to authorize")}async close(){this._reconnectionTimeout&&(clearTimeout(this._reconnectionTimeout),this._reconnectionTimeout=void 0),this._abortController?.abort(),this.onclose?.()}async send(e,r){try{let{resumptionToken:n,onresumptiontoken:o}=r||{};if(n){this._startOrAuthSse({resumptionToken:n,replayMessageId:_s(e)?e.id:void 0}).catch(p=>this.onerror?.(p));return}let s=await this._commonHeaders();s.set("content-type","application/json"),s.set("accept","application/json, text/event-stream");let i={...this._requestInit,method:"POST",headers:s,body:JSON.stringify(e),signal:this._abortController?.signal},a=await(this._fetch??fetch)(this._url,i),c=a.headers.get("mcp-session-id");if(c&&(this._sessionId=c),!a.ok){let p=await a.text().catch(()=>null);if(a.status===401&&this._authProvider){if(this._hasCompletedAuthFlow)throw new Ot(401,"Server returned 401 after successful authentication");let{resourceMetadataUrl:h,scope:m}=Eo(a);if(this._resourceMetadataUrl=h,this._scope=m,await lr(this._authProvider,{serverUrl:this._url,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetchWithInit})!=="AUTHORIZED")throw new He;return this._hasCompletedAuthFlow=!0,this.send(e)}if(a.status===403&&this._authProvider){let{resourceMetadataUrl:h,scope:m,error:y}=Eo(a);if(y==="insufficient_scope"){let _=a.headers.get("WWW-Authenticate");if(this._lastUpscopingHeader===_)throw new Ot(403,"Server returned 403 after trying upscoping");if(m&&(this._scope=m),h&&(this._resourceMetadataUrl=h),this._lastUpscopingHeader=_??void 0,await lr(this._authProvider,{serverUrl:this._url,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetch})!=="AUTHORIZED")throw new He;return this.send(e)}}throw new Ot(a.status,`Error POSTing to endpoint: ${p}`)}if(this._hasCompletedAuthFlow=!1,this._lastUpscopingHeader=void 0,a.status===202){await a.body?.cancel(),xw(e)&&this._startOrAuthSse({resumptionToken:void 0}).catch(p=>this.onerror?.(p));return}let d=(Array.isArray(e)?e:[e]).filter(p=>"method"in p&&"id"in p&&p.id!==void 0).length>0,l=a.headers.get("content-type"),f=ZC(l);if(d)if(f==="text/event-stream")this._handleSseStream(a.body,{onresumptiontoken:o},!1);else if(f==="application/json"){let p=await a.json(),h=Array.isArray(p)?p.map(m=>Er.parse(m)):[Er.parse(p)];for(let m of h)this.onmessage?.(m)}else throw await a.body?.cancel(),new Ot(-1,`Unexpected content type: ${l}`);else await a.body?.cancel()}catch(n){throw this.onerror?.(n),n}}get sessionId(){return this._sessionId}async terminateSession(){if(this._sessionId)try{let e=await this._commonHeaders(),r={...this._requestInit,method:"DELETE",headers:e,signal:this._abortController?.signal},n=await(this._fetch??fetch)(this._url,r);if(await n.body?.cancel(),!n.ok&&n.status!==405)throw new Ot(n.status,`Failed to terminate session: ${n.statusText}`);this._sessionId=void 0}catch(e){throw this.onerror?.(e),e}}setProtocolVersion(e){this._protocolVersion=e}get protocolVersion(){return this._protocolVersion}async resumeStream(e,r){await this._startOrAuthSse({resumptionToken:e,onresumptiontoken:r?.onresumptiontoken})}};function BC(t){return t.useShellInterpolation?process.platform==="win32"?{command:"cmd.exe",args:["/c",t.command]}:{command:"/bin/sh",args:["-c",t.command]}:{command:t.command,args:t.args}}var aF={NO_UPDATE_NOTIFIER:"1",npm_config_update_notifier:"false",npm_config_loglevel:"silent",npm_config_fund:"false",npm_config_audit:"false",npm_config_yes:"true",CI:"1"};function VC(t){return{...Lc(),...aF,...t??{}}}function WC(){return Lc()}var uh=class t extends Dc{static MAX_CAPTURED_LINES=100;static MAX_LINE_BUFFER_CHARS=16384;static MAX_LOG_HISTORY=1e3;_captured=[];_lineBuffer="";_logHistory=[];async start(){await super.start();let e=this.stderr;e&&e.on("data",r=>this.ingestStderr(r))}ingestStderr(e){this._lineBuffer+=e.toString();let r=this._lineBuffer.split(`
99
+ `);this._lineBuffer=r.at(-1)??"",this._lineBuffer.length>t.MAX_LINE_BUFFER_CHARS&&(this._lineBuffer=this._lineBuffer.slice(-t.MAX_LINE_BUFFER_CHARS));for(let n of r.slice(0,-1))this.pushCapturedLine(`${n}
100
+ `)}pushCapturedLine(e){this._captured.push(e),this._captured.length>t.MAX_CAPTURED_LINES&&this._captured.shift(),this._logHistory.push(e),this._logHistory.length>t.MAX_LOG_HISTORY&&this._logHistory.shift()}consumeStderr(){this._lineBuffer.length>0&&(this.pushCapturedLine(this._lineBuffer),this._lineBuffer="");let e=this._captured.join("");return this._captured=[],e}getLogHistory(){return[...this._logHistory]}};function KC(t){let e={command:t.command,args:t.args,env:t.env,stderr:"pipe",...t.cwd?{cwd:t.cwd}:{}};return new uh(e)}var kn=class extends Error{status;transport;operation;constructor(e){super(`MCP ${e.transport} ${e.operation} request failed with HTTP ${e.status}`),this.status=e.status,this.transport=e.transport,this.operation=e.operation}},dh=new iF;function lh(t,e){return dh.run(t,e)}function cF(t){dh.getStore()?.onFailure?.(t)}function JC({getHeaders:t,transport:e}){if(t)return async(r,n)=>{let o=r instanceof Request?r.headers:void 0,s=new Headers(o);for(let[u,d]of new Headers(n?.headers).entries())s.set(u,d);for(let[u,d]of Object.entries(t()))s.set(u,d);let i=await fetch(r,{...n,headers:s});if(i.ok||n?.method?.toUpperCase()!=="POST")return i;await i.body?.cancel().catch(()=>{});let a=dh.getStore(),c=new kn({status:i.status,transport:e,operation:a?.operation??"transport"});throw cF(c),c}}function YC(t,e){let r=JC({getHeaders:e.getHeaders,transport:"http"});return new Uc(new URL(t),{requestInit:{headers:{...e.headers}},...r?{fetch:r}:{}})}function XC(t,e){let r=JC({getHeaders:e.getHeaders,transport:"sse"});return new Oc(new URL(t),{requestInit:{headers:{...e.headers}},...r?{fetch:r}:{}})}function QC(){return new Ec({name:"hermes-mcp-client",version:"0.1.0"},{capabilities:{}})}var ex=xs,tx=ke;function wt(t){return t instanceof kn&&t.status===401||(t instanceof Ot||t instanceof Si)&&t.code===401}function rx(t){return t instanceof $&&t.code===M.MethodNotFound}function fh(t){return t instanceof Error&&t.name==="ZodError"&&Array.isArray(t.issues)}var uF=["ECONNRESET","ECONNREFUSED","socket hang up","EPIPE","ETIMEDOUT"];function nx(t){if(t instanceof $&&(t.code===M.RequestTimeout||t.code===M.ConnectionClosed))return!0;let e=t instanceof Error?t.message:String(t);return uF.some(r=>e.includes(r))}function ox(t){return t instanceof $&&(t.code===M.MethodNotFound||t.code===M.InvalidRequest)}function ph(t){return t instanceof kn&&t.transport==="http"&&t.status===404||t instanceof Ot&&t.code===404}var X=dF.child({prefix:"pi-mcp"});function lF(t,e){return t.name===e.name&&(t.description??"")===(e.description??"")&&JSON.stringify(t.inputSchema??{})===JSON.stringify(e.inputSchema??{})}function fF(t,e){return t.length===e.length&&t.every((r,n)=>{let o=e[n];return o!==void 0&&lF(r,o)})}var pF=new RegExp("\x1B\\[[0-9;]*[a-zA-Z]","g"),hF=/^Node\.js v\d/,mF=/^[\w$.]*error[\w$]*:/i,sx=400,gF=63e3,ix=3,yF=/[\\/]lib[\\/]cli\.js/,vF="npx/npm launcher is broken in this environment (Cannot find module .../lib/cli.js). This usually means npm/npx/corepack are file copies instead of symlinks in the base image; every npx-launched stdio MCP server will fail until the launcher symlinks are restored.",fx=Symbol("mcpReinitReported");function _F(t){typeof t=="object"&&t!==null&&Object.defineProperty(t,fx,{value:!0,enumerable:!1,configurable:!0})}function SF(t){return typeof t=="object"&&t!==null&&t[fx]===!0}function wF(t){let e=t.filter(a=>!hF.test(a)),r=e.length>0?e:t;if(r.length===0)return;if(r.some(a=>yF.test(a))&&r.some(a=>a.includes("MODULE_NOT_FOUND")||a.includes("Cannot find module")))return vF;let o=r.findIndex(a=>mF.test(a)),i=(o===-1?r.slice(-ix):r.slice(o,o+ix)).join(" / ");return i.length>sx?`${i.slice(0,sx)}\u2026`:i}function bF(t,e){if(!e)return t;try{let r=e.consumeStderr();if(!r.trim())return t;let n=r.replace(pF,"").split(`
101
+ `).map(s=>s.trim()).filter(s=>s.length>0),o=wF(n);return o?t?`${t}: ${o}`:o:t}catch{return t}}var RF=6e5,PF=18e5,ax=2147483647,CF=3e4,cx=1e4,px=[250,1e3,2e3],En=class extends Error{constructor(){super("MCP OAuth refresh is temporarily unavailable"),this.name="RefreshUnavailableError"}},wi=class extends Error{retryable=!0;constructor(){super("MCP authentication refresh is pending in the backend; retry shortly"),this.name="BackendRefreshPendingError"}},xF=250,ux=3,kF=[200,500];function EF(t){for(let e of Object.values(t))if(aa(e))return!0;return!1}function hx(t){let e=new Set;for(let r of t.matchAll(ns))e.add(ca(r[0]));return[...e].sort()}function gh(t){return[...new Set(t)].sort()}function dx(t,e){return Xg(e.map(r=>t?.[r]??"missing"))}function TF({source:t,sourceHasSecretRef:e,command:r,commandHasSecretRef:n}){return gh([...e&&t?md(t):[],...n&&r?hx(r):[]])}var Fc="${augmentToken}";function AF(t){try{let e=new URL(t);if(e.protocol!=="https:")return!1;let{hostname:r}=e;return r==="augmentcode.com"||r.endsWith(".augmentcode.com")}catch{return!1}}function $F(t){try{let e=new URL(t);return`${e.protocol}//${e.hostname}`}catch{return"<invalid URL>"}}var mx="(unknown uri)",yh="unknown",lx=/=+$/,MF=/\s+/g,IF=/[-_]/g,OF=new Set(["image/jpeg","image/png","image/gif","image/webp"]);function Tn(t,e){return typeof t=="string"?t:e}function gx(t){return typeof t=="string"?Buffer.from(t,"base64").length:0}function zF(t){let e=t.toLowerCase();return e.startsWith("text/")||e==="application/json"||e==="application/xml"||e.endsWith("+json")||e.endsWith("+xml")}function NF(t){let e=t.replace(MF,"").replace(IF,s=>s==="-"?"+":"/"),r=Buffer.from(e,"base64"),n=e.replace(lx,"");if(r.toString("base64").replace(lx,"")!==n)return;let o=r.toString("utf-8");return o.length>0?o:void 0}function yx(t){return t.resource&&typeof t.resource=="object"?t.resource:void 0}function DF(t){let e=yx(t);if(!e)return"[MCP resource with no contents]";if(typeof e.text=="string")return e.text;let r=Tn(e.uri,mx),n=Tn(e.mimeType,yh);if(typeof e.blob=="string"&&zF(n)){let s=NF(e.blob);if(s!==void 0)return s}let o=gx(e.blob);return`[MCP resource ${r} (${n}), ${o} bytes of binary content not shown]`}function LF(t){let e=Tn(t.type,"unknown");if(e==="resource")return DF(t);if(e==="audio"){let r=Tn(t.mimeType,yh),n=gx(t.data);return`[MCP audio content (${r}), ${n} bytes not shown]`}if(e==="resource_link"){let r=Tn(t.uri,mx),n=Tn(t.name,""),o=Tn(t.mimeType,yh);return`[MCP resource link ${n?`${n} `:""}${r} (${o})]`}return`[MCP content of unsupported type "${e}" was omitted]`}function jF(t){if(t.type!=="resource")return;let e=yx(t);if(!e)return;let{blob:r,mimeType:n}=e;if(typeof r=="string"&&typeof n=="string"&&OF.has(n.toLowerCase()))return{type:"image",mimeType:n,data:r}}function UF(t){if(t.type==="text"&&typeof t.text=="string")return{type:"text",text:t.text};if(t.type==="image"&&typeof t.data=="string"&&typeof t.mimeType=="string")return{type:"image",mimeType:t.mimeType,data:t.data};let e=jF(t);return e||{type:"text",text:LF(t)}}function FF(t){let e=[];if(!Array.isArray(t))return e;for(let r of t){if(typeof r!="object"||r===null)continue;let n=r;typeof n.type=="string"&&e.push(UF(n))}return e}function qF(t){return Hg(t,gF)}function HF(t,e){let r=FF(t);if(r.length===0){let o=qF(e);o!==void 0&&r.push({type:"text",text:o})}let n=0;return Array.isArray(t)?n=t.length:t!=null&&(n=1),{content:r,rawItemCount:n}}var vx=new Set(["UND_ERR_SOCKET","UND_ERR_CONNECT_TIMEOUT","UND_ERR_HEADERS_TIMEOUT","UND_ERR_BODY_TIMEOUT","ECONNREFUSED","ECONNRESET","EPIPE","ENOTFOUND","EAI_AGAIN","ETIMEDOUT"]),GF=new Set([502,503,504]),bi=px.length+1,ZF=2;function BF(t){let r=t?.cause?.code;if(typeof r=="string")return r;let n=t?.status;if(typeof n=="number")return String(n);let o=t?.code;return typeof o=="number"?String(o):void 0}function VF(t){if(wt(t)||ph(t)||t instanceof ft)return;let e=t?.cause?.code;if(typeof e=="string")return vx.has(e)?{totalAttempts:bi}:void 0;let r=t?.status??t?.code;return typeof r=="number"?r===524?{totalAttempts:ZF}:GF.has(r)?{totalAttempts:bi}:void 0:t instanceof TypeError&&t.message==="fetch failed"?{totalAttempts:bi}:void 0}var WF=80,KF=10,JF=/[^a-zA-Z0-9_.()-]/g,YF=new Set(["Error","McpError","McpSecretResolutionError","McpTransportClosedError","McpTransportFailure","MalformedRefreshResponseError","RefreshHttpError","SseError","StreamableHTTPError","TypeError","ZodError"]);function qc(t){return t.replace(JF,"_").slice(0,WF)||"unknown"}function XF(t){let e=BF(t);if(e!==void 0&&(/^\d{3}$/.test(e)||vx.has(e)))return e}function Ge(t){if(!(t instanceof Error))return"unknown";let e=t.constructor.name,r=YF.has(e)?e:"Error",n=XF(t);return n===void 0?r:`${r}(${n})`}function hh(t,e,r){return t instanceof ft?new ft(qc(t.serverName),t.missingKeys.slice(0,KF).map(qc),void 0,t.reason).message:t instanceof kn?t.message:`MCP ${r} ${e} failed (${Ge(t)})`}function mh(t,e){let r=new Error(t);return Object.defineProperty(r,"name",{value:qc(e),configurable:!0}),r.stack=`${r.name}: ${t}`,r}var Hc=class extends Error{operation="transport";transport;kind;constructor(e,r){super(`MCP ${e} transport ${r}`),this.transport=e,this.kind=r}},Gc=class{name;_config;_hostedCredentialProvenance;_client;_stdioTransport;_status;_lastError;_tools=[];_connectPromise;_connectStartedAt;_refreshPromise;_refreshPersisting=!1;_disposing=!1;_disposed=!1;_resolvedEnv;_resolvedHeaders;_resolvedCommand;onStateChange;_lastEmittedState;_activeTransport;_reinitializingPromise;_inFlightCalls=new Set;_wedgeRecoveryOwners=new Set;_wedgePending=!1;_wedgeRequired=!1;_heartbeatTimer;_lastProbeResult;onWedged;onAuthRefreshNeeded;onAuthRefreshCleared;onToolsChanged;onToolsWithdraw;constructor(e,r){this._config=e,this._hostedCredentialProvenance=r?Object.freeze({...r}):void 0,this.name=e.name,this._status=e.disabled?"disabled":"initializing"}_emitState(e,r){if(e!==this._lastEmittedState){this._lastEmittedState=e;try{this.onStateChange?.(e,r)}catch{}}}get status(){return this._status}get config(){return this._config}get hostedCredentialProvenance(){return this._hostedCredentialProvenance}get lastError(){return this._lastError}get connectStartedAt(){return this._connectStartedAt}get tools(){return this._tools}getLogHistory(){return this._stdioTransport?.getLogHistory().map(e=>fd(e))??[]}connect(){return this._disposing||this._disposed||this._status==="disabled"?Promise.resolve():this._connectPromise?this._connectPromise:(this._connectStartedAt=Date.now(),this._emitState("connecting"),this._connectPromise=this._doConnect().catch(e=>{X.warn(`MCP server "${this.name}" connect failed (${Ge(e)})`)}),this._connectPromise)}async _doConnect(){let e;try{e=await this._connectWithRetries()}catch(r){if(this._disposed)return;let n=hh(r,"connect",this._config.type),o=this._config.type==="stdio"&&!wt(r)?fd(bF(n,e??this._stdioTransport)):n;this._recordConnectFailure(r,"connect",o),this._emitState(this._status==="auth_required"?"auth_required":"failed",Ge(r))}}async _connectWithRetries(){let e=bi,r={available:!0};for(let n=1;n<=bi;n++)try{let o=await this._attemptConnect(r);return n>1&&X.info(`MCP server "${this.name}" connected on attempt ${n}/${e}`),o}catch(o){if(!r.available)throw o;let s=VF(o);if(s===void 0||this._disposed||(e=Math.min(e,s.totalAttempts),n>=e))throw o;if(await this._backoffBeforeRetry(o,n,e),this._disposed)return}}async _backoffBeforeRetry(e,r,n){let s=(px[r-1]??0)+Math.floor(Math.random()*(xF+1));X.warn(`MCP server "${this.name}" connect attempt ${r}/${n} failed with transient ${Ge(e)}; retrying in ${s}ms`),await Yr(s)}async _attemptConnect(e){let r=this._config;(r.type==="http"||r.type==="sse")&&await this._maybeProactiveRefresh(),this._expandAugmentToken(),await this._resolveSecretRefs();let n=!1;for(;;)try{return await this._initializeFreshClient(e)}catch(o){if(this._disposed)return;if(!n&&e.available&&this._canRecoverInitialization(o)){if(n=!0,await this._recoverStartupAuthentication(o,e)==="disposed")return;continue}throw o}}_canRecoverInitialization(e){let r=this._config;return wt(e)&&(r.type==="http"||r.type==="sse")&&r.auth==="oauth"&&!!ne().tokens.get(this.name)?.refreshToken}async _recoverStartupAuthentication(e,r){if(r.available=!1,this._disposed)return"disposed";let n=await this._refreshTokenDeduped();if(this._disposed)return"disposed";if(n.kind==="refreshed")return"retry";throw n.kind==="transient_failure"?new En:e}async _initializeFreshClient(e){let r=this._config,n=this._createTransport(),o=r.type==="stdio"?n:void 0;o&&(this._stdioTransport=o);let s=QC();this._client=s;let i;try{if(await lh({operation:"connect",onFailure:u=>{i=u}},()=>s.connect(n)),this._disposed)return await this._closeFailedInitialization(s,n),o;s.setNotificationHandler(ex,()=>{X.debug(`MCP server "${this.name}" sent tools/list_changed; refreshing tools`),this._refreshTools()});let a=await this._listToolsWithAuthRetry(e);if(this._disposed)return await this._closeFailedInitialization(s,n),o;this._tools=a.tools??[],this._status="success",this._lastError=void 0,this._emitState("connected"),this._wireLivenessHandlers(),this._startHeartbeat();let c=ne();return c.tokens.clearAuthRequired(this.name),(c.servers.get(this.name)===void 0||c.servers.get(this.name)===this)&&ot(c,this.name),X.info(`MCP server "${this.name}" connected (${this._tools.length} tool(s))`),o}catch(a){throw await this._closeFailedInitialization(s,n),i??a}}async _closeFailedInitialization(e,r){if(this._client===e){this._client=void 0,this._activeTransport===r&&(this._activeTransport=void 0);try{await e.close()}catch(n){X.debug(`MCP server "${this.name}" close after failed connect attempt (${Ge(n)})`)}}}_recordConnectFailure(e,r,n=hh(e,r,this._config.type)){if(e instanceof ft){this._status="failed";let o=ne();zo(o,this.name,e.reason,Yt(o,this.name,this._config.id))}else if(e instanceof wi||e instanceof En)this._status="failed";else if(wt(e)&&this._isHostedAccessTokenOnly())this._status="failed",this.onAuthRefreshNeeded?.();else if(wt(e)){this._status="auth_required";let o=ne(),s=o.servers.get(this.name);(s===void 0||s===this)&&o.tokens.markAuthRequired(this.name)}else{this._status="failed";let o=hh(e,r,this._config.type);pd(mh(o,Ge(e)),{server:this.name,op:r,transport:this._config.type})}this._lastError=n,this._client=void 0}_createTransport(){let e=this._config;switch(e.type){case"stdio":{let r=BC(this._resolvedCommand?{...e,command:this._resolvedCommand}:e),n=VC(this._resolvedEnv??e.env);return KC({command:r.command,args:r.args,env:n,cwd:e.cwd})}case"http":return this._createHttpTransport(e.url,this._resolvedHeaders??e.headers??{});case"sse":return XC(e.url,{headers:this._resolvedHeaders??e.headers??{},getHeaders:()=>this._buildAuthHeaders()});default:return e}}_createHttpTransport(e,r){let n=YC(e,{headers:r,getHeaders:()=>this._buildAuthHeaders()});return this._activeTransport=n,n}async _resolveSecretRefs(){let e=this._config,r=e.type==="stdio"?e.env:this._resolvedHeaders??e.headers,n=r?EF(r):!1,o=e.type==="stdio"&&aa(e.command);if(!(n||o))return;let s=ne();if(!Yg(s)){let a=TF({source:r,sourceHasSecretRef:n,command:e.type==="stdio"?e.command:void 0,commandHasSecretRef:o});throw new ft(this.name,a)}let i=Kg(s);n&&r&&await this._resolveMapSecretRefs(r,i,e.type==="stdio"),o&&e.type==="stdio"&&await this._resolveCommandSecretRefs(e.command,i)}async _resolveMapSecretRefs(e,r,n){let o;try{o=await ey({configEnv:e,localEnv:n?WC():{},getSecret:r})}catch(i){throw X.error(`MCP server "${this.name}" secret resolution failed (${Ge(i)})`),new ft(this.name,md(e),i,"transient")}let s=gh([...o.unresolvedKeys,...o.emptyKeys]);if(s.length>0)throw new ft(this.name,s,void 0,dx(o.failureReasons,s));n?this._resolvedEnv=o.resolved:this._resolvedHeaders=o.resolved}async _resolveCommandSecretRefs(e,r){let n;try{n=await ty(e,r)}catch(s){throw X.error(`MCP server "${this.name}" command secret resolution failed (${Ge(s)})`),new ft(this.name,hx(e),s,"transient")}let o=gh([...n.unresolvedKeys,...n.emptyKeys]);if(o.length>0)throw new ft(this.name,o,void 0,dx(n.failureReasons,o));this._resolvedCommand=n.resolved}_expandAugmentToken(){let e=this._config;if(e.type!=="http"&&e.type!=="sse")return;let r=e.headers;if(!r||!Object.values(r).some(i=>i.includes(Fc)))return;let o;if(AF(e.url)){let i=ne().credentials?.apiKey;i?o=i:this._recordTokenDiagnostic(`${Fc} in a header but no Augment credentials are available; sending the literal placeholder`,"warn")}else this._recordTokenDiagnostic(`${Fc} in a header is only expanded for https augmentcode.com / *.augmentcode.com URLs; "${$F(e.url)}" does not qualify, sending the literal placeholder`,"error");if(o===void 0)return;let s={};for(let[i,a]of Object.entries(r))s[i]=a.replaceAll(Fc,o);this._resolvedHeaders=s}_recordTokenDiagnostic(e,r){let n=ne();if(n.diagnostics.some(i=>i.server===this.name&&i.message===e))return;n.diagnostics.push({server:this.name,message:e});let s=`MCP server "${this.name}": ${e}`;r==="error"?X.error(s):X.warn(s)}_usableToken(){let e=ne(),r=e.tokens.get(this.name),n=e.preservedCredentialIdentities?.get(this.name);if(!(n&&!Be(n,this._config)))return r}_buildAuthHeaders(){let e=this._usableToken();return e?.accessToken?{Authorization:`Bearer ${e.accessToken}`}:{}}async _maybeProactiveRefresh(){let e=ne().tokens,{config:r}=this;(r.type==="http"||r.type==="sse")&&r.auth==="oauth"&&await e.ensureLoaded?.(this.name,mr(r));let o=this._usableToken();o&&(o.accessToken&&!Du(o)||ne().shouldProactivelyRefreshTokens&&(o.refreshToken?await this._refreshTokenDeduped():Ko(o)&&ne().tokens.markAuthRequired(this.name)))}refreshTokenIfPossible(){return this._refreshTokenDeduped()}getRefreshInFlight(){return this._refreshPromise}_refreshTokenDeduped(){if(this._disposing||this._disposed)return Promise.resolve({kind:"transient_failure"});let e=ne(),r=e.refreshes.get(this.name);if(r)return r.then(a=>a??{kind:"refreshed"});let n={state:e,tokenStore:e.tokens,serverGeneration:e.serverGenerations.get(this.name)??0,configRevision:e.configRevisions.get(this.name)??0,credential:e.credentialRevisions.get(this.name),localRefreshEnabled:e.shouldProactivelyRefreshTokens,failureScope:Yt(e,this.name,this._config.id),token:this._usableToken(),hostWasUntracked:e.servers.get(this.name)===void 0},o=JSON.stringify([this.name,n.serverGeneration,n.configRevision,n.credential?.domain??null,n.credential?.revision??null]),s=e.refreshes.get(o);if(s)return s.then(a=>a??{kind:"refreshed"});let i=this._performTokenRefresh(n).finally(()=>{this._refreshPersisting=!1,e.refreshes.get(o)===i&&e.refreshes.delete(o),this._refreshPromise===i&&(this._refreshPromise=void 0)});return this._refreshPromise=i,e.refreshes.set(o,i),i}_ownsRefresh(e){let{state:r}=e,n=r.credentialRevisions.get(this.name),o=Z(r,this.name)?.retirement?.incumbent.host,s=r.servers.get(this.name)===this||this._refreshPersisting&&o===this||e.hostWasUntracked&&r.servers.get(this.name)===void 0;return(!this._disposing||this._refreshPersisting)&&s&&(r.serverGenerations.get(this.name)??0)===e.serverGeneration&&(r.configRevisions.get(this.name)??0)===e.configRevision&&this._ownsRefreshCredential(e,n)&&(e.localRefreshEnabled===r.shouldProactivelyRefreshTokens||this._refreshPersisting)}_ownsRefreshCredential(e,r){return e.state.tokens===e.tokenStore&&e.tokenStore.get(this.name)===e.token&&r?.domain===e.credential?.domain&&r?.revision===e.credential?.revision}async _restoreAfterSupersededRefresh(e,r,n,o){let s=e.state.servers.get(this.name),i=e.state.tokens,a=i.get(this.name),c=e.state.credentialRevisions.get(this.name);if(!(i!==e.tokenStore||!s||!a||!Be(this._config,s.config)))try{if(a===e.token){i.commit(this.name,r),Hr({state:e.state,name:this.name,revision:o});return}let u=await i.restoreAfterSupersededRefresh(this.name,r,a,n,o);if(!u||e.state.tokens!==i||e.state.servers.get(this.name)!==s||i.get(this.name)!==a||e.state.credentialRevisions.get(this.name)?.revision!==c?.revision||e.state.credentialRevisions.get(this.name)?.domain!==c?.domain)return;Hr({state:e.state,name:this.name,revision:u});let d=e.state.currentLoad?.latestPi;d&&J(d,e.state)}catch{X.error(`Failed to restore authoritative MCP OAuth token for "${this.name}" after superseded refresh`)}}_refreshFailureCategory(e,r){return r?"auth_terminal":e instanceof B?"cannot_persist":"refresh_transient"}_handleRefreshFailure(e,r){let n=!(e instanceof B)&&ju(e),o=this._ownsRefresh(r);return n&&o&&r.state.tokens.markAuthRequired(this.name),o&&zo(r.state,this.name,this._refreshFailureCategory(e,n),r.failureScope),X.warn(`MCP server "${this.name}" token refresh failed (${n?"permanent \u2014 auth required":"transient \u2014 will retry"}, ${Ge(e)})`),n&&o?{kind:"terminal_failure"}:{kind:"transient_failure"}}async _performTokenRefresh(e){if(!e.localRefreshEnabled)return{kind:"transient_failure"};if(!e.token?.refreshToken)return this._ownsRefresh(e)?(e.state.tokens.markAuthRequired(this.name),zo(e.state,this.name,"auth_terminal",e.failureScope),{kind:"terminal_failure"}):{kind:"transient_failure"};try{let r=mr(this._config),n=await e.tokenStore.captureRefreshIdentityVersion(r);if(!this._ownsRefresh(e))return{kind:"transient_failure"};let o=await Uu(e.token);if(!this._ownsRefresh(e))return{kind:"transient_failure"};this._refreshPersisting=!0;let s=await e.tokenStore.persistRefresh(this.name,o,r,n);if(!this._ownsRefresh(e))return await this._restoreAfterSupersededRefresh(e,o,r,s),{kind:"transient_failure"};e.tokenStore.commit(this.name,o),Hr({state:e.state,name:this.name,revision:s}),ot(e.state,this.name);let i=e.state.currentLoad?.latestPi;return i&&J(i,e.state),X.debug(`MCP server "${this.name}" token refreshed`),{kind:"refreshed"}}catch(r){return this._handleRefreshFailure(r,e)}}_isSessionExpiredError(e){return this._config.type!=="http"||this._activeTransport?.sessionId===void 0?!1:ph(e)}_reinitializeSession(){return this._reinitializingPromise===void 0&&(this._reinitializingPromise=this._doReinitializeSession().finally(()=>{this._reinitializingPromise=void 0})),this._reinitializingPromise}async _doReinitializeSession(){if(!this._client)throw new Error(`MCP server "${this.name}" client is gone`);if(this._config.type!=="http")throw new Error("Session re-initialization is only supported for Streamable HTTP servers");await this._client.close();let e=this._createHttpTransport(this._config.url,this._resolvedHeaders??this._config.headers??{});try{await this._client.connect(e)}catch(r){throw this._recordConnectFailure(r,"reinit"),r}X.info(`MCP server "${this.name}" re-initialized session`)}async _withSessionRetry(e){if(this._config.type!=="http")return e();try{return await e()}catch(r){let n=this._isSessionExpiredError(r),o=this._reinitializingPromise!==void 0;if(!(n||o))throw r;X.info(n?`MCP server "${this.name}" returned 404 (session expired); re-initializing and retrying`:`MCP server "${this.name}" call interrupted by a concurrent re-initialization; retrying once`);try{await this._reinitializeSession()}catch(s){throw X.error(`MCP server "${this.name}" session re-initialization failed (${Ge(s)})`),_F(r),r}return await e()}}_throwRefreshUnavailable(e,r,n){throw n&&!r?e:new En}async _withAuthRetry(e,r,n){let o=this._config,s=ne(),i=Yt(s,this.name,this._config.id),a=n?.call;if(o.type!=="http"&&o.type!=="sse")return e();let c=()=>(a&&(a.failure=void 0),lh({operation:r,onFailure:a?u=>{a.failure=u}:void 0},e));try{let u=await c();return this._clearHostedAuthFailure(),u}catch(u){let d=a?.failure??u;if(this._disposed||!wt(d))throw d;let l=n?.startupAuthRefreshBudget;if(this._isHostedAccessTokenOnly())throw this.onAuthRefreshNeeded?.(),new wi;if(this._hostedCredentialProvenance!==void 0)throw new En;if(l&&!l.available)throw this._markAuthRequired(d,i),d;X.debug(`MCP server "${this.name}" got 401, attempting token refresh + retry`);let f=s.shouldProactivelyRefreshTokens;if(l){if(await this._recoverStartupAuthentication(d,l)==="disposed")throw d}else{let p=await this._refreshTokenDeduped();if(this._disposed)throw d;if(p.kind==="transient_failure"&&this._throwRefreshUnavailable(d,f,n?.preserveAuthErrorOnRefreshUnavailable===!0),p.kind==="terminal_failure")throw this._status="auth_required",d}try{let p=await c();return this._clearHostedAuthFailure(),p}catch(p){let h=a?.failure??p;throw wt(h)&&this._markAuthRequired(h,i),h}}}_clearHostedAuthFailure(){this._isHostedAccessTokenOnly()&&this.onAuthRefreshCleared?.()}_isHostedAccessTokenOnly(){return this._hostedCredentialProvenance?.kind==="accepted"&&this._hostedCredentialProvenance.hostedAccessTokenOnly}_markAuthRequired(e,r){let n=ne();zo(n,this.name,"auth_terminal",r)&&(this._status="auth_required",n.tokens.markAuthRequired(this.name),this._emitState("auth_required",Ge(e)),X.warn(`MCP server "${this.name}" still 401 after refresh \u2014 auth_required`))}_wireLivenessHandlers(){let e=this._client;e&&(e.onclose=()=>{this._handleTransportClosed(new Hc(this._config.type,"closed"))},e.onerror=()=>{this._handleTransportClosed(new Hc(this._config.type,"error"))})}_startHeartbeat(){this._heartbeatTimer===void 0&&(this._heartbeatTimer=setInterval(()=>{this._sendHeartbeat()},CF),this._heartbeatTimer.unref?.())}_stopHeartbeat(){this._heartbeatTimer!==void 0&&(clearInterval(this._heartbeatTimer),this._heartbeatTimer=void 0)}async probe(){let e=ne(),r=Yt(e,this.name,this._config.id),n=await this._runProbe();for(let i=2;i<=ux&&n.outcome==="transient";i++)await Yr(kF[i-2]??0),n=await this._runProbe();let o=Yt(e,this.name,this._config.id),s=o.serverGeneration===r.serverGeneration&&o.mcpConfigId===r.mcpConfigId&&o.credentialRevision===r.credentialRevision&&o.credentialRevisionDomain===r.credentialRevisionDomain;return s&&n.outcome==="alive"&&ot(e,this.name,r),s&&(n.outcome==="alive"||n.outcome==="authFailure")?this._lastProbeResult=n:n.outcome==="inconclusive"?X.warn(`MCP server "${this.name}" startup verification ping was inconclusive; leaving handshake status intact: ${n.error}`):n.outcome==="transient"&&X.debug(`MCP server "${this.name}" startup verification ping remained transient after ${ux} attempts; not caching as failed: ${n.error}`),n}getLastProbeResult(){return this._lastProbeResult}async _runProbe(){let e=!this._client||this._disposed;if(e)return{ok:!1,outcome:"transient",error:"MCP client is not available",isAuthError:!1};try{return await this._withAuthRetry(()=>{if(!this._client)throw new Error(`MCP server "${this.name}" client is gone`);return this._client.ping({timeout:cx})},"ping",{preserveAuthErrorOnRefreshUnavailable:!0}),{ok:!0,outcome:"alive"}}catch(r){let n=this._classifyProbeError(r,e);if(n==="alive")return{ok:!0,outcome:"alive"};let o=`MCP startup verification failed (${Ge(r)})`,s=`MCP server "${this.name}" failed startup verification ping (${n}): ${o}`;return n==="transient"?X.debug(s):X.warn(s),{ok:!1,outcome:n,error:o,isAuthError:n==="authFailure"}}}_classifyProbeError(e,r){return r||!this._client||this._disposed||this._reinitializingPromise!==void 0?"transient":rx(e)||fh(e)?"alive":wt(e)?"authFailure":nx(e)?"transient":"inconclusive"}async _sendHeartbeat(){if(this._inFlightCalls.size===0||this._reinitializingPromise)return;let e=this._client;if(!(!e||this._disposed))try{await e.ping({timeout:cx})}catch(r){if(this._reinitializingPromise||this._disposed||fh(r))return;X.warn(`MCP server "${this.name}" failed liveness ping; in-flight tool calls are treated as wedged`),this._failInFlightCalls(new Error(`MCP server "${this.name}" is unresponsive (liveness ping failed)`))}}_handleTransportClosed(e){this._reinitializingPromise||this._disposed||(this._stopHeartbeat(),this._failInFlightCalls(e))}_wedgeRecoveryOwnership(e){let r=e.failure;return wt(r)?(this._wedgeRecoveryOwners.add(e),"recoverable"):this._isSessionExpiredError(r)?(e.sessionRecoveryOwned=!0,this._wedgeRecoveryOwners.add(e),"recoverable"):this._wedgeRecoveryOwners.has(e)?"owned":"none"}_settleInFlightCall(e,r,n){let o=this._releaseWedgeRecoveryOwner(e,r,n);e.failure=void 0,this._inFlightCalls.delete(e),o&&this.onWedged?.()}_releaseWedgeRecoveryOwner(e,r,n){if(!this._wedgeRecoveryOwners.delete(e)||(!r&&e.sessionRecoveryOwned&&!wt(n)&&(this._wedgeRequired=!0),this._wedgeRecoveryOwners.size!==0))return!1;let o=this._wedgePending&&this._wedgeRequired;return this._wedgePending=!1,this._wedgeRequired=!1,o}_failInFlightCalls(e,r=!0){let n=[...this._inFlightCalls].filter(c=>!c.livenessRejected);if(n.length===0)return;if(!r){for(let c of n)c.livenessRejected=!0,c.reject(e);X.warn(`MCP server "${this.name}" failing ${n.length} in-flight tool call(s)`);return}let o=n.map(c=>({call:c,state:this._wedgeRecoveryOwnership(c)})),s=o.some(({state:c})=>c==="recoverable"),i=!1;for(let{call:c,state:u}of o)u==="recoverable"||u==="owned"&&s||(c.livenessRejected=!0,i=!0,c.reject(c.failure??e));let a=n.filter(c=>c.livenessRejected).length;X.warn(`MCP server "${this.name}" failing ${a} in-flight tool call(s)`),this._wedgeRecoveryOwners.size>0?(this._wedgePending=!0,this._wedgeRequired||=i):i&&this.onWedged?.()}_listToolsWithAuthRetry(e){return this._withAuthRetry(()=>{if(!this._client)throw new Error(`MCP server "${this.name}" client is gone`);return this._client.listTools()},"list_tools",{startupAuthRefreshBudget:e})}async _refreshTools(){if(!(this._disposed||this._status!=="success"||!this._client))try{let e=await this._listToolsWithAuthRetry();if(this._disposed)return;let r=e.tools??[],n=!fF(this._tools,r);if(this._tools=r,n){X.info(`MCP server "${this.name}" tool list updated (${r.length} tool(s))`);try{this.onToolsChanged?.()}catch(o){X.warn(`MCP server "${this.name}" onToolsChanged handler threw (${Ge(o)})`)}}}catch(e){X.warn(`MCP server "${this.name}" tools/list_changed refresh failed (${Ge(e)}), keeping cached tools`)}}listTools(){return this._tools}async callTool(e,r,n){if(this._disposing||this._disposed)throw new Error(`MCP server "${this.name}" is being disposed`);if(this._status!=="success"||!this._client)throw new Error(`MCP server "${this.name}" is not connected (status: ${this._status})`);if(this._config.timeoutMs!==void 0&&this._config.timeoutMs>ax)throw new Error(`MCP server "${this.name}" timeoutMs is too large: ${this._config.timeoutMs}, max is ${ax}.`);let s={timeout:this._config.timeoutMs??RF,signal:n,resetTimeoutOnProgress:!0,maxTotalTimeout:this._config.timeoutMs??PF,onprogress:d=>{X.debug(`MCP server "${this.name}" tool "${e}" progress: ${d.progress}${d.total===void 0?"":`/${d.total}`}${d.message?` - ${d.message}`:""}`)}},i,a=new Promise((d,l)=>{i={reject:l,livenessRejected:!1,sessionRecoveryOwned:!1}});a.catch(()=>{}),i&&this._inFlightCalls.add(i);let u=this._withSessionRetry(()=>this._withAuthRetry(()=>{if(!this._client)throw new Error(`MCP server "${this.name}" client is gone`);return this._client.callTool({name:e,arguments:r??{}},tx,s)},"tool_call",{call:i})).then(d=>(i&&this._settleInFlightCall(i,!0,void 0),d),d=>{throw i&&this._settleInFlightCall(i,!1,d),d});try{let d=await Promise.race([u,a]),l=HF(d.content,d.structuredContent);return{isError:d.isError===!0,content:l.content,rawItemCount:l.rawItemCount}}catch(d){if(n?.aborted||d instanceof Error&&d.name==="AbortError")throw d;return this._reportAndThrowToolError(d,e)}finally{i&&!this._wedgeRecoveryOwners.has(i)&&(i.failure=void 0,this._inFlightCalls.delete(i))}}_reportAndThrowToolError(e,r){if(e instanceof En||e instanceof wi)throw e;if(wt(e))throw new Error(`Authentication failed for MCP server "${this.name}". Reconnect "${this.name}" in MCP settings before retrying this tool.`);let o=qc(r),s=Ge(e),i=ox(e)&&/[^a-zA-Z0-9_-]/.test(r)?` The tool name "${o}" contains characters that some servers do not support; letters, digits, underscores, and hyphens are portable.`:"",a=`MCP tool "${o}" failed (${s}).${i}`;throw SF(e)||pd(mh(a,s),{server:this.name,op:"tool_call",transport:this._config.type,tool:o}),mh(a,s)}beginDisposal(){this._disposing||this.onToolsWithdraw?.(),this._disposing=!0,this._disposed=!0,this._stopHeartbeat(),this._failInFlightCalls(new Error(`MCP server "${this.name}" is being disposed`),!1),this._wedgeRecoveryOwners.clear(),this._wedgePending=!1,this._wedgeRequired=!1}async dispose(e){this.beginDisposal(),await this._refreshPromise,this._stopHeartbeat();let r=this._client;if(this._client=void 0,this._activeTransport=void 0,this._reinitializingPromise=void 0,this._wedgeRecoveryOwners.clear(),this._wedgePending=!1,this._wedgeRequired=!1,this._stdioTransport=void 0,!!r)try{await r.close()}catch(n){if(X.debug(`MCP server "${this.name}" close error: ${n instanceof Error?n.message:String(n)}`),e?.strict)throw n}}};var _x=eq.child({prefix:"pi-mcp"}),tq=3,rq=6e4;function nq(t,e){let r=Date.now(),n=r-rq,o=(t.restartHistory.get(e)??[]).filter(s=>s>=n);return o.length>=tq?(t.restartHistory.set(e,o),!1):(o.push(r),t.restartHistory.set(e,o),!0)}function Sx(t){Jr(t),qi(t)}async function oq(t,e,r){if(!nq(e,t)){_x.warn(`MCP server "${t}" automatic restart rate-limited`);return}_x.warn(`MCP server "${t}" wedged; recycling transport`),await jr(t,e,r)}function Zc(t,e,r){if(sq(e)){Sx(t);return}ku(t,r),Ln(e)&&Sx(t)}function sq(t){return qo()||t.toolSearchLatched}function Wt(t,e,r){return em(r,t.name,t)&&r.serverGenerations?.get(t.name)===e}function vh(t,e){t.serverGenerations??=new Map;let r=(t.serverGenerations.get(e)??0)+1;return t.serverGenerations.set(e,r),t.statusFailureCategories??=new Map,ot(t,e),t.authRefreshNeededReportKeys.delete(e),r}function iq(t){let{state:e,config:r,hostGeneration:n}=t;if(r.type!=="http"&&r.type!=="sse"||r.auth!=="oauth"||r.registrySource===void 0||r.id===void 0)return;let o=e.credentialRevisions.get(r.name),s=e.tokens.get(r.name),i=e.hostedCredentialOwnership?.get(r.name),a=o!==void 0&&i?.revision===o.revision,c=o!==void 0&&i?.domain===o.domain,u=o!==void 0&&i?.ownerDomain===o.ownerDomain,d=o!==void 0&&e.oauthCredentialDomains.get(r.name)===o.domain,l=o!==void 0&&cm(o.domain,r.id,o.ownerDomain);return o!==void 0&&s!==void 0&&i!==void 0&&a&&c&&u&&d&&l?Object.freeze({kind:"accepted",configId:r.id,credentialRevision:o.revision,credentialRevisionDomain:o.domain,hostGeneration:n,hostedAccessTokenOnly:i.accessTokenOnly}):i===void 0&&e.shouldProactivelyRefreshTokens?void 0:Object.freeze({kind:"incomplete",configId:r.id,hostGeneration:n})}function _h(t){let{state:e,config:r,generation:n}=t;return new Gc(r,iq({state:e,config:r,hostGeneration:n}))}function Ze(t,e,r="base"){t.configRevisions??=new Map,t.configDesiredRevisions??=new Map,t.configDesiredSources??=new Map;let o=Math.max(t.configRevisions.get(e)??0,t.configDesiredRevisions.get(e)??0)+1;return t.configDesiredRevisions.set(e,o),t.configDesiredSources.set(e,r),o}function Sh(t,e){if(e.id&&e.registrySource!==void 0){let r={...e};t.registryConfigNamesById.set(e.id,e.name),t.registryCredentialConfigs.set(e.name,r),t.registryCredentialConfigsById.set(e.id,r)}}function wh(t,e,r){return t.configDesiredRevisions.get(e)===r}function wx(t,e,r){return(t.configRevisions.get(e)??0)===r&&(t.configDesiredRevisions?.get(e)??r)===r}function bh(t,e,r,n){t.onStateChange=(i,a)=>{if(!Wt(t,e,r))return;let c={server:t.name,state:i,...a===void 0?{}:{errorType:a}};n.events.emit(QF,c)},t.onWedged=()=>{if(!Wt(t,e,r))return;let i=r.currentLoad?.latestPi??n;oq(t.name,r,i)};let o=t.hostedCredentialProvenance,s=o?.kind==="accepted"&&o.hostedAccessTokenOnly===!0?{serverGeneration:o.hostGeneration,mcpConfigId:o.configId,credentialRevision:o.credentialRevision,credentialRevisionDomain:o.credentialRevisionDomain}:void 0;t.onAuthRefreshNeeded=()=>{if(!Wt(t,e,r)||!s)return;let i=JSON.stringify(s);r.statusFailureCategories.set(t.name,{category:"auth_refresh_needed",...s}),r.authRefreshNeededReportKeys.get(t.name)!==i&&(r.authRefreshNeededReportKeys.set(t.name,i),J(r.currentLoad?.latestPi??n,r))},t.onAuthRefreshCleared=()=>{if(!Wt(t,e,r)||!s)return;let i=r.statusFailureCategories.get(t.name);typeof i=="object"&&i.category==="auth_refresh_needed"&&ot(r,t.name,s)&&J(r.currentLoad?.latestPi??n,r)},t.onToolsChanged=()=>{Wt(t,e,r)&&t.status==="success"&&Zc(r.currentLoad?.latestPi??n,r,t)},t.onToolsWithdraw=()=>{let i=r.currentLoad?.latestPi??n;Eu(i,t,e),i!==n&&Eu(n,t,e)}}async function bx(t,e,r,n){let o=setTimeout(()=>{Wt(t,e,r)&&J(n(),r)},Ai);typeof o.unref=="function"&&o.unref();try{await t.connect()}finally{clearTimeout(o),Wt(t,e,r)&&J(n(),r)}}async function Rx(t){let e=[...t.servers.values()].filter(r=>r.status==="success");e.length!==0&&await Promise.all(e.map(r=>r.probe()))}function Bc(t,e){if(e.status!=="installed")return!1;let r=Z(t,e.config.name);return r?.revision===e.leaseRevision&&r.host?.config===e.config}async function aq(t){let{state:e,config:r,displaced:n,retirement:o}=t;Sh(e,n.config),jo(e,r.name),n.beginDisposal?.();try{let s=Be(n.config,r)?Promise.resolve():dt(e,r.name,n.config.id,n.config),a=(await Promise.allSettled([s,n.dispose({strict:!0})])).find(c=>c.status==="rejected");if(a)throw a.reason;we({state:e,name:r.name,retirement:o,result:{status:"retired"}})}catch(s){throw we({state:e,name:r.name,retirement:o,result:{status:"failed",error:s}}),s}}async function cq(t){let{state:e,server:r,owner:n,leaseRevision:o}=t,s=Rt({state:e,name:r.name,owner:n,revision:o,host:r});if(s){r.beginDisposal?.();try{await r.dispose({strict:!0}),we({state:e,name:r.name,retirement:s,result:{status:"retired"}}),Re({state:e,name:r.name,owner:n,revision:o})}catch(i){throw we({state:e,name:r.name,retirement:s,result:{status:"failed",error:i}}),i}}}async function uq(t){let{state:e,server:r,config:n,generation:o,owner:s,leaseRevision:i,sourceOwnership:a,activePi:c}=t;return await r.connect(),Wt(r,o,e)?a?.(n)===!1?(await cq({state:e,server:r,owner:s,leaseRevision:i}),{status:"superseded",config:n}):(r.status==="success"&&Zc(c(),e,r),J(c(),e),r.status==="failed"?{status:"unavailable",config:n,error:new Error(r.lastError??`MCP server "${n.name}" failed`)}:{status:"installed",config:n,leaseRevision:i}):{status:"superseded",config:n}}function dq(t){let{state:e,config:r,configRevision:n,pi:o,owner:s,leaseRevision:i,sourceOwnership:a,activePi:c}=t,u=Z(e,r.name);if(!wh(e,r.name,n)||u?.revision!==i||a?.(r)===!1)return Re({state:e,name:r.name,owner:s,revision:i}),{status:"superseded",config:r};e.configRevisions.set(r.name,n);let d=vh(e,r.name),l=_h({state:e,config:r,generation:d});return bh(l,d,e,o),Ii({state:e,name:r.name,owner:s,revision:i,host:l})?{connection:uq({state:e,server:l,config:r,generation:d,owner:s,leaseRevision:i,sourceOwnership:a,activePi:c})}:(Re({state:e,name:r.name,owner:s,revision:i}),{status:"superseded",config:r})}function lq(t){let{intent:e,state:r,pi:n,sourceOwnership:o,sourceKind:s,activePi:i}=t,{config:a,revision:c}=e;if(o?.(a)===!1||!wh(r,a.name,c))return{status:"superseded",config:a};let u=r.servers.get(a.name),d=u?Q(r,a.name,u):Z(r,a.name),l=Mn(a,s),f=Lo({state:r,name:a.name,owner:l,expectedRevision:d?.revision,expectedHost:d?.host});if(!f)return{status:"collision",config:a};let p=f.lease.revision,h=()=>dq({state:r,config:a,configRevision:c,pi:n,owner:l,leaseRevision:p,sourceOwnership:o,activePi:i}),m=async()=>(f.displacedHost&&f.retirement?await aq({state:r,config:a,displaced:f.displacedHost,retirement:f.retirement}):await pu(f.retirement),h());return f.retirement?m():h()}async function bt(t,e,r,n,o,s){let i=()=>e.currentLoad?.latestPi??r,c=t.map(d=>({config:d,revision:o?.get(d.name)??Ze(e,d.name)})).map(async d=>{try{let l=await lq({intent:d,state:e,pi:r,sourceOwnership:n,sourceKind:s,activePi:i});return"connection"in l?l.connection:l}catch(l){return{status:"failed",config:d.config,error:l}}});if(c.length===0)return[];let u=setTimeout(()=>{J(i(),e)},Ai);typeof u.unref=="function"&&u.unref();try{return await Promise.all(c)}finally{clearTimeout(u)}}async function fq({name:t,state:e,pi:r,configRevision:n}){let o=e.servers.get(t);if(!o||e.servers.get(t)!==o||!wx(e,t,n))return!1;let s=o.config,i=Q(e,t,o);Sh(e,s),jo(e,t);let a=Rt({state:e,name:t,owner:i.owner,revision:i.revision,host:o});if(!a)return!1;o.beginDisposal?.();try{await o.dispose({strict:!0}),we({state:e,name:t,retirement:a,result:{status:"retired"}})}catch(l){throw we({state:e,name:t,retirement:a,result:{status:"failed",error:l}}),l}if(Z(e,t)?.revision!==i.revision||!wx(e,t,n))return Re({state:e,name:t,owner:i.owner,revision:i.revision}),!1;let c=vh(e,t),u=_h({state:e,config:s,generation:c});if(bh(u,c,e,r),!Ii({state:e,name:t,owner:i.owner,revision:i.revision,host:u}))return!1;let d=()=>e.currentLoad?.latestPi??r;return await bx(u,c,e,d),Wt(u,c,e)&&u.status==="success"&&Zc(d(),e,u),!0}function jr(t,e,r){e.reconnects??=new Map,e.configRevisions??=new Map,e.reconnectDesiredGenerations??=new Map,e.statusFailureCategories??=new Map;let n=(e.reconnectDesiredGenerations.get(t)??0)+1;e.reconnectDesiredGenerations.set(t,n);let o=e.reconnects.get(t);if(o)return o;let s=(async()=>{let i=0,a=e.configRevisions.get(t)??0;do{let c=e.reconnectDesiredGenerations.get(t)??0;if((e.configRevisions.get(t)??0)!==a||!await fq({name:t,state:e,pi:r,configRevision:a}))return;i=c}while(i<(e.reconnectDesiredGenerations.get(t)??i))})().finally(()=>{e.reconnects.get(t)===s&&e.reconnects.delete(t)});return e.reconnects.set(t,s),s}async function pq(t){let{state:e,name:r,existing:n,config:o,retirement:s}=t;Sh(e,n.config),jo(e,r),n.beginDisposal?.();try{let i=o!==void 0&&Be(n.config,o)?Promise.resolve():dt(e,r,n.config.id,n.config),c=(await Promise.allSettled([i,n.dispose({strict:!0})])).find(u=>u.status==="rejected");if(c)throw c.reason;s&&we({state:e,name:r,retirement:s,result:{status:"retired"}})}catch(i){throw s&&we({state:e,name:r,retirement:s,result:{status:"failed",error:i}}),i}}async function Px(t,e,r,n,o){let s=()=>e.currentLoad?.latestPi??r,{servers:i}=Nn(n,o,e.mcpConfigOverride,e.sessionMcpConfigDisabledOverrides),a=i.find(m=>m.name===t),c=Ze(e,t),u=e.servers.get(t),d=u?Q(e,t,u):Z(e,t),l={kind:"local",identity:a?.id??t},f=Lo({state:e,name:t,owner:l,expectedRevision:d?.revision,expectedHost:d?.host});if(!f)return;if(u&&await pq({state:e,name:t,existing:u,config:a,retirement:f.retirement}),f.retirement&&await pu(f.retirement),Z(e,t)?.revision!==f.lease.revision||!wh(e,t,c)){Re({state:e,name:t,owner:l,revision:f.lease.revision});return}if(e.configRevisions.set(t,c),!a){Re({state:e,name:t,owner:l,revision:f.lease.revision}),J(s(),e);return}let p=vh(e,t),h=_h({state:e,config:a,generation:p});bh(h,p,e,r),Ii({state:e,name:t,owner:l,revision:f.lease.revision,host:h})&&(await bx(h,p,e,s),Wt(h,p,e)&&h.status==="success"&&Zc(s(),e,h))}async function Ri(t,e,r){e.reconnecting=!0;try{await Promise.all(t.map(n=>jr(n,e,r)))}finally{e.reconnecting=!1}}import{logger as hq}from"@hermes/logger";var Rh=hq.child({prefix:"pi-mcp"}),mq=1e6,gq=1e3,yq=/^\d+$/;function Cx(t){return t.startsWith("user:")?`private:${t.slice(5)}`:t}function An(t){if(typeof t!="object"||t===null||Array.isArray(t))return;let e=t.credential_revision??t.credentialRevision,r=t.credential_revision_domain??t.credentialRevisionDomain;if(typeof e!="string"||!yq.test(e)||typeof r!="string"||r.length===0)return;let n=sm(t);return{revision:e.replace(/^0+(?=\d)/,""),domain:Cx(r),...n===void 0?{}:{ownerDomain:n}}}function vq(t,e,r){let n=t?.get(e),o=typeof r=="string"?t?.get(r):void 0;return n===void 0?o:o===void 0?n:gr(o,n)>0?o:n}function _q(t,e,r){if(t===void 0)return!0;let n=Cx(t);return n===e.domain||r?.kind==="domain"&&e.ownerDomain===r.domain?!0:r?.kind==="domain"&&!it(n)&&it(e.domain)&&In(n)===r.domain}function Sq(t,e,r,n){let o=e.credential_revision??e.credentialRevision,s=e.credential_revision_domain??e.credentialRevisionDomain;if((o!==void 0||s!==void 0)&&r===void 0)return Rh.warn(`Skipping MCP OAuth credentials for "${t}": invalid credential revision or domain`),"reject";let i=n?.expectedDomains?.get(t);if(r===void 0)return n?.requireRevision===!0||i!==void 0||n?.acceptedDomains?.has(t)===!0?"reject":"apply";let a=In(r.domain);if(i?.kind==="blocked"||i?.kind==="domain"&&r.ownerDomain!==void 0&&r.ownerDomain!==i.domain||i?.kind==="domain"&&r.ownerDomain===void 0&&!it(r.domain)&&a!==i.domain)return"reject";let c=n?.acceptedDomains?.get(t);if(!_q(c,r,i))return"reject";let u=vq(n?.acceptedRevisions,r.domain,s);if(u===void 0)return"apply";let d=gr(r.revision,u);return d>0||d===0&&c===void 0&&i?.kind==="domain"&&n?.equalRevisionRebindDomains?.get(t)===i.domain?"apply":d===0?"equal":"reject"}function wq(t,e,r,n){if(n!==void 0)return!1;let o=t.get(e);return o===void 0?!1:r.expiresAt===void 0||o.expiresAt===void 0||r.expiresAt<=o.expiresAt}function bq(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)&&typeof t.access_token=="string"&&t.access_token.length>0}function Rq(t){let e=t.access_token_expires_at?t.access_token_expires_at.seconds*gq+Math.floor(t.access_token_expires_at.nanos/mq):void 0;return{accessToken:t.access_token,refreshToken:t.refresh_token,expiresAt:e,tokenType:t.token_type,scope:t.scope,serverMetadata:{issuer:t.issuer??t.authorization_endpoint,authorization_endpoint:t.authorization_endpoint,token_endpoint:t.token_endpoint},client:{client_id:t.client_id,client_secret:t.client_secret,...t.token_endpoint_auth_method===void 0?{}:{token_endpoint_auth_method:t.token_endpoint_auth_method}}}}function Vc(t,e,r){let n={applied:[],equal:[],rejected:[]};for(let[o,s]of Object.entries(e)){if(!bq(s)){Rh.warn(`Skipping MCP OAuth credentials for "${o}": entry is not an object with a non-empty access_token`),n.rejected.push(o);continue}let i=An(s),a=Sq(o,s,i,r);if(a!=="apply"){n[a==="equal"?"equal":"rejected"].push(o);continue}let c=Rq(s);if(wq(t,o,c,i)){Rh.warn(`Skipping MCP OAuth credentials for "${o}": legacy payload cannot prove freshness`),n.rejected.push(o);continue}t.set(o,c),r?.equalRevisionRebindDomains?.delete(o),i!==void 0&&(r?.acceptedRevisions?.set(i.domain,i.revision),r?.acceptedDomains?.set(o,i.domain)),n.applied.push(o)}return n}var Cq=Pq.child({prefix:"pi-mcp"});function xq(t,e){let r;for(let[n,o]of t.servers){if(o.config.id!==e)continue;let s=Q(t,n,o);if(!(s.host!==o||s.owner.kind!=="registry"||s.owner.identity!==`user:${e}`)){if(r)return;r={name:n,server:o}}}return r}function kq(t,e,r){let n=Object.entries(t).filter(([o,s])=>{let i=An(s);if(i===void 0)return!1;let a=Gr(i);return i.ownerDomain!==void 0?a===`user:${e}`:o===r&&it(i.domain)||a===`user:${e}`});return n.length===1?n[0]?.[1]:void 0}async function xx(t){let{pi:e,state:r,update:n}=t,o=xq(r,n.configId),s=o?kq(n.credentials,n.configId,o.server.config.name):void 0;if(!o||!s)return;let i=Z(r,o.name);if(i?.owner.identity!==`user:${n.configId}`||o.server.config.type==="stdio"||o.server.config.auth!=="oauth")return;r.shouldProactivelyRefreshTokens=!1;let a=o.server.getRefreshInFlight?.();if(a&&await Promise.resolve(a).catch(()=>{}),r.servers.get(o.name)!==o.server||Z(r,o.name)!==i)return;let c=Vc(r.tokens,{[o.name]:s},{acceptedRevisions:r.oauthCredentialRevisions,acceptedDomains:r.oauthCredentialDomains,expectedDomains:r.expectedCredentialDomains,equalRevisionRebindDomains:r.equalRevisionRebindDomains,requireRevision:!0});if(!c.applied.includes(o.name)&&!c.equal.includes(o.name))return;if(c.applied.includes(o.name)){let f=An(s);f&&(r.credentialRevisions.set(o.name,f),r.hostedCredentialOwnership.set(o.name,{...f,accessTokenOnly:s.refresh_token===void 0})),r.statusFailureCategories.delete(o.name),r.authRefreshNeededReportKeys.delete(o.name),r.tokens.clearAuthRequired(o.name)}let u=r.currentLoad?.latestPi??e,d=t.reconnect??jr,l=t.report??J;await d(o.name,r,u).catch(f=>{Cq.warn(`Targeted MCP credential restart failed for config ${n.configId}: ${f instanceof Error?f.name:"non-Error"}`)}),l(u,r),Ne(r)}import{logger as Dq}from"@hermes/logger";import{execFile as Eq}from"node:child_process";import{logger as Tq}from"@hermes/logger";var Aq=5e3;function $q(t){switch(process.platform){case"darwin":return{file:"open",args:[t]};case"win32":return{file:"cmd",args:["/c","start","",t]};default:return{file:"xdg-open",args:[t]}}}function kx(t,e=Aq){let r=Tq.child({prefix:"open-browser"});return new Promise(n=>{let o;try{o=new URL(t).protocol}catch{r.warn("Refusing to open browser for an unparseable URL"),n(!1);return}if(o!=="http:"&&o!=="https:"){r.warn("Refusing to open browser for a non-http(s) URL"),n(!1);return}let{file:s,args:i}=$q(t),a=!1,c=null,u=setTimeout(()=>{if(!a){a=!0,r.warn("Browser open timed out (no display on a remote machine?)");try{c?.kill()}catch(d){r.debug("Failed to kill browser-open child process",{error:d})}n(!1)}},e);c=Eq(s,i,d=>{a||(a=!0,clearTimeout(u),d?(r.warn("Failed to open browser",{error:d}),n(!1)):n(!0))})})}import{createServer as Mq}from"node:http";function Wc(t){return t.replaceAll("&","&amp;").replaceAll("<","&lt;").replaceAll(">","&gt;").replaceAll('"',"&quot;").replaceAll("'","&#39;")}function Ex(t){let e=Wc(t.title),r=Wc(t.heading),n=Wc(t.message),o=t.details?Wc(t.details):void 0,s=t.autoClose?"<script>setTimeout(() => window.close(), 2000);</script>":"";return`<!doctype html>
102
+ <html lang="en">
103
+ <head>
104
+ <meta charset="utf-8" />
105
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
106
+ <title>${e}</title>
107
+ <style>
108
+ :root { color-scheme: dark; }
109
+ * { box-sizing: border-box; }
110
+ body {
111
+ margin: 0;
112
+ min-height: 100vh;
113
+ display: flex;
114
+ align-items: center;
115
+ justify-content: center;
116
+ padding: 24px;
117
+ background: #09090b;
118
+ color: #fafafa;
119
+ font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
120
+ text-align: center;
121
+ }
122
+ main { width: 100%; max-width: 560px; }
123
+ h1 { margin: 0 0 10px; font-size: 28px; line-height: 1.15; font-weight: 650; }
124
+ p { margin: 0; line-height: 1.7; color: #a1a1aa; font-size: 15px; }
125
+ .details {
126
+ margin-top: 16px;
127
+ font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
128
+ font-size: 13px;
129
+ color: #a1a1aa;
130
+ white-space: pre-wrap;
131
+ word-break: break-word;
132
+ }
133
+ </style>
134
+ </head>
135
+ <body>
136
+ <main>
137
+ <h1>${r}</h1>
138
+ <p>${n}</p>
139
+ ${o?`<div class="details">${o}</div>`:""}
140
+ </main>
141
+ ${s}
142
+ </body>
143
+ </html>`}function Tx(t){return Ex({title:"Authentication successful",heading:"Authentication successful",message:t,autoClose:!0})}function Kc(t,e){return Ex({title:"Authentication failed",heading:"Authentication failed",message:t,details:e})}var Iq="127.0.0.1",Mx="/callback",Ax=3e3,$x=3010,Oq="Authentication successful. You can close this window.",Jc={"Content-Type":"text/html; charset=utf-8"};function Ix(t=process.env){return!!(t.SSH_CONNECTION||t.SSH_TTY)}function Ox(t,e){let r=t.trim();if(!r)throw new Error("No authorization code provided");let n;try{n=new URL(r).searchParams}catch{(r.includes("code=")||r.includes("error="))&&(n=new URLSearchParams(r))}if(!n)return{kind:"success",result:{code:r,state:e}};let o=n.get("state");if(n.has("error")){if(o!==e)throw new Error("OAuth state mismatch");return{kind:"error",params:n}}let s=n.get("code");if(!s)throw new Error("Could not find an authorization code in the pasted input");if(o&&o!==e)throw new Error("OAuth state mismatch");return{kind:"success",result:{code:s,state:o??e}}}function Ph(t){let e=t.get("error")??"unknown_error",r=t.get("error_description");return new Error(`Authentication did not complete: ${e}${r?`: ${r}`:""}`)}function zq(t,e,r){try{let n=new URL(t.url??"","http://localhost");if(n.pathname!==Mx){e.writeHead(404,Jc),e.end(Kc("Callback route not found."));return}let o=n.searchParams.get("code"),s=n.searchParams.get("state"),i=n.searchParams.get("error");if(i){let a=c=>{e.writeHead(400,Jc),e.end(Kc("Authentication did not complete.",`Error: ${i}`));let u=Ph(n.searchParams);c instanceof Error?u=c:c!==void 0&&(u=new Error(String(c))),r.onError(u)};r.onErrorRetry(n.searchParams).then(c=>{c?(e.writeHead(302,{Location:c}),e.end()):a()}).catch(c=>a(c));return}if(!o||!s){e.writeHead(400,Jc),e.end(Kc("Missing code or state parameter.")),r.onError(new Error("OAuth callback missing code or state"));return}e.writeHead(200,Jc),e.end(Tx(Oq)),r.onSuccess({code:o,state:s})}catch{e.writeHead(500,{"Content-Type":"text/plain; charset=utf-8"}),e.end("Internal error")}}async function Nq(t){for(let e=Ax;e<=$x;e++)if(await new Promise(n=>{let o=()=>{t.removeListener("listening",s),n(!1)},s=()=>{t.removeListener("error",o),n(!0)};t.once("error",o),t.once("listening",s),t.listen(e,Iq)}))return e;throw new Error(`No free port in ${Ax}-${$x} for the OAuth callback server`)}async function zx(){let t=!1,e,r,n=new Promise((a,c)=>{e=u=>{t||(t=!0,a(u))},r=u=>{t||(t=!0,c(u))}}),o,s=Mq((a,c)=>{zq(a,c,{onSuccess:u=>e?.(u),onError:u=>r?.(u),onErrorRetry:u=>o?.(u)??Promise.resolve(null)})}),i=await Nq(s);return{port:i,redirectUri:`http://localhost:${i}${Mx}`,waitForCode:()=>n,cancelWait:()=>e?.(null),close:()=>s.close(),setErrorRetryHandler:a=>{o=a}}}var Ch=Dq.child({prefix:"pi-mcp"}),Lq=300*1e3,Lx="MCP authentication was superseded";function Nx(){return Ix()?"You appear to be on a remote machine. Open the URL in a local browser, then paste the final redirect URL or code below.":"Complete sign-in in your browser. If it doesn't open, paste the final redirect URL or code below."}function $n(t){if(t.aborted)throw new Error("Authentication cancelled")}function jx(t,e,r){return t.authenticationGeneration===r.authenticationGeneration&&t.servers.get(e)===r.server&&(t.serverGenerations.get(e)??0)===r.serverGeneration&&(t.configRevisions.get(e)??0)===r.installedConfigRevision&&(t.configDesiredRevisions.get(e)??0)===r.desiredConfigRevision&&t.tokens===r.tokenStore&&t.tokens.get(e)===r.token&&Ux(t.credentialRevisions.get(e),r.credentialRevision)}function Ux(t,e){return t?.revision===e?.revision&&t?.domain===e?.domain}function Dx(t,e,r){if(!jx(t,e,r))throw new Error(Lx)}async function jq(t,e,r,n,o,s){let i=t.servers.get(e),a=t.tokens,c=a.get(e),u=t.credentialRevisions.get(e);if(a!==r.tokenStore||!i||!c||!Be(r.server.config,i.config))return;let d=i.config,l=mr(d);try{let f=await a.restoreAfterSupersededAuthentication(e,n,c,l,o);if(f===void 0||t.tokens!==a||t.servers.get(e)?.config!==d||a.get(e)!==c||!Ux(t.credentialRevisions.get(e),u))return;Hr({state:t,name:e,revision:f}),J(t.currentLoad?.latestPi??s,t)}catch{Ch.error(`Failed to restore authoritative MCP OAuth token for "${e}" after superseded authentication`)}}function Uq(t){let e=t.serverMetadata;if(!e.authorization_endpoint||!e.token_endpoint)throw new Error("Authorization server metadata is missing required endpoints");let r=t.client.client_secret,n=t.client.token_endpoint_auth_method;return{accessToken:t.accessToken,refreshToken:t.refreshToken,expiresAt:t.expiresAt,tokenType:t.tokenType,scope:t.scope,resource:t.resource,serverMetadata:{issuer:e.issuer,authorization_endpoint:e.authorization_endpoint,token_endpoint:e.token_endpoint},client:{client_id:t.client.client_id,...typeof r=="string"?{client_secret:r}:{},...typeof n=="string"?{token_endpoint_auth_method:n}:{}}}}function Fq(t,e,r,n){return new Promise((o,s)=>{let i=!1,a,c=()=>{a&&clearTimeout(a),e.signal.removeEventListener("abort",d),t.cancelWait()},u=m=>{i||(i=!0,c(),m())},d=()=>u(()=>s(new Error("Authentication cancelled"))),l=()=>{a&&clearTimeout(a),a=setTimeout(()=>u(()=>s(new Error("Authentication timed out"))),Lq)},f=m=>{let y=m instanceof Error?m.message:String(m);u(()=>s(new Error(`Could not read the pasted authorization code (${y}). Restart sign-in and paste the full redirect URL.`)))},p=async(m,y)=>{let _=await n(m,l);if(!i){if(_){h(y);return}u(()=>s(Ph(m)))}},h=(m=e.waitForManualCode())=>{m.then(async y=>{if(!(i||!y))try{let _=Ox(y,r());if(_.kind==="success"){u(()=>o(new URLSearchParams({code:_.result.code,state:_.result.state})));return}let w=e.waitForManualCode();await p(_.params,w)}catch(_){f(_)}}).catch(y=>u(()=>s(y instanceof Error?y:new Error(String(y)))))};if(t.setErrorRetryHandler(m=>n(m,l)),l(),e.signal.aborted){u(()=>s(new Error("Authentication cancelled")));return}e.signal.addEventListener("abort",d),t.waitForCode().then(m=>{m&&u(()=>o(new URLSearchParams({code:m.code,state:m.state})))}).catch(m=>u(()=>s(m instanceof Error?m:new Error(String(m))))),h()})}async function Fx(t){let{serverName:e,state:r,pi:n,controller:o}=t,s=r.servers.get(e);if(!s)throw new Error(`Unknown MCP server "${e}"`);let i=s.config;if(i.type!=="http"&&i.type!=="sse")throw new Error(`MCP server "${e}" does not use OAuth authentication`);if(r.authenticating)throw new Error("Another MCP authentication is already in progress");r.authenticating=!0,r.authenticatingServerName=e;let a=++r.authenticationGeneration,c={authenticationGeneration:a,server:s,serverGeneration:r.serverGenerations.get(e)??0,installedConfigRevision:r.configRevisions.get(e)??0,desiredConfigRevision:r.configDesiredRevisions.get(e)??0,tokenStore:r.tokens,token:r.tokens.get(e),credentialRevision:r.credentialRevisions.get(e)},u=mr(i),d;try{let l=await c.tokenStore.captureAuthenticatedIdentityVersion(u);Dx(r,e,c),$n(o.signal),d=await zx(),$n(o.signal);let f=new URL(i.url),p=await id(f);$n(o.signal);let h=await ad(p);$n(o.signal);let m=await cd({config:{},serverMetadata:h,redirectUris:[d.redirectUri]});$n(o.signal);let y=await oa(f,m,h,d.redirectUri,p.resourceScopes?.join(" "),p.resourceIdentifier?new URL(p.resourceIdentifier):void 0);$n(o.signal);let _=y,w=!1,b,k,S=(be,Fr)=>{if(w)return k&&b&&sa(be,b)?k.then(ut=>ut.authUri.toString()):Promise.resolve(null);if(!sa(be,_))return Promise.resolve(null);w=!0;let qr=_;return b=qr,Fr(),Ch.info(`MCP server "${e}" rejected offline_access (invalid_scope); retrying authorization without it`),k=ud(qr).then(ut=>(_=ut,o.onAuthUrl({url:ut.authUri.toString(),instructions:Nx()}),ut)),k.then(ut=>ut.authUri.toString())};d.setErrorRetryHandler(be=>S(be,()=>{})),o.onAuthUrl({url:y.authUri.toString(),instructions:Nx()}),$n(o.signal),await kx(y.authUri.toString());let P=await Fq(d,o,()=>_.state,S),I=await dd(P,_);Dx(r,e,c);let re=Uq(I),fe=await c.tokenStore.persistAuthenticated(e,re,u,l);if(!jx(r,e,c))throw await jq(r,e,c,re,fe,n),new Error(Lx);c.tokenStore.commit(e,re),r.preservedCredentialIdentities?.delete(e),Hr({state:r,name:e,revision:fe}),r.tokens.clearAuthRequired(e),ot(r,e),await Ri([e],r,n),J(r.currentLoad?.latestPi??n,r),Ch.info(`MCP server "${e}" authenticated`)}finally{d?.close(),r.authenticationGeneration===a&&(r.authenticating=!1,r.authenticatingServerName=void 0)}}import{SettingsManager as nH}from"@augmentcode/auggie-v2";import{resolveTargetFiles as qq,SETTINGS_TARGET_ORDER as Hq,SettingsManager as Gq,scopeToSettingsTarget as Zq,settingsTargetToScope as xh}from"@augmentcode/auggie-v2";var Bq=Hq.map(t=>xh(t)),qx=(t,e)=>Gq.create(t,e);function Hx(t,e){switch(e){case"global":return t.getGlobalSettings().mcpServers;case"project":return t.getProjectSettings().mcpServers;case"local":return t.getLocalSettings().mcpServers;case"managed":return t.getManagedSettings().mcpServers}}function Gx(t,e,r){let n=qx(e,r);return Bq.filter(o=>Hx(n,o)?.[t])}function Zx(t){let e=t.map(n=>({target:Zq(n),path:n,exists:!0})),r=qq({files:e});return"directTarget"in r?{scopes:t,direct:xh(r.directTarget)}:{scopes:r.files.map(n=>xh(n.target)),direct:null}}function Vq(t,e,r){let{servers:n}=Nn(e,r);return n.find(o=>o.name===t)?.disabled===!0}function Bx(t,e,r,n,o){try{let s=qx(n,o);if(!Hx(s,r)?.[t])return{ok:!1,error:`Server "${t}" not found in ${r} settings`};s.update(r,{path:["mcpServers",t,"disabled"],value:e})}catch(s){return{ok:!1,error:s instanceof Error?s.message:String(s)}}return{ok:!0,overridden:Vq(t,n,o)!==e}}function kh(t){return`Cannot toggle "${t}": server is not in any editable settings file`}function Vx(t,e,r){return kh(t)}function Wx(t){return`Saved toggle for "${t}", but a higher-priority settings file overrides it`}import{logger as Wq}from"@hermes/logger";var Th=Wq.child({prefix:"pi-mcp"}),Kx="hermes:mcp:register-server-source";function Kq(t,e){return t.type==="stdio"?Lt(t,e):Dt(t,e)}function Jx(t,e){return JSON.stringify(t)===JSON.stringify(e)}function Jq(t,e){return{...t,disabled:e}}function Yq(t){try{return t.getServers()}catch(e){return Th.warn(`plugin MCP server source getServers() threw: ${e instanceof Error?e.message:String(e)}`),[]}}function Xq(t,e){if(t.getDiagnostics)try{for(let r of t.getDiagnostics())e.diagnostics.push({message:r.message,origin:"plugin"})}catch{}}function Yx(t,e){t.diagnostics.push({server:e,message:`plugin MCP server "${e}" is shadowed by an existing MCP server of the same name; skipping`,origin:"plugin"})}function Qq(t,e,r,n){let o=new Map;if(!t)return o;for(let s of Yq(t)){let i=e.servers.get(s.name),a=Kq(s,r),c=e.sessionPluginDisabledOverrides.get(s.name),u=Jq(a,c??a.disabled===!0),d=e.pluginServerHosts.get(s.name);i&&d===i&&Q(e,s.name,i);let l=Z(e,s.name),f=i!==void 0&&l?.owner.kind==="plugin"&&l.host===i,p=i!==void 0&&d===void 0&&n.has(s.name)&&Jx(i.config,u);p&&(Q(e,s.name,i),Xh({state:e,name:s.name,host:i}));let h=l?.owner.kind==="vfs";if(i&&!(f||p||h)){e.pluginServerNames.delete(s.name),e.pluginServerHosts.delete(s.name),Yx(e,s.name);continue}o.has(s.name)||o.set(s.name,u)}return o}async function eH(t,e,r){let n=[];for(let o of e){if(t.has(o))continue;r.sessionPluginDisabledOverrides.delete(o);let s=Z(r,o);if(s?.owner.kind!=="plugin")continue;let i=s.host;if(!i){Re({state:r,name:o,owner:s.owner,revision:s.revision});continue}let a=Rt({state:r,name:o,owner:s.owner,revision:s.revision,host:i});if(!a)continue;let c=dt(r,o,i.config.id,i.config);i.beginDisposal?.(),n.push(Promise.allSettled([c,i.dispose({strict:!0})]).then(u=>{let d=u.find(l=>l.status==="rejected");if(d)throw we({state:r,name:o,retirement:a,result:{status:"failed",error:d.reason}}),d.reason;we({state:r,name:o,retirement:a,result:{status:"retired"}}),Re({state:r,name:o,owner:s.owner,revision:s.revision})}))}await Promise.all(n)}function Xx(t,e){Yx(t,e)}function tH(t){let{state:e,desired:r,previousNames:n,previousHosts:o}=t,s=[],i=new Map;for(let[a,c]of r){let u=e.servers.get(a),d=u?Q(e,a,u):Z(e,a);if(d?.owner.kind==="local"||d?.owner.kind==="registry"){Xx(e,a);continue}u===o.get(a)&&n.has(a)&&Jx(u.config,c)||(i.set(a,Ze(e,a,"plugin")),s.push(c))}return{reservedRevisions:i,toConnect:s}}async function rH(t,e,r){let n=r?.connect??bt,o=e.pluginServerSource,s=e.workspaceRoot??process.cwd();e.diagnostics=e.diagnostics.filter(h=>h.origin!=="plugin"),o&&Xq(o,e);let i=new Set(e.pluginServerNames);e.pluginServerHosts??=new Map;for(let[h,m]of e.pluginServerHosts){let y=e.servers.get(h);(y===void 0||y===m)&&Q(e,h,m)}let a=Qq(o,e,s,i);e.configDesiredRevisions??=new Map,e.configRevisions??=new Map;let c=new Map,u=new Set;for(let[h,m]of e.hostLeases)m.owner.kind==="plugin"&&(u.add(h),m.host&&c.set(h,m.host));await eH(a,u,e);let{reservedRevisions:d,toConnect:l}=tH({state:e,desired:a,previousNames:u,previousHosts:c});if(l.length===0)return;Th.info(`Plugin MCP source: connecting ${l.length} server(s)`);let f=()=>e.currentLoad?.latestPi??t,p=h=>{let m=d.get(h.name);if(m===void 0||e.configDesiredRevisions.get(h.name)!==m)return!1;let y=Z(e,h.name),_=y?.owner.kind!=="local"&&y?.owner.kind!=="registry";return _||Xx(e,h.name),_};try{await n(l,e,f(),p,d,"plugin");for(let h of l)p(h)}catch{}finally{e.pluginServerNames=new Set([...e.hostLeases].filter(([,h])=>h.owner.kind==="plugin").map(([h])=>h)),J(f(),e),Ne(e)}}function Eh(t,e,r){e.pluginReconcileQueue??=Promise.resolve();let o=e.pluginReconcileQueue.then(()=>rH(t,e,r)).catch(s=>{Th.warn(`Plugin MCP reconciliation failed: ${s instanceof Error?s.message:String(s)}`)});return e.pluginReconcileQueue=o,o}function Qx(t,e){let{name:r,disabled:n,state:o,pi:s}=t,i=o.servers.get(r),a=i?Q(o,r,i):Z(o,r);return a?.owner.kind!=="plugin"||a.host!==i?Promise.resolve():(o.sessionPluginDisabledOverrides.set(r,n),Eh(o.currentLoad?.latestPi??s,o,e))}function ek(t,e){return{registerServerSource:r=>(e.pluginServerSource=r,Eh(e.currentLoad?.latestPi??t,e),()=>{e.pluginServerSource===r&&(e.pluginServerSource=void 0,Eh(e.currentLoad?.latestPi??t,e))})}}function oH(t,e){let n=nH.create(t,e).getManagedSettings().mcpServers;return new Set(Object.entries(n??{}).filter(([,o])=>o!==null).map(([o])=>o))}function tk(t){let{server:e,state:r,cwd:n,agentDir:o}=t;if(oH(n,o).has(e))return{kind:"blocked",message:`Cannot toggle "${e}": server is managed and cannot be modified`};let s=r.servers.get(e);if(!s)return{kind:"blocked",message:kh(e)};if(bu(r.mcpConfigOverride).has(e))return{kind:"session"};if(hr(s,r.pluginServerHosts,r.hostLeases)!=="local")return{kind:"session"};let i=Gx(e,n,o);if(i.length===0)return{kind:"blocked",message:Vx(e,n,o)};let{scopes:a,direct:c}=Zx(i);return{kind:"local",scopes:a,direct:c}}async function rk(t){let{server:e,disable:r,state:n,pi:o}=t,s=n.servers.get(e);if(!s)return;let i=n.hostLeases?.get(e)??(n.pluginServerHosts?.get(e)===s?Q(n,e,s):void 0);if(i?.owner.kind==="plugin"&&i.host===s){await Qx({name:e,disabled:r,state:n,pi:o});return}bu(n.mcpConfigOverride).has(e)&&n.sessionMcpConfigDisabledOverrides.set(e,r),s.config.registrySource!==void 0&&n.sessionRegistryDisabledOverrides.set(e,r);let a={...s.config,disabled:r};await bt([a],n,o,void 0,void 0,i?.owner.kind),Ne(n)}async function nk(t){let{server:e,disable:r,scope:n,state:o,pi:s,cwd:i,agentDir:a}=t,c=Bx(e,r,n,i,a);if(!c.ok)throw new Error(c.error);return await Px(e,o,s,i,a),Ne(o),c.overridden?{notice:Wx(e)}:{}}import{Key as PH,matchesKey as CH,SpinnerTimer as xH,wrapTextWithAnsi as kH}from"@earendil-works/pi-tui";import{Key as lH,matchesKey as fH}from"@earendil-works/pi-tui";import{getSettingsTargetLabel as sH,scopeToSettingsTarget as iH}from"@augmentcode/auggie-v2";import{truncateToWidth as aH,visibleWidth as ok}from"@earendil-works/pi-tui";var cH=15,uH=2;function sk(t){if(t.disabled)return{label:"Disabled",color:"muted"};switch(t.status){case"success":return{label:`${t.tools.length} tools available`,color:"success"};case"failed":return{label:"Failed",color:"error"};case"auth_required":return{label:"Auth required",color:"warning",hint:" Press Enter for options"};case"disabled":return{label:"Disabled",color:"muted"};default:return{label:"Initializing",color:"text"}}}function Ah(t){return t.registrySource==="tenant"?"Shared":t.registrySource==="user"?"Private registry":t.source==="plugin"?"Plugin":t.source==="vfs"?"VFS":"User-configured"}function ik(t){return Math.max($h(t),cH)}function $h(t){return t.reduce((r,n)=>Math.max(r,ok(n)),0)+uH}function Pi(t,e){let r=e-ok(t);return r>0?t+" ".repeat(r):t}function ak(t,e){return aH(t,Math.max(1,e),"\u2026")}function ck(t,e,r){if(e<=r)return{start:0,end:e};let n=Math.floor(r/2),o=Math.max(0,Math.min(t-n,e-r));return{start:o,end:o+r}}function dH(t,e){return Math.max(0,t-e)}function Mh(t,e,r){return Math.max(0,Math.min(t,dH(e,r)))}function uk(t,e,r){let n=t,o=Math.min(e,t+r);return{start:n,end:o,aboveCount:n,belowCount:e-o,rangeLabel:`Lines ${n+1}-${o} of ${e}`}}function dk(t,e){return String(t+1).padStart(String(e).length," ")}function lk(t){return t==="auth_required"?"Reauthenticate":"Authenticate"}function Ih(t){return sH(iH(t))}function Yc(t){if(t.source==="plugin"&&t.disabled)return["toggle"];let e=t.transport==="stdio"?["viewTools","viewLogs"]:["viewTools"];return t.isOAuth&&e.unshift("authenticate"),e.push("toggle","reconnect"),e}function fk(){return{step:"serverList",selectedServer:null,actionIndex:0,toolIndex:0,logScrollOffset:0,authInput:"",targetScopes:[],targetIndex:0,pendingToggle:null}}var $o=15;var pH="k",hH="j";function Mo(t,e){return(t%e+e)%e}function rt(t,e){let r=t.findIndex(n=>n.name===e);return r>=0?r:0}function pk(t,e){return e.matches(t,"tui.select.up")||t===pH?{kind:"up"}:e.matches(t,"tui.select.down")||t===hH?{kind:"down"}:e.matches(t,"tui.select.confirm")?{kind:"confirm"}:e.matches(t,"tui.select.cancel")?{kind:"cancel"}:fH(t,lH.backspace)?{kind:"back"}:{kind:"ignore"}}function mH(t,e,r){let n=r.length;if(n===0)return e.kind==="cancel"?{state:t,effect:{kind:"close"}}:{state:t};switch(e.kind){case"up":{let o=Mo(rt(r,t.selectedServer)-1,n);return{state:{...t,selectedServer:r[o]?.name??null}}}case"down":{let o=Mo(rt(r,t.selectedServer)+1,n);return{state:{...t,selectedServer:r[o]?.name??null}}}case"confirm":{let o=r[rt(r,t.selectedServer)];return o?.status==="auth_required"&&o.isOAuth?{state:t,effect:{kind:"authenticate",server:o.name}}:{state:{...t,step:"serverActions",actionIndex:0}}}case"cancel":return{state:t,effect:{kind:"close"}};default:return{state:t}}}function gH(t,e,r){let n=r.snapshots[rt(r.snapshots,t.selectedServer)];if(!n)return{state:{...t,step:"serverList"}};let o=Yc(n);switch(e.kind){case"up":return{state:{...t,actionIndex:Mo(t.actionIndex-1,o.length)}};case"down":return{state:{...t,actionIndex:Mo(t.actionIndex+1,o.length)}};case"cancel":case"back":return{state:{...t,step:"serverList"}};case"confirm":{let s=o[t.actionIndex];return s==="viewTools"?{state:{...t,step:"viewTools",toolIndex:0}}:s==="viewLogs"?{state:{...t,step:"viewLogs",logScrollOffset:0}}:s==="authenticate"?{state:t,effect:{kind:"authenticate",server:n.name}}:s==="toggle"?{state:t,effect:{kind:"toggle",server:n.name,disable:!n.disabled}}:{state:t,effect:{kind:"reconnect",server:n.name}}}default:return{state:t}}}function yH(t,e,r){let n=r.snapshots[rt(r.snapshots,t.selectedServer)]?.tools.length??0;switch(e.kind){case"up":return{state:{...t,toolIndex:Math.max(0,t.toolIndex-1)}};case"down":return{state:{...t,toolIndex:Math.min(Math.max(0,n-1),t.toolIndex+1)}};case"cancel":case"back":return{state:{...t,step:"serverActions"}};default:return{state:t}}}function vH(t,e,r){let n=r.snapshots[rt(r.snapshots,t.selectedServer)]?.logLines().length??0;switch(e.kind){case"up":return{state:{...t,logScrollOffset:Mh(t.logScrollOffset-1,n,r.windowSize)}};case"down":return{state:{...t,logScrollOffset:Mh(t.logScrollOffset+1,n,r.windowSize)}};case"cancel":case"back":return{state:{...t,step:"serverActions"}};default:return{state:t}}}function _H(t,e){return e.kind==="cancel"||e.kind==="back"?{state:{...t,step:"serverActions",authInput:""}}:{state:t}}function Xc(t,e){return{...t,step:e,targetScopes:[],targetIndex:0,pendingToggle:null}}function SH(t,e){let r=t.targetScopes.length;if(r===0)return{state:Xc(t,"serverActions")};switch(e.kind){case"up":return{state:{...t,targetIndex:Mo(t.targetIndex-1,r)}};case"down":return{state:{...t,targetIndex:Mo(t.targetIndex+1,r)}};case"cancel":case"back":return{state:Xc(t,"serverActions")};case"confirm":{let n=t.targetScopes[t.targetIndex],o=t.pendingToggle;return n&&o?{state:Xc({...t,actionIndex:0},"serverList"),effect:{kind:"toggleWrite",server:o.server,disable:o.disable,scope:n}}:{state:Xc(t,"serverActions")}}default:return{state:t}}}function hk(t,e,r){switch(t.step){case"serverList":return mH(t,e,r.snapshots);case"serverActions":return gH(t,e,r);case"viewTools":return yH(t,e,r);case"viewLogs":return vH(t,e,r);case"pasteAuthCode":return _H(t,e);case"selectTarget":return SH(t,e);default:return{state:t}}}var Oh="\u2192 ",Qc=" ";function wH(t,e,r){return t.disabled?r.fg("muted",t.name):e?r.bold(r.fg("accent",t.name)):r.fg("text",t.name)}function mk(t,e,r){if(e.length===0)return[r.fg("muted","No MCP servers available")];let n=ik(e.map(c=>c.name)),o=$h(["Source",...e.map(Ah)]),s=rt(e,t.selectedServer),a=[Qc+Pi(r.bold(r.fg("accent","Name")),n)+Pi(r.bold(r.fg("accent","Source")),o)+r.bold(r.fg("accent","Status"))];for(let[c,u]of e.entries()){let d=c===s,l=sk(u),f=r.fg(l.color,l.label)+(l.hint?r.fg("muted",l.hint):"");a.push((d?Oh:Qc)+Pi(wH(u,d,r),n)+Pi(r.fg("muted",Ah(u)),o)+f)}return a}var bH={authenticate:{label:"Authenticate",description:"Sign in to this server with OAuth"},viewTools:{label:"View tools",description:"See all tools provided by this server"},viewLogs:{label:"View logs",description:"View logs from this server"},reconnect:{label:"Reconnect",description:"Restart the server connection"},toggle:{label:"Disable",description:"Enable or disable this server"}};function RH(t,e){if(t==="toggle"){let r=e.source!=="local";return e.disabled?r?{label:"Enable for this session",description:"Re-enable this server for the current session only"}:{label:"Enable",description:"Enable this server (saved to settings.json)"}:r?{label:"Disable for this session",description:"Disable this server for the current session only"}:{label:"Disable",description:"Disable this server (saved to settings.json)"}}return bH[t]}function gk(t,e,r,n){let o=e[rt(e,t.selectedServer)];if(!o)return[r.fg("muted","No MCP servers available")];let s=o.transport==="stdio"?"Command: ":"URL: ",i=[r.fg("muted",ak(s+o.connectionInfo,n))];o.source==="plugin"&&i.push(r.fg("muted","Source: plugin (toggles apply to this session only)")),i.push("");let a=Yc(o);for(let[c,u]of a.entries()){let d=c===t.actionIndex,l=RH(u,o),f=u==="authenticate"?lk(o.status):l.label,p=d?r.bold(r.fg("accent",f)):r.fg("text",f);i.push((d?Oh:Qc)+p+r.fg("muted",` - ${l.description}`))}return i}function yk(t,e,r){let n=e[rt(e,t.selectedServer)];if(!n)return[r.fg("muted","No tools available.")];if(n.disabled)return[r.fg("muted","Server is disabled; no tools are currently available.")];if(n.tools.length===0)return[r.fg("muted","No tools available.")];let o=n.tools.length,{start:s,end:i}=ck(t.toolIndex,o,$o),a=[];for(let c=s;c<i;c++){let u=n.tools[c];if(!u)continue;let l=c===t.toolIndex?r.bold(r.fg("accent",u.name)):r.fg("text",u.name);a.push(r.fg("muted",`${dk(c,o)} `)+l+(u.disabled?r.fg("muted"," (disabled)"):""))}return a}function vk(t,e,r){let o=e[rt(e,t.selectedServer)]?.logLines()??[];if(o.length===0)return[r.fg("muted","No logs available yet.")];let s=o.length,i=uk(t.logScrollOffset,s,$o),a=[];s>$o&&a.push(r.fg("muted",i.rangeLabel)),i.aboveCount>0&&a.push(r.fg("dim",`\u2191 ${i.aboveCount} more`));for(let c of o.slice(i.start,i.end))a.push(r.fg("text",c));return i.belowCount>0&&a.push(r.fg("dim",`\u2193 ${i.belowCount} more`)),a}function _k(t,e,r){let n=e[rt(e,t.selectedServer)]?.name??"",o=[r.fg("muted",`Save the toggle for "${n}" to which settings file?`),""];for(let[s,i]of t.targetScopes.entries()){let a=s===t.targetIndex,c=a?r.bold(r.fg("accent",Ih(i))):r.fg("text",Ih(i));o.push((a?Oh:Qc)+c)}return o}function EH(t){return t.type==="stdio"?t.command:t.url}function TH(t){let e=t.getLogHistory();if(e.length===0){let r=t.lastError;return r?r.split(`
144
+ `).map(n=>n.trimEnd()).filter(n=>n.length>0):[]}return e.flatMap(r=>r.split(`
145
+ `)).map(r=>r.trimEnd()).filter(r=>r.length>0)}function Sk(t){return t.disabled?2:t.status==="auth_required"?0:1}function AH(t){let e=[];for(let r of t.servers.values())e.push({name:r.name,status:r.status,transport:r.config.type,source:hr(r,t.pluginServerHosts,t.hostLeases),registrySource:r.config.registrySource,disabled:r.config.disabled===!0,isOAuth:r.config.type!=="stdio"&&r.config.auth==="oauth",tools:r.tools.map(n=>({name:n.name,disabled:!1})),connectionInfo:EH(r.config),logLines:()=>TH(r)});return e.sort((r,n)=>Sk(r)-Sk(n)),e}function $H(t,e){let r=e[rt(e,t.selectedServer)]?.name??"";switch(t.step){case"serverActions":return`MCP Servers \u203A ${r}`;case"viewTools":return`MCP Servers \u203A ${r} \u203A Tools`;case"viewLogs":return`MCP Servers \u203A ${r} \u203A Logs`;case"selectTarget":return`MCP Servers \u203A ${r} \u203A Settings file`;default:return"MCP Servers"}}function MH(t){switch(t){case"serverList":return"\u2191\u2193 Navigate \xB7 Enter Select \xB7 Esc Close";case"serverActions":case"selectTarget":return"\u2191\u2193 Navigate \xB7 Enter Select \xB7 Esc Back";default:return"\u2191\u2193 Navigate \xB7 Esc Back"}}function IH(t,e,r,n){switch(t.step){case"serverActions":return gk(t,e,r,n);case"viewTools":return yk(t,e,r);case"viewLogs":return vk(t,e,r);case"selectTarget":return _k(t,e,r);default:return mk(t,e,r)}}function OH(t,e,r,n){let o=r.bold(r.fg("accent",$H(t,e))),s=IH(t,e,r,n);return[o,"",...s,"",r.fg("muted",MH(t.step))]}function zH(t,e,r,n){let o=n.bold(n.fg("accent",`MCP Servers \u203A ${t}`)),s=`${n.fg("accent",r)} ${n.fg("text",`${e} ${t}\u2026`)}`;return[o,"",s]}function NH(){let t;return{promise:new Promise(r=>{t=r}),resolve:t}}function DH(t,e,r){let n=i=>i.flatMap(a=>kH(a,Math.max(1,r))),o=e.bold(e.fg("accent",`MCP Servers \u203A ${t.server} \u203A Authenticate`));if(t.status==="error")return n([o,"",e.fg("error","Authentication failed"),e.fg("muted",t.error??"Unknown error"),"",e.fg("muted","Press any key to dismiss")]);let s=[o,"",e.fg("text","Opening your browser to sign in\u2026")];return t.url&&s.push(e.fg("accent",t.url)),t.instructions&&s.push(e.fg("muted",t.instructions)),s.push("",`${e.fg("text","Paste code or redirect URL: ")}${e.fg("accent",t.input)}`,"",e.fg("muted","Enter Submit \xB7 Esc Cancel")),n(s)}function LH(t){return t.length>0&&!t.startsWith("\x1B")&&t>=" "}function wk(t){return t?"Disabling":"Enabling"}function bk(t,e){return`Failed to toggle "${t}": ${e instanceof Error?e.message:String(e)}`}var zh=class{state=fk();config;busy=null;spinner;opDone;authenticating=null;authStatus="pending";authUrl;authInstructions;authError;authAbort;manualCode;queuedManualCodes=[];authInPaste=!1;authPasteBuffer="";authDone;component;constructor(e){this.config=e,this.component={render:r=>this.render(r),handleInput:r=>this.dispatch(r),invalidate:()=>{}}}get reconnectSettled(){return this.opDone}get authSettled(){return this.authDone}render(e){return this.busy?zH(this.busy.server,this.busy.verb,this.spinner?.frame??"",this.config.theme):this.authenticating?DH({server:this.authenticating,status:this.authStatus,url:this.authUrl,instructions:this.authInstructions,input:this.state.authInput,error:this.authError},this.config.theme,e):OH(this.state,this.config.snapshots(),this.config.theme,e)}dispatch(e){if(this.busy)return;if(this.authenticating){this.handleAuthInput(e);return}let r=this.config.snapshots(),n=pk(e,this.config.keybindings),o=hk(this.state,n,{snapshots:r,windowSize:$o});this.state=o.state,o.effect&&this.runEffect(o.effect),this.config.tui.requestRender()}runEffect(e){switch(e.kind){case"close":this.config.done();return;case"reconnect":this.startOp(e.server,"Reconnecting",()=>this.config.reconnect(e.server));return;case"authenticate":this.startAuth(e.server);return;case"toggle":this.startToggle(e.server,e.disable);return;case"toggleWrite":this.startToggleWrite(e.server,e.disable,e.scope);return;default:return}}startToggle(e,r){if(this.busy||this.config.isReconnecting())return;let n=this.config.toggle.classify(e);if(n.kind==="blocked"){this.config.toggle.notify(n.message),this.state={...this.state,step:"serverList",actionIndex:0},this.config.tui.requestRender();return}if(n.kind==="session"){this.startOp(e,wk(r),async()=>{try{await this.config.toggle.applySession(e,r)}catch(o){this.config.toggle.notify(bk(e,o))}});return}if(n.direct){this.startToggleWrite(e,r,n.direct);return}this.state={...this.state,step:"selectTarget",targetScopes:n.scopes,targetIndex:0,pendingToggle:{server:e,disable:r}},this.config.tui.requestRender()}startToggleWrite(e,r,n){this.startOp(e,wk(r),async()=>{try{let{notice:o}=await this.config.toggle.applyLocal(e,r,n);o&&this.config.toggle.notify(o)}catch(o){this.config.toggle.notify(bk(e,o))}})}startOp(e,r,n){this.busy||this.config.isReconnecting()||(this.busy={server:e,verb:r},this.spinner=new xH(()=>this.config.tui.requestRender()),this.opDone=n().finally(()=>{this.spinner?.stop(),this.spinner=void 0,this.busy=null,this.state={...this.state,step:"serverList",actionIndex:0},this.config.tui.requestRender()}))}startAuth(e){if(this.authenticating||this.config.isAuthenticating())return;this.authenticating=e,this.authStatus="pending",this.authUrl=void 0,this.authInstructions=void 0,this.authError=void 0,this.state={...this.state,step:"pasteAuthCode",authInput:""},this.authAbort=new AbortController,this.manualCode=void 0,this.queuedManualCodes.length=0;let r={onAuthUrl:n=>{this.authUrl=n.url,this.authInstructions=n.instructions,this.config.tui.requestRender()},waitForManualCode:()=>{if(this.authenticating!==e)return Promise.resolve(null);let n=this.queuedManualCodes.shift();return n!==void 0?Promise.resolve(n):(this.manualCode??=NH(),this.manualCode.promise)},signal:this.authAbort.signal};this.authDone=this.config.authenticate(e,r).then(()=>{this.authenticating===e&&this.exitAuth()}).catch(n=>{this.authenticating===e&&(this.authStatus="error",this.authError=n instanceof Error?n.message:String(n),this.config.tui.requestRender())})}handleAuthInput(e){if(this.authStatus==="error"){this.exitAuth();return}if(this.config.keybindings.matches(e,"tui.select.cancel")){this.authAbort?.abort(),this.manualCode?.resolve(null),this.exitAuth();return}if(this.config.keybindings.matches(e,"tui.select.confirm")){let n=this.state.authInput.trim();if(n){let o=this.manualCode;this.manualCode=void 0,this.state={...this.state,authInput:""},o?o.resolve(n):this.queuedManualCodes.push(n),this.config.tui.requestRender()}return}if(CH(e,PH.backspace)){this.state={...this.state,authInput:this.state.authInput.slice(0,-1)},this.config.tui.requestRender();return}let r=this.consumeAuthPaste(e);r!==void 0&&LH(r)&&(this.state={...this.state,authInput:this.state.authInput+r},this.config.tui.requestRender())}consumeAuthPaste(e){let r=e;if(r.startsWith("\x1B[200~")&&(this.authInPaste=!0,this.authPasteBuffer="",r=r.slice(6)),!this.authInPaste)return r;this.authPasteBuffer+=r;let n=this.authPasteBuffer.indexOf("\x1B[201~");if(n===-1)return;let o=this.authPasteBuffer.slice(0,n),s=this.authPasteBuffer.slice(n+6);this.authInPaste=!1,this.authPasteBuffer="",o&&(this.state={...this.state,authInput:this.state.authInput+o},this.config.tui.requestRender()),s&&this.handleAuthInput(s)}exitAuth(){this.authenticating=null,this.authStatus="pending",this.authUrl=void 0,this.authInstructions=void 0,this.authError=void 0,this.authAbort=void 0,this.manualCode?.resolve(null),this.manualCode=void 0,this.queuedManualCodes.length=0,this.authInPaste=!1,this.authPasteBuffer="",this.state={...this.state,step:"serverList",actionIndex:0,authInput:""},this.config.tui.requestRender()}};async function Rk(t,e,r,n,o){await t.ui.custom((s,i,a,c)=>new zh({tui:s,theme:i,keybindings:a,snapshots:()=>AH(e),reconnect:r,toggle:n,isReconnecting:()=>e.reconnecting,authenticate:o,isAuthenticating:()=>e.authenticating,done:()=>c(void 0)}).component)}var Dh=["list"];function Pk(t){let{name:e,status:r}=t,n;switch(r){case"success":{let o=t.tools.length;n=o>0?` \u2705 ${e} (${o} tool${o===1?"":"s"})`:` \u2705 ${e} (ready)`;break}case"failed":n=` \u274C ${e} (failed)`;break;case"auth_required":n=` \u{1F510} ${e} (auth required)`;break;case"disabled":n=` \u26AA ${e} (disabled)`;break;default:n=` \u23F3 ${e} (initializing...)`;break}return r==="failed"&&t.lastError?`${n}
146
+ error: ${t.lastError}`:n}function jH(t){return` ! ${t.server?`${t.server}: `:""}${t.message}`}var UH="No MCP servers configured. Add servers under the 'mcpServers' key in ~/.augment/settings.json or your project's .augment/settings.json.";function Nh(t,e){return e.length>0?[t,...e]:null}function FH(t){let e=[],r=[];for(let o of t.servers.values())(hr(o,t.pluginServerHosts,t.hostLeases)==="plugin"?r:e).push(o);let n=[Nh("MCP Server Status:",e.map(Pk)),Nh("Plugin MCP servers:",r.map(Pk)),Nh("Diagnostics:",t.diagnostics.map(jH))];return t.servers.size===0&&n.unshift([UH]),n.filter(o=>o!==null).map(o=>o.join(`
147
+ `)).join(`
148
+
149
+ `)}function qH(t){let e=t.trim().split(/\s+/)[0];if(!e)return"list";if(Dh.includes(e))return e}async function HH(t,e,r){if(e.servers.size===0){t.ui.notify("MCP servers are not available","warning");return}if(e.reconnecting){t.ui.notify("MCP servers are already restarting...","warning");return}t.ui.notify("Restarting MCP servers...","info");let n=Ri([...e.servers.keys()],e,r);t.mode!=="interactive"&&await n}function Ck(t,e){t.registerCommand("mcp",{description:"List configured MCP servers and their status",getArgumentCompletions:r=>{let n=r.trim().toLowerCase();return Dh.filter(o=>o.startsWith(n)).map(o=>({value:o,label:o}))},handler:async(r,n)=>{if(r.trim().length===0&&n.mode==="interactive"&&n.hasUI){await Rk(n,e,i=>Ri([i],e,t),{classify:i=>tk({server:i,state:e,cwd:n.cwd,agentDir:n.agentDir}),applySession:(i,a)=>rk({server:i,disable:a,state:e,pi:t}),applyLocal:(i,a,c)=>nk({server:i,disable:a,scope:c,state:e,pi:t,cwd:n.cwd,agentDir:n.agentDir}),notify:i=>n.ui.notify(i,"info")},(i,a)=>Fx({serverName:i,state:e,pi:t,controller:a}));return}let s=qH(r);if(!s){n.ui.notify(`Unknown /mcp subcommand. Available: ${Dh.join(", ")}.`,"warning");return}if(s==="list"){n.ui.notify(FH(e),"info");return}else return s}}),t.registerCommand("restart-mcp",{description:"Restart all configured MCP servers",handler:async(r,n)=>{await HH(n,e,t)}})}import{logger as GH}from"@hermes/logger";var xk=GH.child({prefix:"pi-mcp"}),Lh="augment:feature-flags";function ZH(t){if(!t||typeof t!="object")return;let e=t;if(!(!e.flags||typeof e.flags!="object")&&!(e.errorStatus!==void 0&&typeof e.errorStatus!="string"))return t}function kk(t,e){e.featureFlagsListenerBound||(e.featureFlagsListenerBound=!0,t.events.on(Lh,r=>{let n=ZH(r);if(n===void 0){xk.warn(`${Lh} payload missing a flags object or has a non-string errorStatus`);return}e.featureFlags=n,xk.debug(`Received feature-flag snapshot via ${Lh} event`+(n.errorStatus?` (errorStatus=${n.errorStatus})`:""))}))}import{logger as BH}from"@hermes/logger";var eu=BH.child({prefix:"pi-mcp"}),jh="augment:mcp-attach-result";function Ek(t,e){e.attachResultListenerBound||(e.attachResultListenerBound=!0,t.events.on(jh,r=>{let n=r,o=typeof n?.requestId=="string"?n.requestId:"";if(!o){eu.warn(`${jh} payload missing requestId`);return}let s=e.attachResolvers.get(o);if(!s){eu.debug(`${jh}: no pending resolver for request ${o} (already timed out?)`);return}let i={...typeof n?.status=="string"?{status:n.status}:{},...typeof n?.error=="string"?{error:n.error}:{}};s(i)}))}function tu(t,e){if(!e.mcpAttachCloudSignaled||e.mcpAttachDisabled||!e.credentials)return Promise.resolve();if(e.catalogRefreshInFlight)return e.catalogRefreshInFlight;let r=e.credentials,n=(async()=>{let o=await Im(r);o.ok?(e.mcpCatalog=o.entries,eu.debug(`MCP catalog refreshed: ${o.entries.length} entry(s)`)):o.disable&&(e.mcpAttachDisabled=!0,e.mcpCatalog=void 0,eu.debug("MCP catalog endpoint unavailable (404); disabling attach for this session")),Ln(e)&&Jr(e.currentLoad?.latestPi??t)})().finally(()=>{e.catalogRefreshInFlight=void 0});return e.catalogRefreshInFlight=n,n}import{logger as VH}from"@hermes/logger";var Ci=VH.child({prefix:"pi-mcp"}),Tk=300*1e3,Uh=600*1e3;function WH(t){if(!t.shouldProactivelyRefreshTokens)return;let e=Date.now();for(let r of t.servers.values()){let{config:n}=r;if(n.type!=="http"&&n.type!=="sse"||n.disabled||n.auth!=="oauth")continue;let o=t.tokens.get(r.name);o&&o.expiresAt!==void 0&&(Ko(o,e)||o.expiresAt>e+Uh||(Ci.debug(`Background refresh: token for MCP server "${r.name}" expires within ${Uh}ms; refreshing`),r.refreshTokenIfPossible().then(s=>{s.kind!=="refreshed"&&Ci.warn(`Background refresh for MCP server "${r.name}" did not complete (${s.kind})`)}).catch(()=>{Ci.warn(`Background refresh for MCP server "${r.name}" rejected unexpectedly`)})))}}function Ak(t){if(t.backgroundRefreshIntervalId!==void 0||!t.shouldProactivelyRefreshTokens)return;let e=setInterval(()=>{WH(t)},Tk);typeof e.unref=="function"&&e.unref(),t.backgroundRefreshIntervalId=e,Ci.debug(`Started background MCP OAuth refresh loop (interval ${Tk}ms, buffer ${Uh}ms)`)}function $k(t){t.backgroundRefreshIntervalId!==void 0&&(clearInterval(t.backgroundRefreshIntervalId),t.backgroundRefreshIntervalId=void 0,Ci.debug("Stopped background MCP OAuth refresh loop"))}import{logger as cG}from"@hermes/logger";function KH(t){if(t==null)return;if(typeof t=="number"||!Number.isNaN(Number(t)))switch(Number(t)){case Ho.OAUTH:return"oauth";case Ho.API_KEY:return"header";default:return}let e=String(t).toLowerCase();if(e==="oauth"||e==="mcp_auth_type_oauth")return"oauth";if(e==="header"||e==="api_key"||e==="mcp_auth_type_api_key")return"header"}function JH(t){if(typeof t=="number"||!Number.isNaN(Number(t)))switch(Number(t)){case Vr.CLI:return"cli";case Vr.CLOUD_AGENT:return"cloud_agent";default:return}switch(t){case"MCP_PRODUCT_TYPE_CLI":return"cli";case"MCP_PRODUCT_TYPE_CLOUD_AGENT":return"cloud_agent";default:return}}function ru(t){if(t==null)return;if(t.length===0)return[];let e=t.map(JH).filter(r=>r!==void 0);return e.length===0?void 0:e}function nu(t,e){let r=t.config;if(!r)return{ok:!1,reason:"no config payload"};let n=KH(r.auth_type),o={name:r.name,type:r.type==="http"||r.type==="sse"||r.type==="stdio"?r.type:void 0,disabled:r.disabled,command:r.command,args:r.args,env:r.env,url:r.url,auth:n==="oauth"?"oauth":void 0,timeoutMs:r.timeout_ms,useShellInterpolation:r.use_shell_interpolation},s=On(o);(s==="http"||s==="sse")&&r.env&&(o.headers=r.env);try{return{ok:!0,server:{...zn(r.name??t.id,o),id:t.id,registrySource:e}}}catch(i){return{ok:!1,reason:i instanceof Ct?i.message:String(i)}}}function YH(t){let e=t.config?.auth_type;return e===Ho.OAUTH||typeof e=="string"&&(e.toLowerCase()==="oauth"||e.toLowerCase()==="mcp_auth_type_oauth")?t.has_oauth_credentials!==!0&&t.needs_reauthentication!==!0:!1}function XH(t){let e=t.name;return t.type==="stdio"?`stdio\0${e}\0${t.command}\0${t.args.join(" ")}`:`${t.type}\0${e}\0${t.url}`}function Fh(t,e,r){let n=new Map;for(let o of t)r(o.id)&&n.set(o.id,o);for(let o of e)n.set(o.id,o);return[...n.values()]}function QH(t,e,r){if(r!==void 0&&t.added_by===r)return ru(t.enabled_products);let n=e[t.id]?.enabled_products;return n!==void 0?ru(n):[]}function eG(t){let{tenantConfigs:e,userConfigs:r,enabledSharedServerIds:n,serverProductPreferences:o,configIds:s,currentUserId:i}=t;if(s!=null&&s.length===0){let p=Fh(e,r,()=>!0);return{selected:[],filteredOutIds:p.map(h=>h.id),missingIds:[],retainedNames:[]}}if(s!=null){let p=new Set(s),h=Fh(e,r,()=>!0),m=new Set(h.map(b=>b.id)),y=h.filter(b=>p.has(b.id)),_=h.filter(b=>!p.has(b.id)).map(b=>b.id),w=s.filter(b=>!m.has(b));return{selected:y,filteredOutIds:_,missingIds:w,retainedNames:[]}}let a=new Set(n),c=[];for(let p of e)a.has(p.id)||c.push(p.id);let u=Fh(e,r,p=>a.has(p)),d=new Set(r.map(p=>p.id)),l=[],f=[];for(let p of u){let m=!d.has(p.id)&&a.has(p.id)?QH(p,o,i):ru(p.enabled_products);m===void 0||m.includes("cloud_agent")?l.push(p):(c.push(p.id),p.config?.name&&f.push(p.config.name))}return{selected:l,filteredOutIds:c,missingIds:[],retainedNames:f}}function tG(t){return t==null?Vr.CLOUD_AGENT:void 0}function rG(t){return t.map(e=>({message:`Selected MCP config id "${e}" was not returned by the registry (not opted in to the shared server, deleted, or an unknown id)`}))}function nG(t,e,r,n){try{return{ok:!0,server:t.type==="stdio"?Lt(t,n):Dt(t,n)}}catch(o){let s=o instanceof Error?o.message:String(o);return{ok:!1,diagnostic:{server:t.name,message:`Skipped registry MCP server "${t.name}" (id=${e}, ${r}): ${s}`}}}}function oG(t){let{payload:e,userIds:r,localServerNames:n,seenNames:o,workspaceRoot:s}=t;if(e.config?.disabled)return e.config.name?{kind:"retained",name:e.config.name}:{kind:"dropped"};let i=r.has(e.id)?"user":"tenant",a=nu(e,i);if(!a.ok){let d=e.config?.name,l={server:d,message:`Skipped registry MCP server "${d??e.id}" (id=${e.id}, ${i}): ${a.reason}`};return d?{kind:"retained",name:d,diagnostic:l}:{kind:"dropped",diagnostic:l}}let c=a.server;if(o.has(c.name)){let d=n.has(c.name)?`Skipped registry MCP server "${c.name}" (id=${e.id}, ${i}): a local server with the same name takes precedence`:`Skipped registry MCP server "${c.name}" (id=${e.id}, ${i}): name collides with a higher-precedence registry server`;return{kind:"retained",name:c.name,diagnostic:{server:c.name,message:d}}}let u=nG(c,e.id,i,s);return u.ok?(o.add(c.name),{kind:"connected",server:u.server}):{kind:"retained",name:c.name,diagnostic:u.diagnostic}}function sG(t){let e=[],r=[],n=[];for(let o of t)YH(o)?(r.push(o.id),n.push({server:o.config?.name,message:`Skipped MCP server "${o.config?.name??o.id}" (id=${o.id}): OAuth authentication was never completed (no stored credentials), so it cannot connect`})):e.push(o);return{selected:e,droppedIds:r,diagnostics:n}}function iG(t){let e=[],r=[],n=[],o=new Set;for(let s of t){let i=XH(s);if(o.has(i)){r.push(s.name),n.push({server:s.name,message:`Skipped duplicate MCP server "${s.name}" (id=${s.id}): byte-identical to another selected server`});continue}o.add(i),e.push(s)}return{servers:e,droppedNames:r,diagnostics:n}}async function ou(t){let e=t.client??new Gi(t.creds),{tenant:r,user:n,diagnostics:o}=await Zm(e,tG(t.configIds)),s=n.mcp_configs??[],i=new Set(s.map(w=>w.id)),{selected:a,filteredOutIds:c,missingIds:u,retainedNames:d}=eG({tenantConfigs:r.mcp_configs??[],userConfigs:s,enabledSharedServerIds:n.enabled_shared_server_ids??[],serverProductPreferences:n.server_product_preferences??{},configIds:t.configIds,currentUserId:t.currentUserId}),l=sG(a),f=l.selected;c.push(...l.droppedIds),o.push(...l.diagnostics),o.push(...rG(u));let p=[],h=new Set(t.localServerNames),m=[...f.filter(w=>i.has(w.id)),...f.filter(w=>!i.has(w.id))];for(let w of m){let b=oG({payload:w,userIds:i,localServerNames:t.localServerNames,seenNames:h,workspaceRoot:t.workspaceRoot});b.kind!=="connected"&&b.diagnostic&&o.push(b.diagnostic),b.kind==="connected"?p.push(b.server):b.kind==="retained"&&d.push(b.name)}let y=iG(p);d.push(...y.droppedNames),o.push(...y.diagnostics);let _=new Map;for(let w of[...r.mcp_configs??[],...s])w.config?.name&&_.set(w.id,w.config.name);return{servers:y.servers,diagnostics:o,filteredOutIds:c,retainedNames:d,namesById:_}}import{logger as aG}from"@hermes/logger";var Io=aG.child({prefix:"pi-mcp"});function Mk(t,e){let r=t;if(!r||typeof r!="object"||!r.id){Io.warn("Embedded MCP config is missing an id; ignoring");return}let n=nu(r,"tenant");if(!n.ok){Io.warn(`Embedded MCP config '${r.id}' is not convertible; ignoring: ${n.reason}`);return}let o=e??process.cwd();try{return n.server.type==="stdio"?Lt(n.server,o):Dt(n.server,o)}catch(s){Io.warn(`Embedded MCP config '${r.id}' failed expansion; ignoring: ${s instanceof Error?s.message:String(s)}`);return}}function Ik(t,e){let r;try{r=JSON.parse(t)}catch(n){Io.warn(`Failed to parse embedded MCP config: ${n instanceof Error?n.name:"non-Error thrown"}`);return}return Mk(r,e)}function su(t,e){let r=t;if(typeof r=="string")try{r=JSON.parse(r)}catch(i){Io.warn(`Failed to parse embedded MCP configs: ${i instanceof Error?i.name:"non-Error thrown"}`);return}if(!Array.isArray(r)){Io.warn("Embedded MCP configs payload is not an array; ignoring");return}let n=[],o=new Map,s=!1;for(let i of r){let a=i,c=Mk(i,e);if(a&&typeof a=="object"&&a.id&&a.config?.name&&o.set(a.id,{name:a.config.name,...c?{config:c}:{}}),a?.config?.disabled){s=!0;continue}c&&n.push(c)}if(!(n.length===0&&!s))return{servers:n,allConfigsById:o}}var zt=cG.child({prefix:"pi-mcp"});function uG(t,e,r){t.dynamicallyAddedConfigIds.add(e),t.failedAddConfigIds.delete(e),t.nameCollisionAddConfigIds.delete(e),t.sessionRemovedConfigIds.delete(e);for(let n of r)n.id!==void 0&&(t.registryConfigNamesById.set(n.id,n.name),t.registryCredentialConfigsById.set(n.id,{...n}))}function Kt(t){Ve({state:t.state,domain:st(t.configId),epoch:t.intentEpoch})}function dG(t){let e=new Set;for(let[r,n]of t.servers){let o=Q(t,r,n);(o.owner.kind==="local"||o.owner.kind==="registry")&&e.add(r)}for(let[r,n]of t.hostLeases)(n.owner.kind==="local"||n.owner.kind==="registry")&&e.add(r);return e}function Ok(t,e){for(let r of t.servers.values())if(r.config.id===e)return!0;return!1}function zk(t,e){for(let r of e.diagnostics)t.diagnostics.push({...r,origin:"registry"}),zt.warn(r.message);for(let[r,n]of e.namesById??[])t.registryConfigNamesById.set(r,n)}function xi(t,e){let{state:r,configId:n,superseded:o,hasLiveHostForId:s}=t;Kt(t);let i=`Live MCP add-server failed for config id ${n}: ${e instanceof Error?e.message:String(e)}`;if(zt.warn(i),!o()){if(r.diagnostics.push({message:i,origin:"registry"}),!s()){r.failedAddConfigIds.add(n);return}r.dynamicallyAddedConfigIds.add(n),r.sessionRemovedConfigIds.delete(n)}}function lG(t,e){return e.flatMap(r=>Bc(t,r)?[r.config]:[])}function fG(t){return t.find(e=>e.status==="failed"||e.status==="unavailable")}function pG(t,e){let r=fG(e);if(r){if(xi(t,r.error),r.error instanceof Pt)throw r.error;return}let n=lG(t.state,e).filter(o=>o.id===t.configId);if(n.length>0&&!t.superseded()){uG(t.state,t.configId,n);return}!t.superseded()&&e.some(o=>o.status==="collision")&&(t.state.failedAddConfigIds.add(t.configId),t.state.nameCollisionAddConfigIds.add(t.configId))}function Nk(t,e){try{pG(t,e)}finally{t.superseded()||t.report(t.state.currentLoad?.latestPi??t.activePi,t.state)}}function hG(t,e){let{state:r,configId:n,superseded:o,hasLiveHostForId:s}=t,i=r.servers.get(e.name);if(!i)return!1;let a=Q(r,e.name,i);if(a.owner.kind==="plugin"||a.owner.kind==="vfs")return!1;if(s())return zt.info(`Live MCP add-server: embedded config id ${n} resolves to already-connected server "${e.name}"; no-op`),!0;let c=`Live MCP add-server: embedded config id ${n} collides on display name "${e.name}" with an already-connected server; cannot add a second server sharing that name`;return zt.warn(c),o()||(r.registryConfigNamesById.set(n,e.name),r.diagnostics.push({message:c,origin:"registry"}),r.failedAddConfigIds.add(n),r.nameCollisionAddConfigIds.add(n)),!0}async function mG(t,e){if(t.state.missingHostRemovals.has(t.configId)&&await Fo(t.state,t.configId),t.superseded()){Kt(t);return}if(hG(t,e)){Kt(t);return}try{if(!await Br({state:t.state,config:e,pi:t.activePi})){Kt(t);return}}catch(r){throw xi(t,r),r}zt.info(`Live MCP add-server: connecting embedded config id ${t.configId} (no registry refetch)`);try{let r=await t.connect([e],t.state,t.activePi,t.sourceOwnership);Nk(t,r??[])}catch(r){if(xi(t,r),r instanceof Pt)throw r}}async function gG(t,e){let{state:r,configId:n,superseded:o,hasLiveHostForId:s}=t;if(o()){Kt(t),zt.info(`Live MCP add-server for config id ${n} superseded by a newer selection; discarding`);return}if(e.servers.length===0){zk(r,e),zt.info(`Live MCP add-server: config id ${n} resolved to no new server (already connected, not opted in, or unknown id)`),s()||r.failedAddConfigIds.add(n),Kt(t);return}if(await Fo(r,n),o()){Kt(t);return}try{if((await Promise.all(e.servers.map(c=>Br({state:r,config:c,pi:t.activePi})))).some(c=>!c)){Kt(t);return}}catch(a){throw xi(t,a),a}zt.info(`Live MCP add-server: connecting ${e.servers.length} server(s) for config id ${n}`);let i=await t.connect(e.servers,r,t.activePi,t.sourceOwnership);if(o()){Kt(t);return}zk(r,e),Nk(t,i??[])}function yG(t,e){if(typeof e=="string")return Ik(e,t.workspaceRoot??process.cwd())}function Dk(t){let{pi:e,state:r,data:n,deps:o}=t,s=n,i=s&&typeof s.configId=="string"?s.configId:"";if(!i)return zt.warn("augment:mcp-add-server payload missing configId"),Promise.resolve();if(!Li({state:r,configId:i,generation:s?.attachmentGeneration}))return zt.info(`Ignoring stale live MCP add-server command for config id ${i}`),Promise.resolve();r.sessionRemovedConfigIds.delete(i);let a=Oi({state:r,domain:st(i),forceNew:!0}),c=dG(r),u=r.currentLoad?.latestPi??e,d=r.registryGeneration;r.liveEditGenerations??=new Map;let l=(r.liveEditGenerations.get(i)??0)+1;r.liveEditGenerations.set(i,l);let f=()=>r.registryGeneration!==d||r.liveEditGenerations.get(i)!==l,p={state:r,configId:i,activePi:u,connect:o?.connect??bt,report:o?.report??J,intentEpoch:a.epoch,superseded:f,sourceOwnership:()=>!f(),hasLiveHostForId:()=>Ok(r,i)},h=yG(r,s?.embeddedConfig),m;if(h)m=mG(p,h);else{let y=r.credentials;y?m=(o?.discover??ou)({configIds:[i],creds:y,currentUserId:y.userId,workspaceRoot:r.workspaceRoot??process.cwd(),localServerNames:c}).then(w=>gG(p,w)).catch(w=>{if(!(w instanceof Pt)){xi(p,w);return}throw w}):(zt.warn("augment:mcp-add-server received before credentials; cannot fetch registry config"),Kt(p),m=Promise.resolve())}return ji({state:r,configId:i,generation:s?.attachmentGeneration,operation:m,wasApplied:()=>Ok(r,i)})}import{logger as vG}from"@hermes/logger";var Jt=vG.child({prefix:"pi-mcp"});function jk(t){let{selectedIds:e,config:r}=t;return e!==void 0&&(r?.id===void 0||!e.has(r.id))}function Uk(t){let{state:e,name:r,lease:n,host:o,isDeselected:s,selectionIsEmpty:i,replacementOwners:a}=t;if(i)return o?Rt({state:e,name:r,owner:n.owner,revision:n.revision,host:o})?(Ze(e,r),"retiring"):void 0:(Re({state:e,name:r,owner:n.owner,revision:n.revision}),Ze(e,r),"released");let c=a.get(r),u=Lo({state:e,name:r,owner:c??n.owner,expectedRevision:n.revision,...o?{expectedHost:o}:{}});if(u)return s&&c===void 0&&e.expectedCredentialDomains.set(r,{kind:"blocked"}),{configRevision:Ze(e,r),leaseRevision:u.lease.revision}}function _G(t){let{state:e,name:r,server:n,selectedIds:o,replacementOwners:s,slotReservations:i,processedNames:a}=t,c=Q(e,r,n);if(c.owner.kind!=="registry"||c.host!==n)return;a.add(r);let u={...n.config};e.registryCredentialConfigs.set(r,u),n.config.id&&(e.registryConfigNamesById.set(n.config.id,r),e.registryCredentialConfigsById.set(n.config.id,u));let d=Uk({state:e,name:r,lease:c,host:n,isDeselected:jk({selectedIds:o,config:n.config}),selectionIsEmpty:o?.size===0,replacementOwners:s});if(d===void 0)return;d!=="released"&&d!=="retiring"&&i.set(r,d);let l=Z(e,r)?.retirement;return n.beginDisposal?.(),n.dispose({strict:!0}).then(()=>{l&&we({state:e,name:r,retirement:l,result:{status:"retired"}}),d==="retiring"&&Re({state:e,name:r,owner:c.owner,revision:c.revision})},f=>{throw l&&we({state:e,name:r,retirement:l,result:{status:"failed",error:f}}),f})}function SG(t){let{state:e,name:r,lease:n,selectedIds:o,replacementOwners:s,slotReservations:i}=t,a=Uk({state:e,name:r,lease:n,isDeselected:jk({selectedIds:o,config:e.registryCredentialConfigs.get(r)}),selectionIsEmpty:o?.size===0,replacementOwners:s});a&&a!=="released"&&a!=="retiring"&&i.set(r,a)}async function wG(t,e,r){let n=e?new Set(e):void 0,o=new Map,s=[],i=new Set;for(let[a,c]of t.servers){let u=_G({state:t,name:a,server:c,selectedIds:n,replacementOwners:r,slotReservations:o,processedNames:i});u&&s.push(u)}for(let[a,c]of t.hostLeases)i.has(a)||c.owner.kind!=="registry"||c.host!==void 0||SG({state:t,name:a,lease:c,selectedIds:n,replacementOwners:r,slotReservations:o});return await Promise.all(s),o}async function Fk(t,e,r,n,o){let s=[],i=new Map(e.map(l=>[l.name,l])),a=o?new Set(r):new Set,c=new Set([...a].flatMap(l=>{let f=t.registryConfigNamesById.get(l);return f===void 0?[]:[f]})),u=new Set(e.flatMap(l=>l.id===void 0?[]:[l.id]));for(let[l,f]of t.registryCredentialConfigs){let p=i.get(l);if(p===void 0&&f.id!==void 0&&n.has(f.id)&&!u.has(f.id)){i.set(l,f);continue}let h=f.id===void 0?c.has(l):a.has(f.id);p===void 0&&!h&&s.push(dt(t,l,f.id,f))}try{await Promise.all(s)}catch(l){let f=`Registry credential reconciliation failed: ${l instanceof Error?l.message:String(l)}`;throw new Pt(f)}let d=new Map;for(let[l,f]of i){let p=t.registryCredentialConfigs.get(l);p&&(d.set(l,{...p}),Be(p,f)&&f.id!==void 0&&t.registryCredentialConfigsById.set(f.id,{...f}))}t.registryCredentialConfigs=d}function bG(t,e,r){let n=e!=null&&e.length>0?new Set(e):void 0,o=[],s=[],i=[],a=[],c=new Set(r);for(let l of t.servers){if(n&&l.id!==void 0&&!n.has(l.id)){i.push(l.id);continue}if(c.has(l.name)){s.push({server:l.name,message:`Skipped embedded MCP server "${l.name}" (id=${l.id}): a local server with the same name takes precedence`}),a.push(l.name);continue}c.add(l.name),o.push(l)}let u=new Set(o.map(l=>l.name)),d=new Set(a);for(let[l,{name:f}]of t.allConfigsById)n&&!n.has(l)||u.has(f)||d.has(f)||(d.add(f),a.push(f));return{servers:o,diagnostics:s,filteredOutIds:i,retainedNames:a}}function RG(t){let{state:e,configIds:r}=t,n=e.embeddedRegistryConfigs;if(e.embeddedRegistryConfigs=void 0,!(n===void 0||r?.length===0))return su(n,e.workspaceRoot??process.cwd())}async function PG(t){let{state:e,previousSelectedIds:r,configIds:n}=t;if(!n)return;let o=new Set(n),s=[],i=[];for(let a of r){if(o.has(a))continue;let c=e.registryConfigNamesById.get(a),u=[...o].some(d=>e.registryCredentialIntents.get(st(d))?.configName===c);if(c&&!u){let d=e.registryCredentialConfigs.get(c);s.push({id:a,name:c}),i.push(dt(e,c,a,d?.id===a?d:void 0))}}try{await Promise.all(i);for(let{id:a,name:c}of s)e.registryCredentialConfigs.get(c)?.id===a&&e.registryCredentialConfigs.delete(c)}catch(a){let c=`Registry credential deselection failed: ${a instanceof Error?a.message:String(a)}`;throw new Pt(c)}}function CG(t){let e=new Map,r=t.configIds?new Set(t.configIds):void 0;for(let[n,{name:o}]of t.parsedEmbedded?.allConfigsById??[])(r===void 0||r.has(n))&&e.set(o,{kind:"registry",identity:`user:${n}`});return e}function xG(t){t.lastSuccessfulVfsMcpSignature=void 0,t.blockedVfsMcpNames.clear(),t.diagnostics=t.diagnostics.filter(e=>e.origin!=="registry"),t.dynamicallyAddedConfigIds.clear(),t.failedAddConfigIds.clear(),t.nameCollisionAddConfigIds.clear(),t.sessionRemovedConfigIds.clear(),t.selectedRegistryConfigIds=void 0}function kG(t){let e=new Set;for(let[r,n]of t.servers){let o=Q(t,r,n);o.owner.kind==="local"&&o.host===n&&e.add(r)}for(let[r,n]of t.hostLeases)n.owner.kind==="local"&&e.add(r);return e}function EG(t){let{state:e,result:r,previousSelectedIds:n,selection:o}=t,s=new Set([...o??[],...r.servers.flatMap(i=>i.id===void 0?[]:[i.id]),...r.namesById?.keys()??[]]);return Fk(e,r.servers,n,s,o!==void 0)}async function qk(t,e){await Promise.all(e.servers.map(r=>r.id===void 0?Promise.resolve():Fo(t,r.id)))}async function Lk(t){return await qk(t.state,t.result),t.state.registryGeneration===t.generation&&await EG(t),t.result}function TG(t){let{state:e,configIds:r,parsedEmbedded:n,credentials:o,localServerNames:s,previousSelectedIds:i,selection:a,generation:c,discover:u}=t;if(n){Jt.info(`Registry selection: using ${n.servers.length} embedded config(s) (no registry fetch)`);let l=bG(n,r,s);return Lk({state:e,result:l,previousSelectedIds:i,selection:a,generation:c})}return o?u({configIds:r,creds:o,currentUserId:o.userId,workspaceRoot:e.workspaceRoot??process.cwd(),localServerNames:s}).then(l=>Lk({state:e,result:l,previousSelectedIds:i,selection:a,generation:c})):void 0}function AG(t){let{state:e,result:r,selection:n}=t;e.selectedRegistryConfigIds=n;for(let o of r.diagnostics)e.diagnostics.push({...o,origin:"registry"}),Jt.warn(o.message);for(let[o,s]of r.namesById??[])e.registryConfigNamesById.set(o,s);r.filteredOutIds.length>0&&Jt.info(`Registry discovery filtered out ${r.filteredOutIds.length} server(s) by selection/opt-in/product`)}function $G(t){let{state:e,result:r}=t,n=r.servers.map(s=>{let i=e.sessionRegistryDisabledOverrides.get(s.name);return i===void 0?s:{...s,disabled:i}}),o=new Set([...n.map(s=>s.name),...r.retainedNames??[]]);for(let s of e.sessionRegistryDisabledOverrides.keys())o.has(s)||e.sessionRegistryDisabledOverrides.delete(s);return n}function MG(t){let{state:e,generation:r}=t;return n=>{if(e.registryGeneration!==r||n.id===void 0)return e.registryGeneration===r;let o=e.missingHostRemovalFences.get(n.id);return!e.sessionRemovedConfigIds.has(n.id)&&o?.registryGeneration!==r}}function qh(t){let{state:e,result:r,selection:n,slotReservations:o}=t,s=new Set([...r.servers.map(i=>i.name),...r.retainedNames??[],...(n??[]).flatMap(i=>{let a=e.registryConfigNamesById.get(i);return a?[a]:[]})]);for(let[i,a]of o){if(s.has(i))continue;let c=Z(e,i);c?.owner.kind==="registry"&&c.host===void 0&&c.revision===a.leaseRevision&&Re({state:e,name:i,owner:c.owner,revision:a.leaseRevision})}}async function IG(t){let{state:e,result:r,selection:n,generation:o,connect:s,pi:i,slotReservations:a}=t;if(e.registryGeneration!==o){qh({state:e,result:{servers:[],diagnostics:[],filteredOutIds:[]},selection:void 0,slotReservations:a}),Jt.info(`Registry discovery superseded by a newer selection; skipping ${r.servers.length} server(s)`);return}if(await qk(e,r),e.registryGeneration!==o)return;let c=MG({state:e,generation:o}),u=r.servers.filter(c);if((await Promise.all(u.map(m=>Br({state:e,config:m,pi:i})))).some(m=>!m)||e.registryGeneration!==o)return;AG({state:e,result:r,selection:n}),qh({state:e,result:r,selection:n,slotReservations:a});let l=$G({state:e,result:{...r,servers:u}});if(l.length===0)return;let f=l.filter(m=>{let y=e.servers.get(m.name);if((y?Q(e,m.name,y):Z(e,m.name))?.owner.kind==="local")return Jt.info(`Registry install of "${m.name}" skipped: a local server claimed the name during discovery`),!1;let w=a.get(m.name)?.configRevision;if(w===void 0)return!0;let b=e.configDesiredRevisions.get(m.name);return b!==w?(Jt.info(`Registry install of "${m.name}" skipped: slot revision advanced from ${w} to ${b} by a concurrent operation`),!1):!0});if(f.length===0)return;Jt.info(`Registry discovery: connecting ${f.length} server(s)`);let h=(await s(f,e,e.currentLoad?.latestPi??i,c))?.find(m=>m.status==="failed");if(h)throw h.error instanceof Error?h.error:new Error(String(h.error))}async function OG(t){let{state:e,error:r,generation:n,previousSelectedIds:o,selection:s}=t,i=`Registry discovery failed: ${r instanceof Error?r.message:String(r)}`;Jt.warn(i),e.registryGeneration===n&&(await Fk(e,[],o,new Set(s??[]),s!==void 0),e.selectedRegistryConfigIds=s,e.diagnostics.push({message:i,origin:"registry"}))}function zG(t,e){for(let r of e??[]){let n=st(r),o=t.registryCredentialIntents.get(n);o?.configName&&t.expectedCredentialDomains.set(o.configName,{kind:"blocked"}),Ve({state:t,domain:n,epoch:o?.epoch})}}async function NG(t){let e;try{let r=await Promise.all([t.disposal,t.discovery]);e=r[0],await IG({...t.resultArgs,result:r[1],slotReservations:e})}catch(r){if(e??=await t.disposal.catch(()=>new Map),qh({state:t.resultArgs.state,result:{servers:[],diagnostics:[],filteredOutIds:[]},selection:t.resultArgs.state.registryGeneration===t.resultArgs.generation?t.resultArgs.selection:void 0,slotReservations:e}),r instanceof Pt)throw zG(t.resultArgs.state,t.resultArgs.selection),t.resultArgs.state.diagnostics.some(n=>n.message===r.message)||t.resultArgs.state.diagnostics.push({message:r.message,origin:"registry"}),r;await OG({...t.resultArgs,error:r})}}function Hk(t){let{pi:e,state:r,data:n,deps:o}=t,s=o?.discover??ou,i=o?.connect??bt,a=n;if(!a||typeof a!="object"||Array.isArray(a))return Jt.warn("augment:mcp-config-ids payload is not an object"),Promise.resolve();Array.isArray(a.configIds)&&lm(r,new Set(a.configIds.map(st)));let c=RG({state:r,configIds:a.configIds}),u=r.credentials;if(!(c||u)){Jt.warn("augment:mcp-config-ids received before credentials; skipping registry discovery");for(let _ of a.configIds??[])Ve({state:r,domain:st(_)});return Promise.resolve()}let d=r.selectedRegistryConfigIds??[],l=PG({state:r,previousSelectedIds:d,configIds:a.configIds}),f=CG({parsedEmbedded:c,configIds:a.configIds}),p=++r.registryGeneration,h=Promise.all([wG(r,a.configIds,f),l]).then(([_])=>_);xG(r);let m=a.configIds?[...a.configIds]:void 0,y=TG({state:r,configIds:a.configIds,parsedEmbedded:c,credentials:u,localServerNames:kG(r),previousSelectedIds:d,selection:m,generation:p,discover:s});return y?NG({disposal:h,discovery:y,resultArgs:{state:r,previousSelectedIds:d,selection:m,generation:p,connect:i,pi:e}}):Promise.resolve()}import{logger as DG}from"@hermes/logger";var Ur=DG.child({prefix:"pi-mcp"});function LG(t,e){Ve({state:t,domain:`user:${e}`}),t.liveEditGenerations??=new Map;let r=(t.liveEditGenerations.get(e)??0)+1;return t.liveEditGenerations.set(e,r),r}function jG(t){let{state:e,configId:r,liveEditGeneration:n}=t,o={liveEditGeneration:n,registryGeneration:e.registryGeneration};return e.missingHostRemovalFences.set(r,o),o}function Vk(t){let{state:e,configId:r,fence:n}=t;return e.registryGeneration===n.registryGeneration&&e.liveEditGenerations.get(r)===n.liveEditGeneration}function UG(t){let{state:e,configId:r,fence:n}=t;e.missingHostRemovalFences.get(r)===n&&e.missingHostRemovalFences.delete(r)}function Gk(t){let{state:e,configId:r,fence:n,operation:o,retryPreviousFailureOnly:s=!1}=t,i=e.missingHostRemovals.get(r),a=(async()=>{let c=!1;if(i)try{await i.promise}catch{c=!0}s&&!c||await o()})().finally(()=>{e.missingHostRemovals.get(r)?.promise===a&&(UG({state:e,configId:r,fence:n}),e.missingHostRemovals.delete(r))});return e.missingHostRemovals.set(r,{promise:a,liveEditGeneration:n.liveEditGeneration,registryGeneration:n.registryGeneration}),a}function Wk(t,e){t.failedAddConfigIds.delete(e),t.nameCollisionAddConfigIds.delete(e),t.dynamicallyAddedConfigIds.delete(e),t.sessionRemovedConfigIds.add(e)}function Zk(t,e){for(let[r,n]of t.servers){let o=Q(t,r,n);if(n.config.id===e&&o.owner.kind==="registry"&&o.host===n)return r}}function Kk(t,e){let r=t.preservedCredentialIdentities?.get(e);r?.id&&t.expectedCredentialDomains.set(e,{kind:"domain",domain:`user:${r.id}`})}function FG(t){let{state:e,name:r,config:n,retirement:o}=t;if(e.servers.has(r))return;let s=Z(e,r),i=n?Mn(n):void 0;if(s===void 0){Ze(e,r);return}let a=s.host===void 0&&s.owner.kind==="registry"&&i?.kind==="registry"&&s.owner.identity===i.identity,c=o?.incumbent.owner.kind==="registry"&&i?.kind==="registry"&&o.incumbent.owner.identity===i.identity;if(!a&&!c)return;(o?.settled&&s.retirement===o?Qh({state:e,name:r,retiredOwner:o.incumbent.owner,retirement:o}):Re({state:e,name:r,owner:s.owner,revision:s.revision}))&&Z(e,r)===void 0&&(Kk(e,r),Ze(e,r))}async function Hh(t){let{state:e,configId:r,pi:n,report:o,sourceFence:s}=t,i=e.registryCredentialConfigsById.get(r),a=i?.name;if(!i||!a){let w=`Live MCP remove-server cannot retire config id ${r}: exact registry identity is unavailable`;throw Ur.warn(w),e.diagnostics.push({message:w,origin:"registry"}),new Error(w)}e.configDesiredRevisions??=new Map,e.configDesiredSources??=new Map;let c=Z(e,a),u=Mn(i),d=c?.retirement?.incumbent.owner.kind==="registry"&&u.kind==="registry"&&c.retirement.incumbent.owner.identity===u.identity?c.retirement:void 0,l=c!==void 0&&c.host===void 0&&c.owner.kind==="registry"&&u.kind==="registry"&&c.owner.identity===u.identity,f=e.configDesiredRevisions.get(a),p=e.configDesiredSources.get(a),h=l&&d?.settled!==!0?Ze(e,a):void 0;if(d&&!d.settled&&(await d.teardown).status==="retired"&&!l)return;let y=Z(e,a)?.retirement===d?d:void 0,_=y?.result;if(d&&_?.status==="failed"&&_.transportDisposed!==!0){let w=_.error instanceof Error?_.error:new Error(String(_.error)),b=`Live MCP remove-server cannot complete ${a}: strict transport disposal is unresolved`;throw Ur.warn(b),e.diagnostics.push({server:a,message:b}),w}try{await Uo(e,a,r,i)}catch(w){h!==void 0&&e.configDesiredRevisions.get(a)===h&&(f===void 0?e.configDesiredRevisions.delete(a):e.configDesiredRevisions.set(a,f),p===void 0?e.configDesiredSources.delete(a):e.configDesiredSources.set(a,p));let b=`Live MCP remove-server failed to detach ${a}: ${w instanceof Error?w.message:String(w)}`;throw Ur.warn(b),e.diagnostics.push({server:a,message:b}),w}Vk({state:e,configId:r,fence:s})&&(Wk(e,r),FG({state:e,name:a,config:i,retirement:y})),Ur.info(`Live MCP remove-server: config id ${r} resolved to no live server (already removed or unknown id)`),o(e.currentLoad?.latestPi??n,e)}function Bk(t){let{state:e,name:r,operation:n,result:o}=t;if(o.status!=="rejected")return;let s=`Live MCP remove-server failed to ${n} ${r}: ${o.reason instanceof Error?o.reason.message:String(o.reason)}`;Ur.warn(s),e.diagnostics.push({server:r,message:s})}async function qG(t){let{state:e,name:r,configId:n,server:o}=t,[s]=await Promise.allSettled([o.dispose({strict:!0})]);if(Bk({state:e,name:r,operation:"dispose",result:s}),s.status==="rejected")return{removed:!1,failure:s.reason,transportDisposed:!1};let[i]=await Promise.allSettled([Uo(e,r,n,o.config)]);return Bk({state:e,name:r,operation:"detach",result:i}),i.status==="fulfilled"?{removed:!0,failure:void 0,transportDisposed:!0}:{removed:!1,failure:i.reason,transportDisposed:!0}}async function HG(t){let{state:e,configId:r,name:n,pi:o,report:s,sourceFence:i}=t,a=e.servers.get(n),c=a?Q(e,n,a):Z(e,n);if(!a||!c||c.owner.kind!=="registry"||c.host!==a)return;e.registryConfigNamesById.set(r,n),e.registryCredentialConfigsById.set(r,{...a.config});let u=e.configDesiredRevisions.get(n),d=e.configDesiredSources.get(n),l=Ze(e,n),f=Rt({state:e,name:n,owner:c.owner,revision:c.revision,host:a});if(!f)return;a.beginDisposal?.(),Ur.info(`Live MCP remove-server: disposing ${n} (config id ${r})`);let p=e.currentLoad?.latestPi??o,{removed:h,failure:m,transportDisposed:y}=await qG({state:e,name:n,configId:r,server:a});if(h&&Vk({state:e,configId:r,fence:i})?Wk(e,r):!h&&e.configDesiredRevisions.get(n)===l&&(u===void 0?e.configDesiredRevisions.delete(n):e.configDesiredRevisions.set(n,u),d===void 0?e.configDesiredSources.delete(n):e.configDesiredSources.set(n,d)),we({state:e,name:n,retirement:f,result:h?{status:"retired"}:{status:"failed",error:m,transportDisposed:y}}),h&&Re({state:e,name:n,owner:c.owner,revision:c.revision})&&Kk(e,n),s(p,e),!h)throw m}function Jk(t){let{pi:e,state:r,data:n,deps:o}=t,s=n,i=s&&typeof s.configId=="string"?s.configId:"";if(!i)return Ur.warn("augment:mcp-remove-server payload missing configId"),Promise.resolve();if(!Li({state:r,configId:i,generation:s?.attachmentGeneration}))return Ur.info(`Ignoring stale live MCP remove-server command for config id ${i}`),Promise.resolve();let a=y=>ji({state:r,configId:i,generation:s?.attachmentGeneration,operation:y,wasApplied:()=>!0}),c=o?.report??J,u=Zk(r,i),d=r.registryCredentialConfigsById.get(i),l=d?.name?Z(r,d.name)?.retirement:void 0,f=r.missingHostRemovals.get(i),p=f?.registryGeneration===r.registryGeneration&&f?.liveEditGeneration===r.liveEditGenerations.get(i);if(p&&l===void 0)return a(f.promise);if(p&&l!==void 0){let y=r.missingHostRemovalFences.get(i);if(y)return a(Gk({state:r,configId:i,fence:y,retryPreviousFailureOnly:!0,operation:()=>Hh({state:r,configId:i,pi:e,report:c,sourceFence:y})}))}let h=LG(r,i);if(u===void 0&&d===void 0)return a(Hh({state:r,configId:i,pi:e,report:c,sourceFence:{liveEditGeneration:h,registryGeneration:r.registryGeneration}}));let m=jG({state:r,configId:i,liveEditGeneration:h});return a(Gk({state:r,configId:i,fence:m,operation:()=>{let y=Zk(r,i);return y===void 0?Hh({state:r,configId:i,pi:e,report:c,sourceFence:m}):HG({state:r,configId:i,name:y,pi:e,report:c,sourceFence:m})}}))}import{logger as GG}from"@hermes/logger";var ki=GG.child({prefix:"pi-mcp"}),Yk=3,Xk=6e4,ZG=1e3,BG=8e3;function Gh(t){let{pi:e,state:r,data:n,deps:o}=t,s=o?.reconnect??jr,i=o?.now??Date.now,a=o?.sleep??Yr,c=o?.report??J,u=n,d=u&&typeof u.serverName=="string"?u.serverName:"";if(!d)return ki.warn("augment:mcp-restart-server payload missing serverName"),Promise.resolve();if(!r.servers.has(d))return ki.warn(`augment:mcp-restart-server: no live MCP server named ${d}`),Promise.resolve();let l=i(),f=r.mcpRestartState.get(d),p=f&&l-f.lastRestart<Xk?f.count+1:1,h=r.currentLoad?.latestPi??e;if(p>Yk)return ki.warn(`augment:mcp-restart-server: ${d} exceeded ${Yk} restarts within ${Xk}ms; rejecting`),c(h,r),Promise.resolve();r.mcpRestartState.set(d,{count:p,lastRestart:l});let m=Math.min(ZG*2**(p-1),BG);return(p>1?a(m):Promise.resolve()).then(()=>(ki.info(`Live MCP restart-server: reconnecting ${d}`),s(d,r,h))).catch(_=>{let w=`Live MCP restart-server failed for ${d}: ${_ instanceof Error?_.message:String(_)}`;ki.warn(w),r.diagnostics.push({server:d,message:w})}).then(()=>{c(h,r)})}import{logger as VG}from"@hermes/logger";var Ei=VG.child({prefix:"pi-mcp"}),WG=/^\d+$/,Zh=1,Qk="AUGMENT_ACTIVE_SPACE_ID",KG="augment-mcp-access-token-";function iu(t){return t.replace(/[^a-zA-Z0-9_-]/g,"-")}function eE(t,e){return e?.["augment:encoding"]!=="base64"?t:/^[A-Za-z0-9+/]*={0,2}$/.test(t)&&t.length%4===0?Buffer.from(t,"base64").toString("utf-8"):t}var au=class{apiKey;apiUrl;userAgent;fetchImpl;timeoutMs;cache=new Map;inflight=new Map;constructor(e,r,n){this.apiKey=e.apiKey,this.apiUrl=e.apiUrl.replace(/\/+$/,""),this.userAgent=e.userAgent,this.fetchImpl=r,this.timeoutMs=n??$u}lookupBody(e){let r={name:e};return!e.startsWith(KG)&&Object.hasOwn(process.env,Qk)&&(r.active_space_id=process.env[Qk]??""),r}getSecret(e){let r=iu(e),n=this.inflight.get(r);if(n)return n;let o=this._resolve(r).finally(()=>{this.inflight.delete(r)});return this.inflight.set(r,o),o}upsertUserSecret(e,r,n){return Xr(()=>this.upsertUserSecretOnce(e,r,n))}async upsertUserSecretOnce(e,r,n){let o=iu(e),i=(await this._callUpsert({name:o,value:r,scope:Zh,...n===void 0?{}:{expected_version:n}})).secret?.version;if(typeof i!="string"||!WG.test(i))throw new Error("user secret upsert response contained an invalid persisted version");let a=BigInt(i).toString();return this.cache.set(o,r),Ei.debug(`Upserted user secret "${o}"`),a}async deleteUserSecret(e){await Xr(()=>this.deleteUserSecretOnce(e))}async deleteUserSecretOnce(e){let r=iu(e);this.cache.delete(r),await this._callDelete({name:r,scope:Zh}),Ei.debug(`Deleted user secret "${r}"`)}async _callUpsert(e){let n=await(this.fetchImpl??fetch)(`${this.apiUrl}/user-secrets/upsert`,{method:"POST",headers:{Authorization:`Bearer ${this.apiKey}`,"Content-Type":"application/json"},body:JSON.stringify(e),signal:AbortSignal.timeout(this.timeoutMs)});if(!n.ok){let o=await n.text().catch(()=>""),s=o.length>Xt?`${o.slice(0,Xt)}\u2026[truncated]`:o;throw new lt(n.status,n.statusText,s)}return await n.json()}async _callDelete(e){let n=await(this.fetchImpl??fetch)(`${this.apiUrl}/user-secrets/delete`,{method:"POST",headers:{Authorization:`Bearer ${this.apiKey}`,"Content-Type":"application/json"},body:JSON.stringify(e),signal:AbortSignal.timeout(this.timeoutMs)});if(!n.ok){let o=await n.text().catch(()=>""),s=o.length>Xt?`${o.slice(0,Xt)}\u2026[truncated]`:o;throw new lt(n.status,n.statusText,s)}}async getUserSecretWithVersion(e){let r=iu(e);try{let n=await Xr(()=>this._callApi("/mcp-secrets/get",this.lookupBody(r))),o=n.secret?.value,s=n.secret?.version;if(o===void 0||s===void 0)return;let i=n.secret?.scope===Zh||n.secret?.scope==="SECRET_SCOPE_PRIVATE";return{value:eE(o,n.secret?.tags),version:i?s:"0"}}catch(n){if(n instanceof lt&&n.statusCode===404)return;throw n}}async _resolve(e){let r=await this._tryGet("/mcp-secrets/get",this.lookupBody(e),e);if(r.value!==void 0)return this.cache.set(e,r.value),r.value;if(r.errored){let n=this.cache.get(e);return n!==void 0&&Ei.debug(`Secret "${e}" lookup failed; using cached fallback value`),n}this.cache.delete(e)}async _tryGet(e,r,n){try{let o=await Xr(()=>this._callApi(e,r)),s=o.secret?.value;return s===void 0?{errored:!1}:{value:eE(s,o.secret?.tags),errored:!1}}catch(o){if(o instanceof lt&&o.statusCode===404)return Ei.debug(`Secret "${n}" not found via ${e} (404)`),{errored:!1};let s=o instanceof Error?o.message:String(o);return Ei.debug(`Secret "${n}" lookup via ${e} failed: ${s}`),{errored:!0}}}async _callApi(e,r){let o=await(this.fetchImpl??fetch)(`${this.apiUrl}${e}`,{method:"POST",headers:{Authorization:`Bearer ${this.apiKey}`,"Content-Type":"application/json",...this.userAgent?{"User-Agent":this.userAgent}:{}},body:JSON.stringify(r),signal:AbortSignal.timeout(this.timeoutMs)});if(!o.ok){let s=await o.text().catch(()=>""),i=s.length>Xt?`${s.slice(0,Xt)}\u2026[truncated]`:s;throw new lt(o.status,o.statusText,i)}return await o.json()}};function Bh(t){return{latestPi:t}}import{randomUUID as JG}from"node:crypto";import{setToolSource as YG}from"@augmentcode/auggie-v2";import{logger as XG}from"@hermes/logger";import{Type as QG}from"@sinclair/typebox";var rE=XG.child({prefix:"pi-mcp"}),cu="attach-mcp-server",eZ="augment:mcp-attach-request",tZ=15e3,rZ={type:"object",properties:{config_id:{type:"string",description:"Id (or name) of the MCP server to attach, as listed among the available unattached servers in find-tool's description."}},required:["config_id"]};function nZ(t,e){let r=e.trim(),n=r.toLowerCase(),o=t.mcpCatalog??[];return o.find(s=>s.id===r)??o.find(s=>s.name.toLowerCase()===n)}function oZ(t,e){return new Promise(r=>{let n=setTimeout(()=>{t.attachResolvers.delete(e),r(void 0)},tZ);t.attachResolvers.set(e,o=>{clearTimeout(n),t.attachResolvers.delete(e),r(o)})})}function tE(t){let e=Go(t).map(r=>`${r.name} (id: ${r.id})`);return e.length>0?`Available unattached servers: ${e.join(", ")}.`:"No unattached servers are currently available."}function sZ(t){let{entry:e,state:r}=t,n=[...r.servers.values()].find(o=>o.config.id===e.id);if(n?.status==="auth_required")return Pe(`MCP server "${e.name}" requires authentication. Ask the user to reconnect it from the session MCP panel before trying again.`);if(n?.status==="failed"||r.failedAddConfigIds.has(e.id))return Pe(`MCP server "${e.name}" failed to connect after the attach was accepted. Ask the user to reconnect it from the session MCP panel before trying again.`)}function iZ(t){let{entry:e,result:r,state:n}=t;if(r===void 0)return Pe(`Timed out waiting for the attach request for "${e.name}" to be acknowledged. The server may still attach shortly; check find-tool's server list before retrying.`);if(r.error==="UNIMPLEMENTED")return n.mcpAttachDisabled=!0,Pe("Attaching MCP servers is not enabled for this session. Ask the user to attach the server from the session's MCP settings instead.");if(r.error==="DENIED")return Pe(`The control plane denied the request to attach "${e.name}". Do not retry; ask the user to verify that the server is available for this session.`);if(r.error!==void 0)return Pe(`Could not reach the control plane to attach "${e.name}". Try again later.`);switch(r.status){case"ACCEPTED":return Pe(`Attach accepted for "${e.name}". Connection continues in the background; use find-tool to discover its tools when ready. If its tools do not appear, call attach-mcp-server again with the same config id for connection guidance.`);case"ALREADY_ATTACHED":return Pe(`MCP server "${e.name}" is already attached to this session. Use find-tool to discover its tools.`);case"AUTH_REQUIRED":return Pe(`MCP server "${e.name}" requires authentication \u2014 the user must connect it from the session MCP panel before it can be attached.`);case"NO_ACTIVE_VM":return Pe(`Could not reach the control plane to attach "${e.name}". Try again later.`);default:return Pe(`The attach request for "${e.name}" returned an unrecognized status. Check find-tool's server list shortly to see whether it attached.`)}}async function aZ(t,e,r){if(e.mcpAttachDisabled)return Pe("Attaching MCP servers is not enabled for this session. Ask the user to attach the server from the session's MCP settings instead.");let{config_id:n}=r??{};if(typeof n!="string"||n.trim().length===0)throw new Error(`${cu} requires a string "config_id" parameter. ${tE(e)}`);let o=nZ(e,n);if(!o)return Pe(`No MCP server matching "${n}" is available to attach. ${tE(e)}`);let s=sZ({entry:o,state:e});if(s!==void 0)return s;if(Tu(e,o))return Pe(`MCP server "${o.name}" is already attached to this session. Use find-tool to discover its tools.`);if(o.state!=="available"&&o.state!=="opt_in_required")return Pe(`MCP server "${o.name}" is not currently available to attach. Ask the user to attach it from the session's MCP settings.`);let i=JG();rE.info(`attach-mcp-server: requesting attach of "${o.name}" (config=${o.id} request=${i})`);let a=oZ(e,i);t.events.emit(eZ,{configId:o.id,requestId:i});let c=await a;return iZ({entry:o,result:c,state:e})}function Vh(t,e){let r={name:cu,label:cu,description:"Attach an available MCP server to this session so its tools become usable. Only servers listed as available-but-not-attached in find-tool's description can be attached. Call this tool immediately when the user's request needs one of those servers; it attaches directly without requiring user approval.",parameters:QG.Unsafe(rZ),execute:(n,o)=>aZ(t,e,o)};YG(cu,"mcp"),t.registerTool(r),vr(r),rE.debug("Registered attach-mcp-server tool")}import{logger as cZ}from"@hermes/logger";var Oo=cZ.child({prefix:"pi-mcp"});async function uZ(t){let e=[];for(let[r,n]of t.servers){let o=Q(t,r,n);if(o.owner.kind!=="vfs"||o.host!==n)continue;let s=Rt({state:t,name:r,owner:o.owner,revision:o.revision,host:n});if(!s)continue;Ze(t,r);let i=dt(t,r,n.config.id,n.config);n.beginDisposal?.(),e.push(Promise.allSettled([i,n.dispose({strict:!0})]).then(a=>{let c=a.find(u=>u.status==="rejected");if(c)throw we({state:t,name:r,retirement:s,result:{status:"failed",error:c.reason}}),c.reason;we({state:t,name:r,retirement:s,result:{status:"retired"}}),Re({state:t,name:r,owner:o.owner,revision:o.revision})}))}await Promise.all(e)}function dZ(t,e){for(let r of e??[])typeof r?.message=="string"&&(t.diagnostics.push({message:r.message,origin:"vfs"}),Oo.warn(r.message))}function lZ(t){let{state:e,name:r,stored:n,higherPriorityNames:o,blockedNames:s,workspaceRoot:i}=t;if(o.has(r)){s.add(r);let a=`VFS MCP server "${r}" ignored: a higher-priority server with the same name takes precedence`;e.diagnostics.push({server:r,message:a,origin:"vfs"}),Oo.warn(a);return}try{let a=zn(r,n);return{...a.type==="stdio"?Lt(a,i):Dt(a,i),vfsSource:"vfs"}}catch(a){let c=a instanceof Ct?a.message:`Failed to normalize VFS MCP server "${r}": ${a instanceof Error?a.message:String(a)}`;e.diagnostics.push({server:r,message:c,origin:"vfs"}),Oo.warn(c);return}}function fZ(t,e){let r=new Set;for(let[i,a]of t.servers){let c=Q(t,i,a);c.owner.kind!=="vfs"&&c.host===a&&r.add(i)}for(let[i,a]of t.hostLeases)a.owner.kind!=="vfs"&&r.add(i);let n=t.workspaceRoot??process.cwd(),o=[],s=new Set;for(let[i,a]of Object.entries(e.servers??{})){if(a===null)continue;let c=lZ({state:t,name:i,stored:a,higherPriorityNames:r,blockedNames:s,workspaceRoot:n});c&&o.push(c)}return{servers:o,blockedNames:s}}function pZ(t){for(let e of t.blockedVfsMcpNames){let r=t.hostLeases.get(e);if(!r||r.owner.kind==="vfs")return!1}return!0}function nE(t){let{pi:e,state:r,data:n,deps:o}=t,s=o?.connect??bt,i=n;if(!i||typeof i!="object"||Array.isArray(i))return Oo.warn("augment:mcp-vfs-servers payload is not an object"),Promise.resolve();let a=typeof i.signature=="string"?i.signature:void 0;if(a!==void 0&&a===r.lastSuccessfulVfsMcpSignature&&pZ(r))return Promise.resolve();let c=++r.vfsGeneration,u=new Set,d=uZ(r);return r.diagnostics=r.diagnostics.filter(l=>l.origin!=="vfs"),r.lastSuccessfulVfsMcpSignature=void 0,r.blockedVfsMcpNames.clear(),d.then(()=>{if(r.vfsGeneration!==c)return!1;dZ(r,i.diagnostics);let{servers:l,blockedNames:f}=fZ(r,i);return u=f,l.length===0?(a!==void 0&&(r.lastSuccessfulVfsMcpSignature=a,r.blockedVfsMcpNames=f),!1):(Oo.info(`VFS MCP overlay: connecting ${l.length} server(s)`),s(l,r,r.currentLoad?.latestPi??e,()=>r.vfsGeneration===c).then(p=>{let h=p?.find(m=>m.status==="failed"||m.status==="unavailable");if(h)throw h.error instanceof Error?h.error:new Error(String(h.error));return l.every(m=>(p??[]).some(y=>y.config===m&&Bc(r,y)))}))}).then(l=>{l&&a!==void 0&&r.vfsGeneration===c&&(r.lastSuccessfulVfsMcpSignature=a,r.blockedVfsMcpNames=u)}).catch(l=>{let f=`VFS MCP overlay connect failed: ${l instanceof Error?l.message:String(l)}`;Oo.warn(f),r.vfsGeneration===c&&r.diagnostics.push({message:f,origin:"vfs"})})}var nt=hZ.child({prefix:"pi-mcp"}),cE="augment:mcp-oauth-credentials",oE="augment:mcp-header-secrets",sE="augment:mcp-header-secret-failures",iE="augment:credentials",mZ="augment:mcp-config-ids",aE="augment:mcp-configs",gZ="augment:mcp-vfs-servers",yZ="augment:mcp-add-server",vZ="augment:mcp-restart-server",_Z="augment:mcp-remove-server";function SZ(t){if(!t.secretsClient||t.tokens instanceof Wo)return;let e=t.tokens;t.tokens=new Wo(()=>t.secretsClient,()=>t.shouldProactivelyRefreshTokens,e.snapshot()),nt.debug("Installed durable BackendTokenStore (durable ops gated at runtime)")}function wZ(t){if(!t||typeof t!="object"){nt.warn(`${cE} payload is not an object`);return}let e=t,r=e.suppressReconnect===!0&&typeof e.credentials=="object"&&e.credentials!==null&&!Array.isArray(e.credentials);return{credentials:r?e.credentials:t,restart:r&&e.restart&&typeof e.restart=="object"?e.restart:void 0,suppressReconnect:r,targetConfigId:r&&typeof e.targetConfigId=="string"?e.targetConfigId:void 0}}function bZ(t){let{pi:e,state:r,payload:n}=t;if(n.targetConfigId){xx({pi:e,state:r,update:{configId:n.targetConfigId,credentials:n.credentials}});return}Object.keys(n.credentials).length>0&&(r.shouldProactivelyRefreshTokens=!1);let o=new Set;for(let i of Object.keys(n.credentials)){let a=r.servers.get(i)?.getRefreshInFlight?.();a&&o.add(a)}let s=()=>{let i=TZ({pi:e,state:r,credentials:n.credentials,suppressReconnect:n.suppressReconnect}),{restart:a}=n;if(!(typeof a?.serverName!="string"||typeof a.requestId!="string")){if(i.applied.includes(a.serverName)){Gh({pi:e,state:r,data:{serverName:a.serverName,requestId:a.requestId}});return}if(Object.hasOwn(n.credentials,a.serverName)&&!i.equal.includes(a.serverName)){let c="MCP restart credential was rejected; keeping the existing host";nt.warn(c),r.diagnostics.push({server:a.serverName,message:c})}}};if(o.size===0){s();return}Promise.allSettled(o).then(s)}function RZ(t,e){e.credsListenerBound||(e.credsListenerBound=!0,t.events.on(cE,r=>{let n=wZ(r);n&&bZ({pi:t,state:e,payload:n})}))}function PZ(t){let{state:e,name:r,revision:n}=t,o=Gr(n);if(e.pendingRegistryCredentialDomains.has(o)&&e.registryCredentialIntents.has(o))return!1;let s=e.expectedCredentialDomains.get(r),i=e.oauthCredentialDomains.get(r),a=e.servers.get(r),c=a?.config.id,u=a?.config.registrySource!==void 0&&c!==void 0&&st(c)===o;return n.ownerDomain!==void 0?s?.kind==="domain"?s.domain===o:u:s===void 0&&i===void 0?u:s?.kind==="domain"&&(s.domain===o||it(n.domain))||i===n.domain}function CZ(t){let{state:e,revision:r}=t,n=Gr(r);return e.pendingRegistryCredentialDomains.has(n)&&e.registryCredentialIntents.has(n)}function xZ(t){let{state:e,credentials:r,suppressReconnect:n}=t,o={};for(let[s,i]of Object.entries(r)){let a=An(i);if(a===void 0){o[s]=i;continue}if(CZ({state:e,revision:a})){fm({state:e,revision:a,credential:i,suppressReconnect:n});continue}if(PZ({state:e,name:s,revision:a})){o[s]=i;continue}dm({state:e,serverName:s,revision:a,credential:i,suppressReconnect:n})}return o}function kZ(t){let{state:e,applicable:r,seeded:n}=t;for(let o of n){let s=r[o],i=An(s);i===void 0?(e.credentialRevisions.delete(o),e.hostedCredentialOwnership.delete(o)):(e.credentialRevisions.set(o,i),e.hostedCredentialOwnership.set(o,{...i,accessTokenOnly:s?.refresh_token===void 0})),e.statusFailureCategories.delete(o),e.authRefreshNeededReportKeys.delete(o),e.tokens.clearAuthRequired(o)}}function EZ(t){let{pi:e,state:r,seeded:n,suppressReconnect:o}=t;if(o)return;let s=r.currentLoad?.latestPi??e;for(let i of n){let a=r.servers.get(i),c=r.expectedCredentialDomains.get(i),u=Z(r,i),d=c?.kind!=="domain"||u?.owner.kind==="registry"&&u.owner.identity===c.domain;a&&d&&a.config.type!=="stdio"&&a.config.auth==="oauth"&&jr(i,r,s).catch(()=>{}).finally(()=>{J(s,r),Ne(r)})}}function TZ(t){let{pi:e,state:r,credentials:n,suppressReconnect:o}=t;r.oauthCredentialRevisions??=new Map,r.oauthCredentialDomains??=new Map,r.credentialRevisions??=new Map,r.expectedCredentialDomains??=new Map;let s=xZ({state:r,credentials:n,suppressReconnect:o}),i=Vc(r.tokens,s,{acceptedRevisions:r.oauthCredentialRevisions,acceptedDomains:r.oauthCredentialDomains,expectedDomains:r.expectedCredentialDomains,equalRevisionRebindDomains:r.equalRevisionRebindDomains,requireRevision:!0});return kZ({state:r,applicable:s,seeded:i.applied}),i.applied.length===0||(nt.info(`Seeded MCP OAuth token(s) for ${i.applied.length} server(s)`),EZ({pi:e,state:r,seeded:i.applied,suppressReconnect:o})),i}function AZ(t,e){e.headerSecretsListenerBound||(e.headerSecretsListenerBound=!0,t.events.on(oE,r=>{if(!r||typeof r!="object"||Array.isArray(r)){nt.warn(`${oE} payload is not an object`);return}let n=r,o=typeof n.secrets=="object"&&n.secrets!==null&&!Array.isArray(n.secrets);Wg(e,o?n.secrets:r,{authoritative:o&&n.authoritative===!0})}),t.events.on(sE,r=>{if(!r||typeof r!="object"||Array.isArray(r)){nt.warn(`${sE} payload is not an object`);return}let n=r,o=typeof n.entries=="object"&&n.entries!==null&&!Array.isArray(n.entries);Jg(e,o?n.entries:r,{authoritative:o&&n.authoritative===!0})}))}function $Z(t,e){e.configIdsListenerBound||(e.configIdsListenerBound=!0,t.events.on(iE,r=>{let n=r;if(!n||typeof n.apiKey!="string"||typeof n.apiUrl!="string"){nt.warn(`${iE} payload missing apiKey or apiUrl`);return}e.credentials={apiKey:n.apiKey,apiUrl:n.apiUrl,...typeof n.userAgent=="string"?{userAgent:n.userAgent}:{},...typeof n.userId=="string"?{userId:n.userId}:{}},e.secretsClient=new au(e.credentials),SZ(e)}),t.events.on(mZ,r=>{e.mcpAttachCloudSignaled||(e.mcpAttachCloudSignaled=!0,Vh(e.currentLoad?.latestPi??t,e)),Hk({pi:t,state:e,data:r}).then(()=>{J(e.currentLoad?.latestPi??t,e)}).catch(n=>{nt.warn(`Registry config apply did not retire credentials durably: ${n instanceof Error?n.message:String(n)}`),J(e.currentLoad?.latestPi??t,e)}).finally(()=>{let n=e.currentLoad?.latestPi??t;Ne(e),tu(n,e)})}))}function MZ(t,e){e.mcpConfigsListenerBound||(e.mcpConfigsListenerBound=!0,t.events.on(aE,r=>{let o=r?.configs;if(o!==void 0&&!Array.isArray(o)){nt.warn(`${aE} payload configs is not an array`),e.embeddedRegistryConfigs=void 0;return}if(e.embeddedRegistryConfigs=o,o!==void 0){let s=su(o,e.workspaceRoot??process.cwd());for(let{config:i}of s?.allConfigsById.values()??[])i&&Br({state:e,config:i,pi:t}).catch(a=>{nt.warn(`Embedded MCP credential intent did not retire durably: ${a instanceof Error?a.message:String(a)}`)})}nt.info(`Stored ${o===void 0?0:o.length} embedded MCP config(s) for the next registry selection`)}))}function IZ(t,e){e.vfsListenerBound||(e.vfsListenerBound=!0,t.events.on(gZ,r=>{nE({pi:t,state:e,data:r}).then(()=>{J(e.currentLoad?.latestPi??t,e),Ne(e)})}))}function OZ(t,e){e.addServerListenerBound||(e.addServerListenerBound=!0,t.events.on(yZ,r=>{Dk({pi:t,state:e,data:r}).then(()=>{J(e.currentLoad?.latestPi??t,e)}).catch(n=>{nt.warn(`Live MCP add-server did not retire credentials durably: ${n instanceof Error?n.message:String(n)}`),J(e.currentLoad?.latestPi??t,e)}).finally(()=>{let n=e.currentLoad?.latestPi??t;Ne(e),tu(n,e)})}))}function zZ(t,e){e.restartServerListenerBound||(e.restartServerListenerBound=!0,t.events.on(vZ,r=>{Gh({pi:t,state:e,data:r}).then(()=>{Ne(e)})}))}function NZ(t,e){e.removeServerListenerBound||(e.removeServerListenerBound=!0,t.events.on(_Z,r=>{Jk({pi:t,state:e,data:r}).catch(n=>{nt.warn(`Live MCP remove-server did not retire durably: ${n instanceof Error?n.message:String(n)}`)}).finally(()=>{let n=e.currentLoad?.latestPi??t;Ne(e),tu(n,e)})}))}function cX(t){return Vg(t)}var uE=t=>{let e=ne();e.currentLoad=Bh(t);let r=!1;Ck(t,e),RZ(t,e),AZ(t,e),$Z(t,e),MZ(t,e),IZ(t,e),OZ(t,e),zZ(t,e),NZ(t,e),kk(t,e),Ek(t,e),e.mcpAttachCloudSignaled&&Vh(t,e),t.on("session_start",(n,o)=>{e.currentLoad=Bh(t),e.workspaceRoot=o.cwd;let s=o.mcpConfigOverride;if(e.mcpConfigOverride=Array.isArray(s)&&s.length>0?s:void 0,e.ui=o.ui,Ak(e),e.connectStarted)Ln(e)?(Jr(t),qi(t)):Tm(t,e),Ne(e);else{e.connectStarted=!0,qo()&&Jr(t);let{servers:i,diagnostics:a}=Nn(o.cwd,o.agentDir,e.mcpConfigOverride,e.sessionMcpConfigDisabledOverrides);for(let c of a)e.diagnostics.push(c),nt.warn(c.message);bt(i,e,t).then(()=>Rx(e)).catch(()=>{}).finally(()=>{J(e.currentLoad?.latestPi??t,e),Ne(e)})}r||(r=!0,t.events.emit(Kx,ek(t,e)))}),t.on("session_shutdown",()=>{$k(e)})};Cm(uE);var uX=uE;export{uX as default,cX as setMcpErrorReporter};
150
+ /*! Bundled license information:
151
+
152
+ content-type/index.js:
153
+ (*!
154
+ * content-type
155
+ * Copyright(c) 2015 Douglas Christopher Wilson
156
+ * MIT Licensed
157
+ *)
158
+ */