We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/UBTCodeNinja/mcp-file-compaction'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
tools.d.ts•232 B
/**
* Parse a file's AST and return its public interface summary.
* For unsupported file types, returns an error message.
*/
export declare function filePeek(filePath: string): Promise<string>;
//# sourceMappingURL=tools.d.ts.map