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

@@ -37,7 +37,7 @@ additionalProperties:
value: "true"
- label: "False"
value: ""
- default: ""
- default: "f056e8659d86a35843e4c7bb5b1782b6ba5c10d194e0ddd7ac507ea074f56ca9"
envKey: MCP_PROXY_AUTH_TOKEN
labelEn: Proxy Auth Token (openssl rand -hex 32)
labelZh: 代理认证令牌 (使用命令openssl rand -hex 32生成)
@@ -48,3 +48,14 @@ additionalProperties:
random: false
required: false
type: text
- default: "http://your-server-ip:6274"
envKey: ALLOWED_ORIGINS
labelEn: Allowed Origins
labelZh: 允许的网站来源
label:
en: Allowed Origins
zh: 允许的网站来源
zh-Hant: 允許的源站
required: false
type: text

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"

View File

@@ -37,7 +37,7 @@ additionalProperties:
value: "true"
- label: "False"
value: ""
- default: ""
- default: "f056e8659d86a35843e4c7bb5b1782b6ba5c10d194e0ddd7ac507ea074f56ca9"
envKey: MCP_PROXY_AUTH_TOKEN
labelEn: Proxy Auth Token (openssl rand -hex 32)
labelZh: 代理认证令牌 (使用命令openssl rand -hex 32生成)
@@ -48,3 +48,13 @@ additionalProperties:
random: false
required: false
type: text
- default: "http://your-server-ip:6274"
envKey: ALLOWED_ORIGINS
labelEn: Allowed Origins
labelZh: 允许的网站来源
label:
en: Allowed Origins
zh: 允许的网站来源
zh-Hant: 允許的源站
required: false
type: text

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"