Add mcp plugin into the frontend bundle

This commit is contained in:
Andrey Antukh
2026-02-09 15:37:57 +01:00
parent 0027e9031a
commit 5ec345162a
5 changed files with 25 additions and 15 deletions

View File

@@ -121,7 +121,7 @@ http {
proxy_http_version 1.1;
}
location /mcp {
location /plugins/mcp {
alias /home/penpot/penpot/mcp/packages/plugin/dist;
proxy_http_version 1.1;
}

View File

@@ -129,6 +129,11 @@ http {
proxy_buffering off;
}
location /plugins {
alias /var/www/app/plugins;
proxy_http_version 1.1;
}
location /readyz {
access_log off;
proxy_pass $PENPOT_BACKEND_URI$request_uri;