Skip to main content
Glama
template.module.ts462 B
import { FastifyPluginAsyncTypebox } from '@fastify/type-provider-typebox' import { deprecatedFlowTemplateController } from './deprecated-flow-template.controller' import { templateController } from './template.controller' export const templateModule: FastifyPluginAsyncTypebox = async (app) => { await app.register(templateController, { prefix: '/v1/templates' }) await app.register(deprecatedFlowTemplateController, { prefix: '/v1/flow-templates' }) }

Latest Blog Posts

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