Skip to main content
Glama

Swagger Explorer MCP

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

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