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
check-status.d.ts•446 B
import { z } from "zod";
import type { DrawThingsClient } from "../client/drawthings.js";
export declare const checkStatusSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
export declare const checkStatusDescription = "Check if the Draw Things API server is running and accessible";
export declare function checkStatus(client: DrawThingsClient): Promise<{
type: "text";
text: string;
}[]>;
//# sourceMappingURL=check-status.d.ts.map