MCPcopy
hub / github.com/nashsu/llm_wiki / LlmWikiApiClientOptions

Interface LlmWikiApiClientOptions

mcp-server/src/api-client.ts:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export const DEFAULT_API_BASE_URL = "http://127.0.0.1:19828"
2
3export interface LlmWikiApiClientOptions {
4 baseUrl?: string
5 token?: string
6 fetchImpl?: typeof fetch
7}
8
9export interface ApiProject {
10 id: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected