Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by KennyKang7012 • Uncategorized
A simple MCP server demonstrating basic MCP tools like addition and personalized greetings.
Perform simple arithmetic operations like addition.
Generate personalized greeting messages.
Learn or demonstrate how to build and run MCP servers using Python.
This MCP server provides two basic tools: an addition function that sums two integers, and a greeting function that returns a personalized hello message. It is implemented in Python and designed to showcase how to build MCP tools and run an MCP server. The project includes setup instructions, development tips, and VS Code integration for easy testing and usage.