Skip to main content
Glama

MCP Gemini Server

by bsmi021
vitest-globals.d.ts641 B
/// <reference types="vitest/globals" /> // This file ensures vitest globals are available throughout the project // when using vitest with globals: true configuration declare global { const describe: typeof import("vitest").describe; const it: typeof import("vitest").it; const test: typeof import("vitest").test; const expect: typeof import("vitest").expect; const beforeAll: typeof import("vitest").beforeAll; const afterAll: typeof import("vitest").afterAll; const beforeEach: typeof import("vitest").beforeEach; const afterEach: typeof import("vitest").afterEach; const vi: typeof import("vitest").vi; } export {};

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/bsmi021/mcp-gemini-server'

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