mcp-server-hello-world

mcp-server-hello-world

1.9

This project is a Model Context Protocol server example, showcasing simple 'hello world' methods with different configurations and inputs.

MCP Server Hello World

A Model Context Protocol server example with hello world methods.

Installation

npm install

Usage

npm run build
npm run inspector

Testing

npm test

Methods

hello_world

Returns "hello world".

hello_world_with_input

Returns "hello world" with the provided input.

Input:

  • message (string, optional): The input to append to "hello world".

hello_world_with_config

Returns "hello configuration" with the provided config.

Input:

  • config (string, required): The configuration to append to "hello configuration".