We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vapvarun/wpcs-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
performance-checker.d.ts•294 B
/**
* WPCS MCP Server - Performance Checker
* Extracted + expanded performance checks.
*/
import type { PerformanceResult } from './types.js';
/**
* Run all performance checks on a project directory.
*/
export declare function runPerformanceChecks(projectPath: string): PerformanceResult;