We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/docdyhr/mcp-wordpress'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
performance.ts•559 B
/**
* Performance Monitoring MCP Tools for WordPress Server
*
* This module has been refactored into a modular structure.
* The implementation is now in ./performance/ directory:
* - PerformanceTools.ts: Main tool class with 6 MCP tools
* - PerformanceHelpers.ts: Extracted helper/utility functions
*
* This file re-exports for backward compatibility.
*
* @module tools/performance
*/
export { default } from "./performance/index.js";
export { PerformanceTools } from "./performance/index.js";
export * from "./performance/PerformanceHelpers.js";