initialize
request containing:
initialized
notification
to indicate it is ready to begin normal operations:
initialize
request.initialized
notification.initialize
request, the client MUST send a protocol version it supports.
This SHOULD be the latest version supported by the client.
If the server supports the requested protocol version, it MUST respond with the same
version. Otherwise, the server MUST respond with another protocol version it
supports. This SHOULD be the latest version supported by the server.
If the client does not support the version in the server’s response, it SHOULD
disconnect.
Category | Capability | Description |
---|---|---|
Client | roots | Ability to provide filesystem roots |
Client | sampling | Support for LLM sampling requests |
Client | experimental | Describes support for non-standard experimental features |
Server | prompts | Offers prompt templates |
Server | resources | Provides readable resources |
Server | tools | Exposes callable tools |
Server | logging | Emits structured log messages |
Server | experimental | Describes support for non-standard experimental features |
listChanged
: Support for list change notifications (for prompts, resources, and
tools)subscribe
: Support for subscribing to individual items’ changes (resources only)SIGTERM
if the server does not exit
within a reasonable timeSIGKILL
if the server does not exit within a reasonable time after SIGTERM