Skip to main content
Glama
PathValidator.d.ts543 B
import type { McpResult } from '../types/index.js'; export declare class PathValidator { /** * Resolve relative paths to absolute paths and validate project path */ static resolveAndValidateProjectPath(projectPath: string, parameterName?: string): { resolvedPath: string; error: McpResult | null; }; static validateProjectPath(projectPath: string, parameterName?: string): McpResult | null; static validateFilePath(filePath: string): McpResult | null; } //# sourceMappingURL=PathValidator.d.ts.map

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/lapfelix/XcodeMCP'

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