Endpoint Type — mcp Architecture
Architecture documentation for the Endpoint type/interface in types.ts from the mcp codebase.
Entity Profile
Source Code
src/types.ts lines 25–28
export type Endpoint = {
tool: Tool;
handler: HandlerFunction;
};
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free