mcp-server-hello-world
If you are the rightful owner of mcp-server-hello-world and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol server example with hello world methods.
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".