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.

소개

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.

주요 기능

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

사용 사례

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

Advertisement