A MCP server for interacting with your Db2 for i database.
uvx db2i-mcp-server --host ${{ inputs.DB_HOST }} --user ${{ inputs.DB_USER }} --password ${{ inputs.DB_PASSWORD }} --port ${{ inputs.DB_PORT }} --schema ${{ inputs.DB_SCHEMA }}