{JSON.stringify(parameters, null, 2)}
+ {tool.description}
+ )} + {(tool.inputSchema && (() => { + const schema = tool.inputSchema; + const properties = schema && typeof schema === 'object' && 'properties' in schema ? schema.properties : undefined; + const required = schema && typeof schema === 'object' && 'required' in schema ? schema.required : undefined; + + if (properties && typeof properties === 'object' && Object.keys(properties).length > 0) { + return ( +
+ {paramName}
+ {isRequired && *}
+
+
+ {paramDescription || t('mcpHub.tool.noDescription')}
+
+ {resource.description}
} ++ {error.message} +
+{new Date(error.timestamp).toLocaleString()}
++ 开启后 Roo 可用已连接 MCP 服务器的工具,能力更强。不用这些工具时建议关闭,节省 API Token 费用。 +
+{t('mcpHub.noServersFound')}
+{t('mcpHub.noTools')}
} +{t('mcpHub.noResources')}
} +{t('mcpHub.noErrors')}
} ++ {t('mcpHub.serverNotConnectedError')} + {server.error &&
{server.error}}
+
+