UNPKG

@brave/brave-search-mcp-server

Version:

Brave Search MCP Server: web results, images, videos, rich results, AI summaries, and more.

8 lines (7 loc) 307 B
import { z } from 'zod'; export const LocalPoisParams = z.object({ ids: z.array(z.string()).describe('List of location IDs for which to fetch POIs'), }); export const LocalDescriptionsParams = z.object({ ids: z.array(z.string()).describe('List of location IDs for which to fetch descriptions'), });