Skip to main content
Glama

Optimizely DXP MCP Server

by JaxonDigital

prepare_deployment_package

Creates optimized deployment packages from a source directory, allowing exclusion of specific patterns. Simplifies deployment preparation for Optimizely DXP environments.

Instructions

Prepare optimized deployment package from source directory

Input Schema

NameRequiredDescriptionDefault
excludePatternsNo
outputPathNo
sourcePathYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "excludePatterns": { "items": { "type": "string" }, "type": "array" }, "outputPath": { "type": "string" }, "sourcePath": { "type": "string" } }, "required": [ "sourcePath" ], "type": "object" }

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