Skip to main content
Glama

Swagger Explorer MCP

by johnneerdael
pairs.d.ts725 B
import type { CreateNodeContext } from '../../doc/createNode'; import type { ParsedNode } from '../../nodes/Node'; import { Pair } from '../../nodes/Pair'; import type { YAMLMap } from '../../nodes/YAMLMap'; import { YAMLSeq } from '../../nodes/YAMLSeq'; import type { Schema } from '../../schema/Schema'; import type { CollectionTag } from '../types'; export declare function resolvePairs(seq: YAMLSeq.Parsed<ParsedNode | Pair<ParsedNode, ParsedNode | null>> | YAMLMap.Parsed, onError: (message: string) => void): YAMLSeq.Parsed<Pair<ParsedNode, ParsedNode | null>>; export declare function createPairs(schema: Schema, iterable: unknown, ctx: CreateNodeContext): YAMLSeq<unknown>; export declare const pairs: CollectionTag;

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/johnneerdael/swagger-mcp'

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