post: commit 7250b03 in bojemoi
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 6s

This commit is contained in:
2026-06-19 07:17:04 +02:00
committed by Betty
parent b749e49ae8
commit 31f2fb546a

View File

@@ -0,0 +1,39 @@
---
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 <noreply@anthropic.com>
### Files Changed
```
M mcp-server/tools/metasploit.py
```
### Diff Summary
```
mcp-server/tools/metasploit.py | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
```