Skip to main content
Glama
by microsoft
browse.genai.mjs701 B
import { delay } from "genaiscript/runtime" script({ model: "echo" }) const page = await host.browse( "https://microsoft.github.io/genaiscript/reference/scripts/browser/", { headless: false, browser: "firefox", } ) const page2 = await host.browse( "https://microsoft.github.io/genaiscript/reference/scripts/browser/", { headless: false, browser: "chromium", } ) await runPrompt( async (_) => { const page3 = await host.browse( "https://microsoft.github.io/genaiscript/reference/scripts/browser/", { headless: false, } ) }, { model: "echo" } ) await delay(5000)

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