Skip to main content
Glama

Expo MCP Server

by mattlemmone
types.ts436 B
import { z } from "zod"; /** * Type definition for the addTool function that tools modules will use */ export type AddToolFunction = <T extends z.ZodType>(tool: { name: string; description: string; parameters: T; execute: ( args: z.infer<T>, context: { log: { info: (message: string) => void; error: (message: string) => void } } ) => Promise<{ content: Array<{ type: string; text: string }>; }>; }) => void;

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/mattlemmone/expo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server