Skip to main content
Glama

GitHub PR Comments MCP Server

mcp.d.ts591 B
declare module '@modelcontextprotocol/sdk/server/mcp.js' { import { z } from 'zod'; export class McpServer { constructor(options: { name: string; version: string; description?: string }); tool( name: string, schema: Record<string, z.ZodType<any, any, any>>, handler: (args: any) => Promise<any>, options?: { description?: string } ): void; connect(transport: any): Promise<void>; } export class ResourceTemplate { constructor(template: string, options: { list: undefined }); } }

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/shaileshahuja/github-pr-mcp'

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