# Smithery configuration file
# https://smithery.ai/docs/config
build:
dockerBuildPath: .
startCommand:
type: websocket
port: 3000
configSchema:
# JSON Schema, определяющая параметры конфигурации для MCP
type: object
required:
- braveApiKey
properties:
braveApiKey:
type: string
title: "Brave Search API Key"
description: "API ключ для доступа к Brave Search API. Получите его на https://brave.com/search/api/"