Skip to main content
Glama
yaml.ts223 B
import { parse } from 'yaml'; import { readDVPLString } from '../dvpl/reader.js'; export async function readYAML<T>(path: string): Promise<T> { const content = await readDVPLString(path); return parse(content) as T; }

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/Revenant30102000/wotblitz-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server