omni_config
View or update the live MCP connection config for the current session. Change host, port, token, or repo URLs to target another device or use a paired token.
Instructions
View or update the live MCP connection config. host/port/token changes affect every subsequent bridge call in this session. Use this to point at a different device, or to set a token obtained by omni_pair.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | New host or IP | |
| port | No | New port (default 26911) | |
| show | No | Return the current config (default true) | |
| token | No | New token (32 hex chars). Pass null to clear. | |
| forgeCompatRepoUrl | No | Override the Forge compat-layer mirror URL. Pass null to restore the default public mirror. | |
| autoTranslateBlocks | No | Default true; disable to pass 1.8 names verbatim | |
| commandBlocksRepoUrl | No | Override the command-block system mirror URL. Pass null to restore the default public mirror. |