test_MCPServer

test_MCPServer

0

The MCP Server is a Python-based tool that provides users with the latest data on dollar exchange rates, weather forecasts, and recent news. It includes support for Docker and a custom client application.

MCP Server

MCP server in Python providing current dollar exchange rates, weather forecasts, and news from the past week.

Installation

  • Clone the repository:
  • Create a virtual environment:
  • Install dependencies:
  • Set up API keys:
    • Register on services for exchange rates, weather, and news.
    • Copy .env.example to .env and fill in your keys.
  • Run the server:

Testing

Run tests using pytest.

Client Connection

Custom client instruction provided upon execution.

Additional

Docker files included for containerization.