perso는 MCP 도구 호출을 위한 정책 집행 엔진입니다.
perso는 MCP(모델 컨텍스트 프로토콜)를 위한 정책 집행 엔진으로, Rust로 개발되었으며 WebAssembly로 컴파일됩니다. 이를 통해 도구 호출에 대한 권한을 검증하여, 예를 들어 '에이전트는 최대 $500까지 환불을 처리할 수 있다'와 같은 JSON 형식의 접근 규칙을 설정할 수 있습니다. 이 엔진은 모든 호출에 대해 즉각적으로 허용 또는 거부 결정을 내릴 수 있습니다.
perso is a policy enforcement engine for MCP tool calls.
perso is a policy enforcement engine for the Model Context Protocol (MCP), built in Rust and compiled to WebAssembly. It allows defining access rules in plain JSON, such as 'agents can process refunds, but only up to $500'. This engine evaluates tool calls and promptly provides allow or deny decisions, making policy management scalable and efficient.