mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-15 00:17:12 +08:00
feat: update MCP Inspector 0.16.3
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user