Skip to main content
Glama
mdz-axo

PT-MCP (Paul Test Man Context Protocol)

by mdz-axo
index.d.ts518 B
/** * Synchronous validation of a path existing either as a file or as a directory. * * @param {string} path The path to check * @param {number} type One or both of the exported numeric constants */ export declare function exists(path: string, type?: number): boolean; /** * Constant representing a file */ export declare const FILE = 1; /** * Constant representing a folder */ export declare const FOLDER = 2; /** * Constant representing either a file or a folder */ export declare const READABLE: number;

Latest Blog Posts

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/mdz-axo/pt-mcp'

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