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 stdio.ts - change console.log to console.error
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";
|
||||
import { createServer } from "./everything.js";
|
||||
|
||||
console.log('Starting default (STDIO) server...');
|
||||
console.error('Starting default (STDIO) server...');
|
||||
|
||||
async function main() {
|
||||
const transport = new StdioServerTransport();
|
||||
|
||||
Reference in New Issue
Block a user