Skip to main content
Glama
by microsoft
filetree.genai.mjs360 B
import { fileTree } from "genaiscript/runtime" script({ model: "small", tools: "fs_read_file" }) console.log(await fileTree("src/**")) console.log( await fileTree("src/**/*.md", { frontmatter: ["title", "description"], }) ) def("FILES", await fileTree("**/*.md*", { frontmatter: ["title"] })) $`Summarize the markdown files in the project.`

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