Skip to main content
Glama
types.ts619 B
/** * 搜索结果接口 */ export interface SearchResult { title: string; link: string; snippet: string; } /** * 搜索响应接口 */ export interface SearchResponse { query: string; results: SearchResult[]; language?: string; region?: string; } /** * 命令行选项接口 */ export interface CommandOptions { limit?: number; timeout?: number; headless?: boolean; // 已废弃,但保留以兼容现有代码 stateFile?: string; noSaveState?: boolean; locale?: string; // 搜索结果语言,默认为中文(zh-CN) region?: string; // 搜索结果地区,默认为中国(cn) }

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/modelcontextprotocol-servers/google-search-mcp'

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