Skip to content

Support for notifications/tools/list_changed notification #43

@emcmanus

Description

@emcmanus

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
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions