mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-20 12:55:21 +02:00
Fix formatting
This commit is contained in:
@@ -162,7 +162,8 @@ export const createServer = () => {
|
|||||||
hour: '2-digit',
|
hour: '2-digit',
|
||||||
minute: '2-digit',
|
minute: '2-digit',
|
||||||
second: '2-digit'
|
second: '2-digit'
|
||||||
}); server.notification({
|
});
|
||||||
|
server.notification({
|
||||||
method: "notifications/stderr",
|
method: "notifications/stderr",
|
||||||
params: { content: `${shortTimestamp}: A stderr message` },
|
params: { content: `${shortTimestamp}: A stderr message` },
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user