McpServerCustomModule REST API endpoint
Disclaimer: This endpoint documentation is generated from the latest Sitevision version. It might differ from the actual Sitevision environment where your website resides.
Use the RestApi utility of the Public API for server-side access of this endpoint.
McpServerCustomModule
Management of sv:mcpServerCustomModule instances of the site.
Applicable to: sv:addonRepository
POST
Create a new MCP server custom module from configuration.
Requires the features "addons" and "mcp", and that the user is authorized to MANAGE_ADDONS or has DEVELOPER authorization.
| Name | Type | Description |
|---|---|---|
| name | string |
The new name for the MCP server custom module. Must be unique and not consist only of numbers |
| executablesLimit | integer |
Specifies the maximum number of versions allowed for a MCP server custom module. If unspecified, the default limit is 3. When this limit is exceeded, the oldest non-active version is automatically removed when a new version is uploaded. Valid range is between 2-5 |
Example URL
190.1526119418572a8e7b4240/mcpServerCustomModule
Example response
{
"id": "213.7141b1fb1870383673e16",
"type": "sv:mcpServerCustomModule",
"name": "example-mcp-server-module",
"path": "/Testsite/Addon Repository/example-mcp-server-module"
}
DELETE
Delete a MCP server custom module.
Requires the features "addons" and "mcp", and that the user is authorized to MANAGE_ADDONS or has DEVELOPER authorization.
Example URL
190.1526119418572a8e7b4240/mcpServerCustomModule/213.7141b1fb1870383673e16
Example response
{
"id": "213.7141b1fb1870383673e16",
"type": "sv:mcpServerCustomModule",
"name": "example-mcp-server-module",
"path": "/Testsite/Addon Repository/example-mcp-server-module"
}
Did you find the content on this page useful?