MCP Fortress Pro - Configuration¶
Configuration¶
Feature flags¶
Go to MCP Fortress > Pro License to see the feature status:
| Feature | Status |
|---|---|
| Unlimited Access Points | Active/Inactive |
| Gutenberg Block-Level | Active/Inactive |
| SSE Transport | Active/Inactive |
| Change History | Active/Inactive |
| Integration Tools | Active/Inactive |
Change History¶
- Go to MCP Fortress > Change History
- Every AI operation shows: tool used, parameters, status, IP, timestamp
- Write operations have "before/after" snapshots
- You can restore previous versions
Block-Level Editing¶
Pro allows AI agents to manipulate Gutenberg blocks individually: - Parse: read the block structure of a post - Add: add new blocks at specific positions - Remove: remove blocks by ID or type - Reorder: reorder blocks - Update: modify attributes of existing blocks
HTML-to-Blocks¶
When an AI creates a post via REST API with imf_convert_to_blocks=true, the HTML is automatically converted into Gutenberg blocks by detecting the builder (Greenshift, Stackable, or Core).