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
quality-checker.d.ts•365 B
/**
* WPCS MCP Server - Quality Checker
* Orchestrates hooks, deprecated functions, and delegates to security/performance checkers.
* Pure file analysis - no external dependencies.
*/
import type { QualityResult } from './types.js';
/**
* Run all quality checks on a directory.
*/
export declare function runQualityChecks(projectPath: string): QualityResult;