Say Hello
ai.smithery/callmybot-hello-mcp-server
Documentation
Installation
Run npm install in the repository root.
Development
Run npm run dev to start the Smithery development server. The default port is 3000; set PORT to override it.
Build
Run npm run build to build the TypeScript project.
Configuration
debugboolean session config, defaultfalsePORTenvironment variable for the local HTTP port, default3000
Capabilities
hellotool for greeting a named personhistory://hello-worldresource with the Hello World origin storygreetprompt for generating greeting messages
Requirements
- Node.js 18 or higher
- npm / npx
- Smithery account for hosted deployment
Limitations
- Run
npm installbefore local development. - The server listens on port
3000by default. - Debug logging is controlled by
debug=truein Smithery session config.
