Skip to main content
Glama

mcp-google-sheets

principal.ts575 B
import { ApId } from '../../common/id-generator' import { PlatformId } from '../../platform' import { ProjectId } from '../../project/project' import { PrincipalType } from './principal-type' export type Principal = { id: ApId type: PrincipalType projectId: ProjectId platform: { id: ApId } tokenVersion?: string } export type WorkerPrincipal = { id: ApId type: PrincipalType.WORKER } export type EnginePrincipal = { id: ApId type: PrincipalType.ENGINE projectId: ProjectId platform: { id: PlatformId } }

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