Skip to main content
Glama

Wanaku MCP Server

orval.config.ts623 B
import { defineConfig } from 'orval'; export default defineConfig({ wanaku: { input: '../wanaku-router-backend/src/main/webui/openapi.json', output: { mode: 'single', target: './src/api/wanaku-router-api.ts', schemas: './src/models', client: 'fetch', mock: false, override: { mutator: { path: './src/custom-fetch.ts', name: 'customFetch', }, }, }, hooks: { afterAllFilesWrite: 'prettier --write', }, }, });

MCP directory API

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