---
title: "useProcessingSettingsFromMCP"
canonical: "https://help.vicon.com/space/Shogun113/84224872/useProcessingSettingsFromMCP"
format: markdown
---
# Description

Enables Post to use the settings in the MCP for reprocessing.

## Functional area

Data Editing

# Command syntax

## Syntax

|  |
| --- |
| `useProcessingSettingsFromMCP boolean` |

### Arguments

| **Name** | **Type** | **Required** | **Comments** |
| --- | --- | --- | --- |
| `boolean` | Boolean | yes | If set to true, all processing commands use the settings in the MCP when run. |

### Flags

None

## Return value

void

## Examples

```plaintext
//Use all processing commands in the MCP
 true;
```