Skip to main content
Glama

GemForge-Gemini-Tools-MCP

repo-packer.d.ts638 B
/** Configuration options for packing a repository */ export interface RepoPackOptions { outputPath?: string; compress?: boolean; includePatterns?: string; excludePatterns?: string; keepTemp?: boolean; customOptions?: string; } /** Result of packing a repository */ export interface RepoPackResult { outputPath: string; error?: string; } /** Pack a local directory using repomix */ export declare function packDirectory(directoryPath: string, options?: RepoPackOptions): Promise<RepoPackResult>; /** Clean up temporary files */ export declare function cleanupPackedFile(outputPath: string): Promise<void>;

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/PV-Bhat/GemForge-MCP'

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