Ramy Ben Aroya

Results 3 issues of Ramy Ben Aroya

The positionInterval is created in https://github.com/InteractiveAdvertisingBureau/openvv/blob/master/src/org/openvv/js/OVVAsset.js#L1398. In runtime the context of [`createBeacons`](https://github.com/InteractiveAdvertisingBureau/openvv/blob/master/src/org/openvv/js/OVVAsset.js#L1349) is an instance of `OVVAsset`. Currently the interval is never cleared because `window.$ovv.positionInterval` is never set and is...

### What happened? SSE MCP servers are rendered with ``(`undefined`)`` next to their name Real Example: ``` # Connected MCP Servers When a server is connected, you can use the...

### Description SSE MCP servers are incorrectly rendered with `undefined` next to their name inside parentheses in the system prompt due to missing `command` property. This can confuse LLMs by...