feat: update MCP Inspector 0.16.3

This commit is contained in:
arch3rPro
2025-08-12 15:23:38 +08:00
parent 275ca67040
commit be4f9e8591
4 changed files with 27 additions and 4 deletions

View File

@@ -10,8 +10,9 @@ services:
- ${PANEL_APP_PORT_PROXY}:6277
environment:
- NODE_ENV=production
- ALLOWED_ORIGINS=${ALLOWED_ORIGINS}
- DANGEROUSLY_OMIT_AUTH=${DANGEROUSLY_OMIT_AUTH}
- MCP_PROXY_AUTH_TOKEN=${MCP_PROXY_AUTH_TOKEN:-}
- MCP_PROXY_AUTH_TOKEN=${MCP_PROXY_AUTH_TOKEN}
- HOST=0.0.0.0
labels:
createdBy: "Apps"