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

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

## Functional area

Data Editing

# Command syntax

## Syntax

> Macro (scroll-tablelayout)

|  |
| --- |
| `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;
```