Skip to main content
Glama

Optimizely DXP MCP Server

by JaxonDigital
index.js1.17 kB
/** * Deployment Tools Module Index * Aggregates all deployment operations * Part of Jaxon Digital Optimizely DXP MCP Server */ const DeploymentListOperations = require('./deployment-list'); const DeploymentActionOperations = require('./deployment-actions'); const DeploymentFormatters = require('./deployment-formatters'); class DeploymentTools { // List operations static async handleListDeployments(args) { return DeploymentListOperations.handleListDeployments(args); } static async handleGetDeploymentStatus(args) { return DeploymentListOperations.handleGetDeploymentStatus(args); } // Action operations static async handleStartDeployment(args) { return DeploymentActionOperations.handleStartDeployment(args); } static async handleCompleteDeployment(args) { return DeploymentActionOperations.handleCompleteDeployment(args); } static async handleResetDeployment(args) { return DeploymentActionOperations.handleResetDeployment(args); } } module.exports = { DeploymentTools, DeploymentListOperations, DeploymentActionOperations, DeploymentFormatters };

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/JaxonDigital/optimizely-dxp-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server