|
|
|
|
|
by arthurgousset
447 days ago
|
|
Oh neat, thanks so much for sharing. I was getting MCP client errors when simply using `console.error`. Sending log message from the MCP server to the MCP client via the logging capability makes a ton of sense! ```
{
"capabilities": {
"logging": {}
}
}
```
|
|