Remix.run Logo
Imustaskforhelp 4 hours ago

can something of a cli utility be made which can deny any request from moving on, let's name this cli b which takes a user level configuration at say ~/.config or have a way to enter it via cli too or within the context of the folder which it is running in

then we can have "b az vm delete test123" be run via these agents but then b checks if az vm delete command itself is allowed or not, and if it finds that its denied then it gives an error: This command isn't allowed to run.

but if something like b az vm create test123 is done, then the command is allowed to run

Someone must have made an utility similar to b, perhaps someone can share the links of things like this, but what are your thoughts on something like this paul? I definitely feel like convenience can be wrapped around something like this rather than continue to use MCP protocol.

bizzletk 3 hours ago | parent [-]

Something like this? https://github.com/brycehans/toolgate