chore: use typed notifications from rmcp (#3653)
This commit is contained in:
@@ -672,6 +672,7 @@ impl DeveloperRouter {
|
||||
notification: Notification {
|
||||
method: "notifications/message".to_string(),
|
||||
params: object!({
|
||||
"level": "info",
|
||||
"data": {
|
||||
"type": "shell",
|
||||
"stream": "stdout",
|
||||
@@ -698,6 +699,7 @@ impl DeveloperRouter {
|
||||
notification: Notification {
|
||||
method: "notifications/message".to_string(),
|
||||
params: object!({
|
||||
"level": "info",
|
||||
"data": {
|
||||
"type": "shell",
|
||||
"stream": "stderr",
|
||||
|
||||
Reference in New Issue
Block a user