Skip to main content
Glama

mcp-google-sheets

store-entry.ts378 B
import { BaseModel } from '../common/base-model' import { ApId } from '../common/id-generator' import { ProjectId } from '../project/project' export type StoreEntryId = ApId export const STORE_KEY_MAX_LENGTH = 128 export const STORE_VALUE_MAX_SIZE = 512 * 1024 export type StoreEntry = { key: string projectId: ProjectId value: unknown } & BaseModel<StoreEntryId>

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