Skip to content

peicodes/test-mcp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test MCP Server

A TypeScript-based MCP (Model Context Protocol) server using SSE (Server-Sent Events) transport.

Features

  • Runs on localhost (port 3000)
  • SSE-based transport for real-time communication
  • Single tool: get_test_response

Setup

Install dependencies:

npm install

Usage

Build and run the server:

npm run dev

Or build and run separately:

npm run build
npm start

The server will be available at:

  • Main endpoint: http://localhost:3000
  • SSE endpoint: http://localhost:3000/sse

Tool: get_test_response

Returns a test response message.

Parameters:

  • message (optional): A custom message to include in the response

Example response:

Test Response: Hello from test MCP server!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors