We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/psikosen/dt_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
unambiguous.d.ts•167 B
import type { AST } from 'eslint';
declare function isModule(ast: AST.Program): boolean;
declare function test(content: string): boolean;
export { isModule, test }