We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wanaku-ai/wanaku'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
/**
* Generated by orval v7.6.0 🍺
* Do not edit manually.
* wanaku-router API
* OpenAPI spec version: 0.0.6-SNAPSHOT
*/
import type { EventType } from "./eventType";
import type { ServiceTarget } from "./serviceTarget";
import type { ServiceState } from "./serviceState";
export interface ServiceTargetEvent {
eventType?: EventType;
id?: string;
serviceTarget?: ServiceTarget;
serviceState?: ServiceState;
}