Skip to main content
Glama
by microsoft
git-history.genai.mts419 B
script({ model: "small", title: "git-history", tests: {} }) const author = env.vars.author as string || "pelikhan" const until = env.vars.until as string || "2023-11-15" const { stdout: commits } = await host.exec(`git log --author ${author} --until ${until} --format=oneline`) def("COMMITS", commits.replace(/^[^ ]+ /gm, ""), { maxTokens: 20000 }) $`Summarize the git history of ${author} from ${until}.`

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