Prerequisites
What are you trying to do that currently feels hard or impossible?
I want my agent to promote the LookML code from development mode to be the new production code for the instance. That feels impossible because there is no MCP tool the agent can use to do that. Instead, I have to go to the Looker UI (native IDE) and press the "Deploy to Production" button. Or separately call the API / webhook directly.
Suggested Solution(s)
Create a tool that wraps the deploy_to_production endpoint.
Alternatives Considered
I could set up a Pull Request flow in my remote Git service, then have hooks which call the Looker API or webhook to trigger a deployment. This is complicated and heavyweight for my use case. I'm happy to let the agent YOLO code to production.
Additional Details
No response
Prerequisites
What are you trying to do that currently feels hard or impossible?
I want my agent to promote the LookML code from development mode to be the new production code for the instance. That feels impossible because there is no MCP tool the agent can use to do that. Instead, I have to go to the Looker UI (native IDE) and press the "Deploy to Production" button. Or separately call the API / webhook directly.
Suggested Solution(s)
Create a tool that wraps the deploy_to_production endpoint.
Alternatives Considered
I could set up a Pull Request flow in my remote Git service, then have hooks which call the Looker API or webhook to trigger a deployment. This is complicated and heavyweight for my use case. I'm happy to let the agent YOLO code to production.
Additional Details
No response