MCPcopy
hub / github.com/RedPlanetHQ/core / getSessionConfig

Function getSessionConfig

packages/cli/src/utils/browser-config.ts:147–149  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

145}
146
147export function getSessionConfig(name: string): BrowserSessionConfig | undefined {
148 return getConfiguredSessions().find(s => s.name === name);
149}
150
151export function createSession(
152 name: string,

Callers 2

getOrLaunchSessionFunction · 0.90
launchSessionFunction · 0.90

Calls 1

getConfiguredSessionsFunction · 0.85

Tested by

no test coverage detected