Felix
Felix
Monitoring Service Principal actions would be a good place for starting this. More concretely: If the [meshPlatform module](https://github.com/meshcloud/terraform-azure-meshplatform) is used, we can set up an alert if one of the...
Thanks for the hint with terminal-notifier, @clouedoc! I use this for managing the hook via nix + home-manager: ```nix ".claude/settings.json".text = builtins.toJSON { hooks = { Stop = [ {...
I think .mcp.json is only for [project scoped MCP config](https://docs.anthropic.com/en/docs/claude-code/mcp#project-scope). One thing I stumbled over is that `claud mcp list` does not list project scoped MCP. You have to run...
> > One thing I stumbled over is that claude mcp list does not list project scoped MCP. You have to run claude and then `/mcp` to list it. >...