Implementation
In mcp-golang, the server will send a notification to the client when any of the following events occur:- A new tool is registered via the
RegisterTool
function - A new prompt is registered via the
RegisterPrompt
function - A new resource is registered via the
RegisterResource
function - A prompt is deregistered via the
DeregisterPrompt
function - A tool is deregistered via the
DeregisterTool
function - A resource is deregistered via the
DeregisterResource
function