--- title: "[bojemoi] fix(mcp): normalize bytes→str in MSF RPC msgpack responses" date: 2026-06-19T07:17:04+02:00 draft: false tags: ["commit", "bojemoi", "main"] categories: ["Git Activity"] summary: "Commit 7250b03 par Betty dans bojemoi" author: "Betty" --- ## Commit `7250b03` | | | |---|---| | **Repository** | bojemoi | | **Branch** | `main` | | **Author** | Betty | | **Hash** | `7250b03b29582ffea77bdf49bb28375fa4a2e036` | ### Description MSF RPC returns bytes keys even with raw=False — add recursive _decode() to normalize all bytes to str in responses. Co-Authored-By: Claude Sonnet 4.6 ### Files Changed ``` M mcp-server/tools/metasploit.py ``` ### Diff Summary ``` mcp-server/tools/metasploit.py | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) ```