Joaquin Coromina
Joaquin Coromina
This seems to be connected to [when the slot is wrapped with NuxtTeleportSsrSlot](https://github.com/nuxt/nuxt/blob/33789bec056b6409bd99cdf520db53d7bee62076/packages/nuxt/src/components/plugins/islands-transform.ts#L88-L99). I tried commenting out Lines 88 and 99 and the slot rendered fine in 'deep' mode.
Hello. I am a new contributor and picked up this issue as my first task. I started implementing it and wanted to check if I have the right understanding. ASGITransport...
@Kludex Ok noted on this, thanks. I'll look into how to improve `StreamingASGITransport` so that it can be used as a drop in replacement for uvicorn in streaming tests.
### Wanted to add some thoughts related to improving MCP implementation before or after launch: - Shoot a warning regarding too many tools (Cursor has a dialog popup if you...
@andrewpareles when calling a tool in an MCP server the response can have one of the following value types: **text, audio, image, and resource** (kind of a vague type that...