Our Mysql passwords roll every hour for security, and so we have to connect with new credentials each time.
I would like to allow the option to specify a MYSQL_CONNECTION_STRING (instead of MYSQL_HOST, MYSQL_PORT, MYSQL_USER, MYSQ_PASS and MYSQL_DB) so that we could pass this in whenever we need, rather than modifying the individual values in the config.
I'd also want to pass it through an input, so that we can share mcp server settings, but not keep the credentials in the mcp.json file (but I think this is fine, as we can just specify input:connection_string or similar)
Just wanted to check there weren't any technical limitations in doing this before I have a go