Skip to main content
Glama
by microsoft
fetchtext.test.ts501 B
import assert from "node:assert/strict" import test, { beforeEach, describe } from "node:test" import { TestHost } from "./testhost" import { fetchText } from "./fetchtext" describe("fetch", () => { beforeEach(async () => { TestHost.install() }) test("fetchText llms.txt", async () => { const res = await fetchText( "https://microsoft.github.io/genaiscript/llms.txt" ) assert(res.ok) assert(res.text.includes("GenAIScript")) }) })

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/microsoft/genaiscript'

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