An open API service indexing awesome lists of open source software.

https://github.com/secretiveshell/mcp-sdk-json-decode-error


https://github.com/secretiveshell/mcp-sdk-json-decode-error

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# JSON Error Demo

This is a simple demonstration of the JSON decode error in the MCP python client SDK.

To run the demo clone this repository, install the dependencies and run the test.py file.

You should see the following error:

```
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x92 in position 113: invalid start byte
```