|
|
|
|
|
by pjm331
130 days ago
|
|
> Re: security, I think I need to make an AI credential broker/system. The only way to securely use agents is to never give them access to a credential at all. So the only way to have the agent run a command which requires credentials, is to send the command to a segregated process which asks the user for permission, then runs it, then returns status to the agent This is a problem that model context protocol solves Your MCP server has the creds, your agent does not. |
|