configure
Save or update vision-mcp settings (API base URL, API key, and model) in the .env file. Point the server to your vision endpoint with your credentials.
Instructions
Save or update the vision-mcp configuration (baseUrl, apiKey, model) to the .env file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Vision model name. Defaults to deepseek-v4-flash-vision-exp. | |
| apiKey | No | API key for the configured endpoint. | |
| baseUrl | No | API base URL, Defaults to ${DEFAULT_BASE_URL}. |