Skip to content

Commit 31fcf1d

Browse files
authored
api_refs.sh: DXP_ADD_ONS + mc (#3214)
1 parent ab35e94 commit 31fcf1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/api_refs/api_refs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ REST_API_OPENAPI_FILE_JSON=${5:-./docs/api/rest_api/rest_api_reference/openapi.j
1010

1111
DXP_EDITION='commerce'; # Edition from and for which the Reference is built
1212
DXP_VERSION='5.0.*'; # Version from and for which the Reference is built
13-
DXP_ADD_ONS=(automated-translation rector integrated-help fieldtype-richtext-rte connector-anthropic connector-gemini shopping-list cdp connector-raptor connector-quable); # Packages not included in $DXP_EDITION but added to the Reference, listed without their vendor "ibexa"
13+
DXP_ADD_ONS=(automated-translation rector integrated-help fieldtype-richtext-rte connector-anthropic connector-gemini shopping-list cdp connector-raptor connector-quable mcp); # Packages not included in $DXP_EDITION but added to the Reference, listed without their vendor "ibexa"
1414
DXP_EDITIONS=(oss headless experience commerce); # Available editions ordered by ascending capabilities
1515
SF_VERSION='7.4'; # Symfony version used by Ibexa DXP
1616
PHPDOC_VERSION='3.9.1'; # Version of phpDocumentor used to build the Reference

0 commit comments

Comments
 (0)