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
security-checker.d.ts•276 B
/**
* WPCS MCP Server - Security Checker
* Extracted + expanded security checks.
*/
import type { SecurityResult } from './types.js';
/**
* Run all security checks on a project directory.
*/
export declare function runSecurityChecks(projectPath: string): SecurityResult;