When developing Databricks apps there is one big drawback: There is no MCP tool for accessing the App logs.
This means my AI agent thinks that the deployment was successful while actually there was a post-startup crash which is only visible from the logs (the app deploy command shows "successful" but the app actually immediately had a startup error).
While many of these crashes can be caught with local testing, some only occur on the Databricks compute (e.g. lacking env variables).
Could you add a get_app_logs tool or something similar to the ai-dev-kit which allows my agent to check the logs post-deployment?
Thanks!