mirror of
https://github.com/penpot/penpot.git
synced 2026-05-25 01:43:40 +00:00
📚 Add notice regarding architectural constraints with MCP Server (#9423)
This commit is contained in:
parent
11a72abdcd
commit
328efd4e16
@ -415,6 +415,12 @@ In a high-availability (HA) scenario, managing the state outside of replicas is
|
|||||||
- Valkey: Penpot only needs one Valkey instance to function correctly. Due to the nature of the data it manages, replication isn't even essential.
|
- Valkey: Penpot only needs one Valkey instance to function correctly. Due to the nature of the data it manages, replication isn't even essential.
|
||||||
- User media storage: This should not be configured with local storage but rather with centralized storage, such as Kubernetes PVC or S3.
|
- User media storage: This should not be configured with local storage but rather with centralized storage, such as Kubernetes PVC or S3.
|
||||||
|
|
||||||
|
|
||||||
|
__Since version 2.15.0__
|
||||||
|
|
||||||
|
Starting with version 2.15, we have introduced the MCP server. Due to architectural constraints, using the MCP server requires running only a single instance of Penpot.
|
||||||
|
If the MCP server is not installed, then Penpot can scale normally and multiple application instances may be deployed without restrictions.
|
||||||
|
|
||||||
## Backend
|
## Backend
|
||||||
|
|
||||||
This section enumerates the backend only configuration variables.
|
This section enumerates the backend only configuration variables.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user