MCPcopy
hub / github.com/mixedbread-ai/mgrep / create

Method create

src/lib/store.ts:242–247  ·  view source on GitHub ↗
(options: CreateStoreOptions)

Source from the content-addressed store, hash-verified

240 }
241
242 async create(options: CreateStoreOptions): Promise<unknown> {
243 return await this.client.stores.create({
244 name: options.name,
245 description: options.description,
246 });
247 }
248
249 async ask(
250 storeIds: string[],

Callers

nothing calls this directly

Calls 1

createMethod · 0.65

Tested by

no test coverage detected