-
Notifications
You must be signed in to change notification settings - Fork 794
-
Pre-submission Checklist
- I have verified that this discussion would not be more appropriate as an issue in a specific repository
- I have searched existing discussions to avoid duplicates
Discussion Topic
According to the MCP protocol, servers can send:
{
"jsonrpc": "2.0",
"method": "notifications/resources/updated",
"params": {
"uri": "file:///project/src/main.rs"
}
}
We do have ResourcesUpdatedNotification.
McpClient.SyncSpec is missing the support for reacting to this notification.
Is this intentional?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment