MCPcopy
hub / github.com/srcbookdev/srcbook / CreateSrcbookRequestType

Interface CreateSrcbookRequestType

packages/web/src/lib/server.ts:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26interface CreateSrcbookRequestType {
27 path: string;
28 name: string;
29 language: CodeLanguageType;
30}
31
32interface CreateSrcbookResponseType {
33 error: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected