Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Draw Things MCP
Claim
by
jaokuohsuan
npm
GitHub
Image & Video Processing
JavaScript
130
2
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
src
interfaces
src/interfaces/http.ts
src/interfaces/imageGeneration.ts
src/interfaces/index.ts
src/interfaces/jsonRpc.ts
/** * HTTP 請求相關的介面定義 */ /** * 自訂的 Fetch 選項,擴展原生 RequestInit */ export interface FetchOptions extends RequestInit { timeout?: number; validateStatus?: (status: number) => boolean; }