Skip to main content
Glama

mcp-google-sheets

trigger.module.ts630 B
import { FastifyPluginAsyncTypebox } from '@fastify/type-provider-typebox' import { testTriggerController } from './test-trigger/test-trigger-controller' import { triggerEventController } from './trigger-events/trigger-event-controller' import { triggerRunController } from './trigger-run/trigger-run.controller' export const triggerModule: FastifyPluginAsyncTypebox = async (app) => { await app.register(testTriggerController, { prefix: '/v1/test-trigger' }) await app.register(triggerEventController, { prefix: '/v1/trigger-events' }) await app.register(triggerRunController, { prefix: '/v1/trigger-runs' }) }

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

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