MCPcopy
hub / github.com/coder/mux / createConfig

Function createConfig

src/node/services/agentSession.continueMessageAgentId.test.ts:106–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104}
105
106function createConfig(): Config {
107 return {
108 srcDir: "/tmp",
109 getSessionDir: mock(() => "/tmp"),
110 } as unknown as Config;
111}
112
113describe("AgentSession continue-message agentId fallback", () => {
114 let historyCleanup: (() => Promise<void>) | undefined;

Callers 1

createSessionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected