Skip to main content
Glama

mcp-google-sheets

flags.hooks.ts542 B
import { FastifyRequest } from 'fastify' let hooks: FlagsServiceHooks = { async modify(params) { return params.flags }, } export const flagHooks = { set(newHooks: FlagsServiceHooks): void { hooks = newHooks }, get(): FlagsServiceHooks { return hooks }, } type CreateParams = { flags: Record<string, string | boolean | number | Record<string, unknown>> request: FastifyRequest } export type FlagsServiceHooks = { modify(params: CreateParams): Promise<Record<string, unknown>> }

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