Just hoping to confirm whether "tool changed" notifications are handled by OpenAI's client?
I've tested sending a tools/list_changed notification but the list wasn't updated in my context, as far as I can tell.
I can't rule out an issue in my own code but I also don't see "tools": { "listChanged": true } under client capabilities when creating a session.
Request body: {
method: 'initialize',
params: {
protocolVersion: '2025-06-18',
capabilities: {},
clientInfo: { name: 'openai-mcp', version: '1.0.0' }
},
jsonrpc: '2.0',
id: 0
}