UNPKG

@sourcebot/mcp

Version:

[![Sourcebot](https://img.shields.io/badge/Website-sourcebot.dev-blue)](https://sourcebot.dev) [![GitHub](https://img.shields.io/badge/GitHub-sourcebot--dev%2Fsourcebot-green?logo=github)](https://github.com/sourcebot-dev/sourcebot) [![Docs](https://img.s

10 lines (9 loc) 286 B
import { z } from "zod"; export declare const numberSchema: z.ZodNumber; export declare const env: Readonly<{ SOURCEBOT_API_KEY?: string | undefined; SOURCEBOT_HOST: string; DEFAULT_MINIMUM_TOKENS: number; DEFAULT_MATCHES: number; DEFAULT_CONTEXT_LINES: number; }>;