Skip to main content
Glama

Activepieces MCP Server

by eldoonreval
changelog.controller.tsβ€’495 B
import { ALL_PRINCIPAL_TYPES } from '@activepieces/shared' import { FastifyPluginAsyncTypebox } from '@fastify/type-provider-typebox' import { changelogService } from './changelog.service' export const changelogController: FastifyPluginAsyncTypebox = async (app) => { app.get('/', ListChangelogsRequest, async (request) => { return changelogService(request.log).list() }) } const ListChangelogsRequest = { config: { allowedPrincipals: ALL_PRINCIPAL_TYPES, }, }

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