Skip to main content
Glama

Swagger Explorer MCP

by johnneerdael
seq.js484 B
'use strict'; var identity = require('../../nodes/identity.js'); var YAMLSeq = require('../../nodes/YAMLSeq.js'); const seq = { collection: 'seq', default: true, nodeClass: YAMLSeq.YAMLSeq, tag: 'tag:yaml.org,2002:seq', resolve(seq, onError) { if (!identity.isSeq(seq)) onError('Expected a sequence for this tag'); return seq; }, createNode: (schema, obj, ctx) => YAMLSeq.YAMLSeq.from(schema, obj, ctx) }; exports.seq = seq;

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