mcp_server

mcp_server

0

This project implements a sample Model Context Protocol server using the Dolphin MCP client to provide weather alerts and forecasts. It includes a configuration file and utilities for processing weather data.

mcp_server

Implementing a sample MCP server using the Dolphin MCP client.

Configuration File

  • mcp_config.json: Contains configuration for the MCP server.
  • The server.py file hosts the server with utilities like get_alerts and get_forecast available in tools.py.

Running Dolphin Client

  • Checkout Dolphin-MCP from GitHub.
  • Install requirements: pip3 install -e requirements.txt
  • Run the client command to get weather alerts.