Skip to main content
Glama
by Ritesh-sudo
index.spec.ts.snap1.47 kB
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html exports[`Index > createDocumentStream 1`] = ` Document { "children": [ &This is text, <!-- and comments -->, <tags />, ], "endIndex": null, "next": null, "parent": null, "prev": null, "startIndex": null, "type": "root", } `; exports[`Index > createDomStream 1`] = ` [ &This is text, <!-- and comments -->, <tags />, ] `; exports[`Index > parseDOM 1`] = ` [ <a foo="" > <b> <c> ProcessingInstruction { "data": "?foo", "endIndex": null, "name": "?foo", "next": Yay!, "parent": <c> [Circular] Yay! </c>, "prev": null, "startIndex": null, "type": "directive", } Yay! </c> </b> </a>, ] `; exports[`Index > parseDocument 1`] = ` Document { "children": [ <a foo="" > <b> <c> ProcessingInstruction { "data": "?foo", "endIndex": null, "name": "?foo", "next": Yay!, "parent": <c> [Circular] Yay! </c>, "prev": null, "startIndex": null, "type": "directive", } Yay! </c> </b> </a>, ], "endIndex": null, "next": null, "parent": null, "prev": null, "startIndex": null, "type": "root", } `;

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/Ritesh-sudo/MCPJobSearch'

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