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
56
3
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
draw-things-mcp-cursor
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
;
}