天气金融双重服务
STDIO提供天气预警和金融市场数据服务
提供天气预警和金融市场数据服务
Lightweight programs that each expose specific capabilities through the standardized Model Context Protocol
Clone the repository:
git clone https://github.com/your-username/mcp-weather-server.git cd mcp-weather-server
Set up a Python virtual environment:
python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
Install dependencies:
pip install -r requirements.txt
Navigate to the finance
module and install its dependencies:
cd finance pip install -r requirements.txt
Run the weather server:
python main.py
Run the finance server:
cd finance python finance_server.py
Run the weather demo server:
python weather-demo.py