https://github.com/secretiveshell/mcp-sdk-json-decode-error
https://github.com/secretiveshell/mcp-sdk-json-decode-error
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/secretiveshell/mcp-sdk-json-decode-error
- Owner: SecretiveShell
- License: mit
- Created: 2024-12-22T20:14:58.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-30T13:27:03.000Z (over 1 year ago)
- Last Synced: 2025-03-28T18:59:01.856Z (about 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```