A
securityA
licenseA
qualityTypeScript-based MCP server designed to enhance code editing experiences by providing features such as hover information, code completion, and diagnostics.
Last updated -
3
13
MIT License
A simple HelloWorld MCP (Model Context Protocol) server experiment built with TypeScript.
This MCP server provides two simple tools:
npm run dev
- Run the server in development mode using tsxnpm run build
- Compile TypeScript to JavaScriptnpm start
- Run the compiled servernpm run lint
- Run ESLint on the source codenpm run lint:fix
- Run ESLint and automatically fix issuesnpm run clean
- Remove the dist directoryFor development:
For production:
This server communicates via stdio and implements the Model Context Protocol. It provides:
name
(optional): The name of the person to greet (default: "World"){"name": "Alice"}
→ "Hello, Alice! 👋 Welcome to the HelloWorld MCP server!"a
(required): First numberb
(required): Second number{"a": 5, "b": 3}
→ "5 + 3 = 8"This project uses:
MIT
This server cannot be installed
A simple TypeScript MCP server that provides two tools: one for greeting users with a customizable name and another for adding two numbers together.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gemyago/typescript-mcp-boilerplate'
If you have feedback or need assistance with the MCP directory API, please join our Discord server