Skip to main content
Glama

Swagger Explorer MCP

by johnneerdael
compose-collection.d.ts582 B
import type { ParsedNode } from '../nodes/Node'; import type { BlockMap, BlockSequence, FlowCollection, SourceToken } from '../parse/cst'; import type { ComposeContext, ComposeNode } from './compose-node'; import type { ComposeErrorHandler } from './composer'; interface Props { anchor: SourceToken | null; tag: SourceToken | null; newlineAfterProp: SourceToken | null; } export declare function composeCollection(CN: ComposeNode, ctx: ComposeContext, token: BlockMap | BlockSequence | FlowCollection, props: Props, onError: ComposeErrorHandler): ParsedNode; export {};

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