About
This Node.js Model Context Protocol (MCP) server demonstrates how to expose custom tools for consumption by AI agents or other systems. It includes three example tools: 'greet' for personalized messages, 'calculate' for basic arithmetic, and 'weather_info' for mock weather data. Built using the `@modelcontextprotocol/sdk`, it leverages stdio transport for straightforward integration, making it an excellent resource for developers aiming to understand and implement MCP-based tool exposure.