Skip to main content
Glama

mcp-google-sheets

authentication-response.ts675 B
import { Static, Type } from '@sinclair/typebox' import { User } from '../../user/user' import { UserIdentity } from '../user-identity' export const UserWithoutPassword = Type.Pick(User, ['id', 'platformRole', 'status', 'externalId', 'platformId']) export type UserWithoutPassword = Static<typeof UserWithoutPassword> export const AuthenticationResponse = Type.Composite([ UserWithoutPassword, Type.Pick(UserIdentity, ['verified', 'firstName', 'lastName', 'email', 'trackEvents', 'newsLetter']), Type.Object({ token: Type.String(), projectId: Type.String(), }), ]) export type AuthenticationResponse = Static<typeof AuthenticationResponse>

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