The Wherobots VS Code extension exposes several settings that control MCP server, job submission, and Jupyter integration behavior. To view them, open your editor’s Settings (Cmd+, on Mac, Ctrl+, on Windows/Linux) and search forDocumentation Index
Fetch the complete documentation index at: https://docs.wherobots.com/llms.txt
Use this file to discover all available pages before exploring further.
@ext:Wherobots.wherobotsjobsubmit.
MCP Server
Enable or disable the Wherobots MCP server. When enabled, AI assistants like GitHub Copilot can use Wherobots tools.
Timeout in seconds for Wherobots MCP server queries. Leave unset to use the server default of 900 seconds (15 minutes).
Runtime size for Wherobots MCP server queries (e.g.,
TINY, SMALL, MEDIUM, LARGE). Controls the compute resources allocated. Leave empty to use the server default.Cloud region for Wherobots MCP server queries (e.g.,
AWS_US_WEST_2, AWS_US_EAST_1). Leave empty to use the server default.Change the MCP server runtime size
To allocate more compute resources for MCP server queries (for example, when working with large datasets):- Open Settings (Cmd+, on Mac, Ctrl+, on Windows/Linux).
- Search for
wherobotsjobsubmit.mcpServerRuntimeId. - Set the value to the desired size:
TINY,SMALL,MEDIUM, orLARGE. - Reload the editor window (Command Palette → Reload Window) for the change to take effect.
Change the MCP server query timeout
The default query timeout is 900 seconds (15 minutes). Increase this if you run complex spatial joins, aggregations over large datasets, or multi-step queries that the AI agent generates — these can exceed the default limit and fail with a timeout error.- Open Settings (Cmd+, on Mac, Ctrl+, on Windows/Linux).
- Search for
wherobotsjobsubmit.mcpServerQueryTimeout. - Enter the desired timeout in seconds (e.g.,
1800for 30 minutes). - Reload the editor window (Command Palette → Reload Window) for the change to take effect.
Job Submission
Instance size for Wherobots job runs, selected from the available options. If not set, uses the organization’s default instance type.
Cloud region for Wherobots job submission. If not set, uses the organization’s region. Note: Some regions are Enterprise-only.
Cloud path (e.g.,
s3://bucket/path/) where Wherobots will store scripts when submitting jobs. If not set, uses the organization’s default path.Timeout in seconds for Wherobots Jobs. Default is 1 hour (3600 seconds).
General
Override the Wherobots API base URL. Affects both job submission and the MCP server. Leave empty to use the default production server.
Enable or disable Jupyter integration. When enabled, running Wherobots workspaces appear as kernel options in the VS Code Jupyter kernel picker.

