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