David Savage

Results 8 issues of David Savage

Tested locally and it's a trivial change to start from a different base image: FROM resin/rpi-raspbian Happy to submit a merge request if it's something you want to support?

enhancement
question

When a class is specified in the text box the hyper link opens the class in editor. But when it's empty it'd be nice if it allowed you to easily...

This issue likely affects any tokenizer that does not define bos_token of which [T5Tokenizer](https://huggingface.co/docs/transformers/v4.37.2/en/model_doc/t5) is an example: ``` Traceback (most recent call last): File "/workspaces/diffuser-tests/compel-test.py", line 9, in prompt_embeds =...

Experimenting with the idea of passing back resources with progress notification ## Motivation and Context Tinkering to see if this idea works https://github.com/modelcontextprotocol/modelcontextprotocol/pull/549#issuecomment-2906863831 ## How Has This Been Tested? Unit...

## Motivation and Context MCP 2025-03-26 introduces a cancellation notification [1] this patch simplifies the usage of this function for the ClientSession by using the anyio.CancelScope as a trigger to...

Enable tool to return structured content and output schema. ## Motivation and Context As per discussion in https://github.com/modelcontextprotocol/modelcontextprotocol/pull/371 there are use cases where being able to know the schema of...

Work in progress exploring ideas around async tool calls inspired by thread of conversation here: https://github.com/modelcontextprotocol/modelcontextprotocol/pull/549#issuecomment-2917686350 ## Motivation and Context Long running async tasks on the server rely on a...

## Describe the Bug When relay.node is included in a query schema the test fails with an obsure DeprecationWarning bug. The following is a contrived example to demonstrate the problem....

bug