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
/**
* WPCS MCP Server - WordPress.org Submission Checker
* Validates plugin/theme against WP.org submission requirements.
*/
import type { SubmissionResult } from './types.js';
/**
* Run all WP.org submission checks.
*/
export declare function runSubmissionChecks(projectPath: string): SubmissionResult;