Skip to main content
Glama

Google Drive MCP Server

synth.d.ts777 B
import { ChangeSet } from './download'; export declare enum Semverity { PATCH = 1, MINOR = 2, MAJOR = 3 } export interface Changelog { title: string; description: string; semverity: Semverity; } export interface SynthOptions { useCache?: boolean; } export declare function synth(options?: SynthOptions): Promise<void>; /** * Given a set of changes, generate a changelog. */ export declare function createChangelog(changeSets: ChangeSet[]): { semverity: Semverity; changelog: string; }; export declare function getPrefix(semverity: Semverity): "fix" | "feat"; /** * Given a set of changes, figure out if the total * changeset is semver patch, minor, or major. */ export declare function getSemverity(changeSets: ChangeSet[]): Semverity;

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/isaacphi/mcp-gdrive'

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