example-candidate-mcp-server

example-candidate-mcp-server

3

This project is an HTTP server built with Express and TypeScript, designed to serve both a webpage and a Model Context Protocol (MCP) endpoint. It includes features for stateless MCP server implementation and customization of server and candidate data using environment variables.

npm run start:web

Start HTTP Transfer

npm run start

Start stdio transfer

npm run build

Building TypeScript Code

npm run dev

Running in development mode, supporting automatic reloading

npm test

Run the test