Skip to main content
Glama

MCP Gemini Server

by bsmi021
vitest.d.ts482 B
/** * Type definitions for Vitest * This helps to ensure we have proper types for our tests */ declare module "vitest" { interface Mock { <This, Args extends any[] = any[], Return = any>( this: This, ...args: Args ): Return; mockImplementation(fn: (...args: any[]) => any): this; mockReturnValue(val: any): this; mockResolvedValue(val: any): this; mockRejectedValue(val: any): this; } function mocked<T>(item: T, deep?: boolean): T; }

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