formatting

This commit is contained in:
Ashwin Bhat
2025-07-04 10:45:29 -07:00
parent 0af52a9c22
commit 8dde417d10

View File

@@ -127,7 +127,7 @@ export const createServer = () => {
logging: {},
completions: {},
},
instructions,
instructions
}
);
@@ -174,12 +174,13 @@ export const createServer = () => {
server.notification(message);
}, 20000);
// Set up update interval for stderr messages
stdErrUpdateInterval = setInterval(() => {
const shortTimestamp = new Date().toLocaleTimeString([], {
hour: "2-digit",
minute: "2-digit",
second: "2-digit",
second: "2-digit"
});
server.notification({
method: "notifications/stderr",