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
python.d.ts•342 B
import { ParseOutcome } from './types.js';
/**
* Parse Python source code and extract public interface
*/
export declare function parsePython(source: string): ParseOutcome;
/**
* Check if this parser supports the given file extension
*/
export declare function supportsExtension(ext: string): boolean;
//# sourceMappingURL=python.d.ts.map