TypeScript On-Process
0
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