v2.0.0
What's Changed
- @W-21748754: Add get-custom-view-data tool by @anyoung-tableau in #308
- @W-21984866 adding explicit data model relationship info in getDatasourceMetadata by @joeconstantino in #298
- @W-22067441: allow any port for loopback redirect URIs in CIMD matching (#290) by @mattcfilbert in #311
- @W-21817321: Add Tableau MCP site level configuration support by @stephendeoca in #291
- @W-22121317: check to block PRs w the same version as main by @mattcfilbert in #316
- @W-22065947: Allow for disabling the MCP server globally by @anyoung-tableau in #309
- @W-21748754: Add get-custom-view-image tool by @anyoung-tableau in #313
- @W-21785596 logging refactor by @jarhun88 in #314
Full Changelog: v1.18.5...v2.0.0
🚨 Breaking Changes 🚨
DEFAULT_LOG_LEVEL renamed to DEFAULT_NOTIFICATION_LEVEL to distinguish it from the new LOG_LEVEL env var.
DEFAULT_NOTIFICATION_LEVEL controls what's sent to the MCP client; LOG_LEVEL controls what's written to console/file.
New env var: LOG_LEVEL controls server-side log output severity (debug, info, error). Defaults to info.