Skip to main content
Glama

Swagger Explorer MCP

by johnneerdael
map.js439 B
import { isMap } from '../../nodes/identity.js'; import { YAMLMap } from '../../nodes/YAMLMap.js'; const map = { collection: 'map', default: true, nodeClass: YAMLMap, tag: 'tag:yaml.org,2002:map', resolve(map, onError) { if (!isMap(map)) onError('Expected a mapping for this tag'); return map; }, createNode: (schema, obj, ctx) => YAMLMap.from(schema, obj, ctx) }; export { 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