MCPcopy Create free account
hub / github.com/modelcontextprotocol/typescript-sdk / simpleSseServer.ts

File simpleSseServer.ts

src/examples/server/simpleSseServer.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Request, Response } from 'express';
2import { McpServer } from '../../server/mcp.js';
3import { SSEServerTransport } from '../../server/sse.js';
4import * as z from 'zod/v4';

Callers

nothing calls this directly

Calls 6

createMcpExpressAppFunction · 0.85
handlePostMessageMethod · 0.80
getServerFunction · 0.70
sendMethod · 0.65
closeMethod · 0.65
connectMethod · 0.45

Tested by

no test coverage detected