Skip to main content
Glama

YepCode MCP Server

Official
by yepcode
types.ts455 B
import { z } from "zod"; export interface MCPRequest<T = unknown> { params: { name: string; arguments: T; }; } export interface MCPResponse { content: Array<{ type: string; text: string; }>; } export interface ToolCallRequest { params: { name: string; arguments?: Record<string, unknown>; _meta?: Record<string, unknown>; }; method: "tools/call"; } export type ToolHandler<T> = (data: T) => Promise<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/yepcode/mcp-server-js'

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