MCPcopy
hub / github.com/langbot-app/LangBot / KnowledgeBaseMock

Interface KnowledgeBaseMock

web/tests/e2e/fixtures/langbot-api.ts:24–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24interface KnowledgeBaseMock {
25 uuid: string;
26 name: string;
27 description: string;
28 emoji: string;
29 knowledge_engine_plugin_id: string;
30 creation_settings: JsonRecord;
31 retrieval_settings: JsonRecord;
32 knowledge_engine: {
33 plugin_id: string;
34 name: {
35 en_US: string;
36 zh_Hans: string;
37 };
38 capabilities: string[];
39 };
40 updated_at: string;
41}
42
43interface MCPServerMock {
44 name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected