A starter MCP server implementation using TypeScript, inspired by the Go version.
npm install
# Run in development mode (using ts-node)
npm run dev
# Or use the script
./script/ts-run
# Build and run the compiled version
npm run build
npm start
MCP_GREETING: Customizes the greeting used by the hello_world tool (default: "Hello")
hello: Says hello to someone (uses MCP_GREETING)
example://md: Serves the markdown file insrc/resources/example.md
greeting-prompt: A prompt that greets the user by name
MIT