testmcp

Rivsoft/testmcp

3.1

If you are the rightful owner of testmcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

This project is a Model Context Protocol (MCP) server scaffolded for TypeScript.

testmcp

This project is a Model Context Protocol (MCP) server scaffolded for TypeScript.

Quickstart

  1. Install Node.js (v17+ recommended)
  2. Install dependencies:
    npm install
    
  3. Build the project:
    npm run build
    
  4. Run the server:
    node build/index.js
    

References