@givewp/mcp-server
Version:
A GiveWP MCP Server implementation
27 lines • 710 B
TypeScript
/**
* The friendly name of the plugin or application this MCP server is for.
*
* @const {string}
*/
export declare const APP_NAME = "GiveWP";
/**
* The name of the MCP Server to register.
* Should be lowercase using only dashes.
*
* @const {string}
*/
export declare const MCP_SERVER = "givewp-mcp-server";
/**
* The slug prefix to use for registration across the app.
*
* @const {string}
*/
export declare const APP_SLUG = "give";
/**
* The relative path to the wp-json/$namespace/$version for this plugin's REST API.
* Should start with a forward slash and no trailing slash.
*
* @const {string}
*/
export declare const REST_NAMESPACE = "/givewp/v3";
//# sourceMappingURL=constants.d.ts.map