Benjamin Eckel

Results 137 comments of Benjamin Eckel

there are some windows build issues when trying to compile rquickjs. unsure if it's this git patch error, the corrupt tar archive error, or both: ``` warning: the `wasm32-wasi` target...

Do you want to mark this as ready for review? i can coordinate some testing with the team.

Okay after discussing with the team, going to merge this and release as an RC. give us a little more time to test. though I suspect it's going to be...

Thank you for considering making it configurable! I think it will make moonbit more portable.

I don’t think we ever included them. That was an open issue. Do you mind checking @evacchi

We have a similar need. I too would prefer something outside of the params, although it's a good way to experiment for the time being.

FWIW, i was able to abuse the protocol's `_meta` for this without changing the request schema or the protocol or the clients: sending: https://github.com/dylibso/mcp-otel/blob/2407c736c92d6a5e71b454845d839f33dabbbfca/src/agent.ts#L122 receiving: https://github.com/dylibso/mcp-otel/blob/2407c736c92d6a5e71b454845d839f33dabbbfca/src/servers/fetch.ts#L27 I think this should...

I'd like to think through the consequences of delaying the error like that. Should the plugin even run if it doesn't have all it's facilities? I think i can see...

Getting an update here. should we put this on ice? re-approach it?