Skip to main content
Glama

Activepieces MCP Server

by eldoonreval
webhook-simulation-entity.tsβ€’661 B
import { WebhookSimulation } from '@activepieces/shared' import { EntitySchema } from 'typeorm' import { ApIdSchema, BaseColumnSchemaPart, } from '../../database/database-common' export type WebhookSimulationSchema = WebhookSimulation export const WebhookSimulationEntity = new EntitySchema<WebhookSimulationSchema>({ name: 'webhook_simulation', columns: { ...BaseColumnSchemaPart, flowId: ApIdSchema, projectId: ApIdSchema, }, indices: [ { name: 'idx_webhook_simulation_flow_id', columns: ['flowId'], unique: true, }, ], })

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