This project is a simple Express server that provides API endpoints with CORS enabled.
-
Clone the repository:
git clone <repository-url>
-
Navigate to the project directory:
cd simple-mcp-server
-
Install the dependencies:
npm install
To start the server, run the following command:
node src/index.js
The server will start on http://localhost:3000
by default.
- GET /api/v1/ping: Returns success
This project is licensed under the ISC License.