Skip to main content
Glama
types.d.ts425 B
// Type definitions for mcp-deep-search export interface SearchOptions { query: string; provider?: string; maxResults?: number; includeAnswer?: boolean; } export interface SearchResult { title: string; link: string; snippet?: string; [key: string]: any; } export interface SearchResponse { provider?: string; answer?: string; results?: SearchResult[]; [key: string]: any; }

Latest Blog Posts

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/just-every/mcp-deep-search'

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