weather-hello-agent

A simple implementation of an MCP tool server/agent

GitHubスター

0

ユーザー評価

未評価

お気に入り

0

閲覧数

6

フォーク

0

イシュー

0

README
Weather Hello Agent ☀️🤖

A minimal demo of an MCP tool server (weather + greetings) and a
LangChain agent that calls those tools.

Features
  • MCP server built with fastmcp
  • Two example tools
    • /get_today_weather → summary string
    • /greet → “Hello
  • LangChain agent that auto-discovers and calls the tools
Quick start
git clone https://github.com/<you>/weather-hello-agent.git
cd weather-hello-agent
python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
cp .env.example .env      # put your keys here
python -m weatherhello.basic_server &  # run in background
python -m weatherhello.basic_agent     # talk to the agent
Support me

Buy me a coffee at https://coff.ee/josjen

作者情報
Jos
Netherlands

0

フォロワー

3

リポジトリ

0

Gist

0

貢献数