MCPcopy
hub / github.com/Pimzino/spec-workflow-mcp / SessionData

Interface SessionData

src/core/session-manager.ts:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { ensureDirectoryExists } from './path-utils.js';
4
5interface SessionData {
6 dashboardUrl: string;
7 startedAt: string;
8 pid: number;
9}
10
11export class SessionManager {
12 private projectPath: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected