MCPcopy Create free account
hub / github.com/IAmUnbounded/devctx / SaveArgs

Interface SaveArgs

devctx/src/mcp-server.ts:68–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66);
67
68interface SaveArgs {
69 message: string;
70 goal?: string;
71 approaches?: string[];
72 decisions?: string[];
73 currentState?: string;
74 nextSteps?: string[];
75}
76
77const saveSchema = {
78 message: z.string().describe("Description of what you were working on"),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected