TypeScript On-Process icon

TypeScript On-Process

Implements an on-process Model Context Protocol server using TypeScript and standard I/O streams for client communication.

Acerca de

This project provides a robust example of building a Model Context Protocol (MCP) server entirely in TypeScript. It leverages the `StdioServerTransport` from the `@modelcontextprotocol/sdk` to establish communication via standard input/output streams (`process.stdin` and `process.stdout`), enabling seamless on-process integration with various MCP clients.

Características Principales

  • 0 GitHub stars
  • Uses StdioServerTransport for on-process communication
  • Written in TypeScript for strong typing and maintainability

Casos de Uso

  • Demonstrating MCP server implementation in TypeScript
  • Developing custom MCP servers for on-process execution
  • Integrating with MCP clients that support stdio transport
Advertisement

Advertisement