MCPcopy
hub / github.com/entropic-dev/entropic / resolveCLISession

Method resolveCLISession

services/common/boltzmann/client/index.js:83–88  ·  view source on GitHub ↗
({ session, value })

Source from the content-addressed store, hash-verified

81 }
82
83 async resolveCLISession({ session, value }) {
84 return this.request(`/v1/authn/sessions/session/${e(session)}`, {
85 method: 'POST',
86 body: { value }
87 });
88 }
89
90 async fetchCLISession({ session }) {
91 return this.request(`/v1/authn/sessions/session/${e(session)}`);

Callers 1

handleTokenActionFunction · 0.80

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected