Overview
what is MCP?
MCP is a server application built with Kotlin that provides functionalities for obtaining weather information of a city and sending email notifications.
how to use MCP?
To use MCP, compile the project using the command ./gradlew clean build -x test in the terminal, and then utilize the provided SDK to access its features.
key features of MCP?
- Retrieves weather information based on city geocoding (latitude and longitude).
- Sends notification emails using the RESEND SDK.
use cases of MCP?
- Fetching real-time weather data for a specific city.
- Sending automated email notifications based on weather updates.
FAQ from MCP?
- What programming language is MCP built with?
MCP is built using Kotlin.
- How can I compile the MCP project?
You can compile the project by running
./gradlew clean build -x testin your terminal.
- Does MCP require any external libraries?
Yes, MCP uses the RESEND SDK for sending emails.