Sillocan
Sillocan
This is a major feature that is missing from sqlmodel that is preventing myself from migrating a larger project from marshmallow. There is a lot of boilerplate code that needs...
Is there any update on this? It also appears that `file` and `line` are now reserved keywords, but that output is not in the xml attributes.
This would also be useful for safety critical testing where a formal review of the outputs needs to occur.
Can confirm this still isn't working. See below for rendered in the test environment and what github renders it as. ```md # This is Markdown Implicit link name link: [google][]...
@bruno-oliveira This shouldn't be blocking anyone, but it does fix a huge security issue with remote servers. Currently anyone can lock up a server just by sending a bad payload...
I'm a bit baffled that a security issue like this is still open
I believe this also prevents other tools like Artifactory from streaming the contents
The source of this appears to be caused by a lack of an exeception handler when validating the `_receive_request_type` https://github.com/modelcontextprotocol/python-sdk/blob/532b1176f9a71f0a41508b977fd280074176096d/src/mcp/shared/session.py#L355 Edit: It appears there is a PR which should hopefully...
> Yup, TY for the report, we are pushing in a fix! Just validated the MRE does not occur when using your branch. Thanks!
With #822 merged in this is resolved