We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/james-see/mcp-drawthings'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
get-config.d.ts•458 B
import { z } from "zod";
import type { DrawThingsClient } from "../client/drawthings.js";
export declare const getConfigSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
export declare const getConfigDescription = "Get the current Draw Things configuration including the loaded model and settings";
export declare function getConfig(client: DrawThingsClient): Promise<{
type: "text";
text: string;
}[]>;
//# sourceMappingURL=get-config.d.ts.map