mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-18 08:03:26 +02:00
Update server-everything to use the latest version of the SDK
* In sse.ts & streamableHttp.ts - change console.log to console.error
This commit is contained in:
@@ -4,7 +4,7 @@ import express, { Request, Response } from "express";
|
||||
import { createServer } from "./everything.js";
|
||||
import { randomUUID } from 'node:crypto';
|
||||
|
||||
console.log('Starting Streamable HTTP server...');
|
||||
console.error('Starting Streamable HTTP server...');
|
||||
|
||||
const app = express();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user