Skip to main content
Glama

Activepieces MCP Server

by eldoonreval
test-step-utils.tsβ€’480 B
function formatErrorMessage(errorMessage: string): string { const errorMessagesSplit = errorMessage.split('Error:'); if (errorMessagesSplit.length < 2) { return errorMessage; } const indentationStep = ' '; return errorMessagesSplit.reduce((acc, current, index) => { const indentation = indentationStep.repeat(index); return `${acc}${indentation}Error ${index + 1}: ${current.trim()}\n`; }, ''); } export const testStepUtils = { formatErrorMessage, };

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/eldoonreval/activepieces'

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