diff --git a/frontend/src/components/ai/AIMCPServerFormPanel.tsx b/frontend/src/components/ai/AIMCPServerFormPanel.tsx index 4db3dcc..5821aa5 100644 --- a/frontend/src/components/ai/AIMCPServerFormPanel.tsx +++ b/frontend/src/components/ai/AIMCPServerFormPanel.tsx @@ -75,11 +75,11 @@ const AIMCPServerFormPanel: React.FC = ({ options={[{ label: 'stdio', value: 'stdio' }]} /> - + onChange({ command: event.target.value })} - placeholder="启动命令,例如:npx / node / uvx / python" + placeholder="启动命令,例如:npx / node / uvx / python / docker" style={{ borderRadius: 10, background: inputBg, border: `1px solid ${cardBorder}` }} /> @@ -122,7 +122,7 @@ const AIMCPServerFormPanel: React.FC = ({ - +