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
google_generative_ai.d.ts•617 B
// This file declares a TypeScript module for type definitions related to the Google Generative AI library.
// It aids in type-checking and auto-completion for code interacting with this library, facilitating seamless integration
// and development in TypeScript projects.
declare module "@google/generative-ai"
// Declares the module "@google/generative-ai", allowing TypeScript to recognize types and interfaces
// associated with the Google Generative AI library. This declaration is crucial for enabling proper type-checking
// and enhancing development efficiency when using the library in TypeScript projects.