MCPcopy Index your code
hub / github.com/modelcontextprotocol/python-sdk / NotificationOptions

Class NotificationOptions

src/mcp/server/lowlevel/server.py:98–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96
97
98class NotificationOptions:
99 def __init__(self, prompts_changed: bool = False, resources_changed: bool = False, tools_changed: bool = False):
100 self.prompts_changed = prompts_changed
101 self.resources_changed = resources_changed
102 self.tools_changed = tools_changed
103
104
105@asynccontextmanager

Callers 5

run_serverFunction · 0.90
run_serverFunction · 0.90
get_capabilitiesMethod · 0.85

Calls

no outgoing calls

Tested by 3

run_serverFunction · 0.72
run_serverFunction · 0.72