From 5b2573c0cab9364c654d8b7a42ff2575dc4c457a Mon Sep 17 00:00:00 2001 From: gouhanke <12219217+gouhanke@user.noreply.gitee.com> Date: Thu, 5 Mar 2026 18:45:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E5=A4=A9=E6=B0=94?= =?UTF-8?q?=E3=80=81=E7=BD=91=E9=A1=B5=E6=90=9C=E7=B4=A2mcp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 4 +- requirements.txt | 23 +++ .../__pycache__/agent_service.cpython-312.pyc | Bin 2042 -> 2212 bytes server/agent_service.py | 9 + server/mcp_tools/__init__.py | 6 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 315 bytes .../__pycache__/weather.cpython-312.pyc | Bin 0 -> 4442 bytes .../__pycache__/web_search.cpython-312.pyc | Bin 0 -> 6368 bytes server/mcp_tools/weather.py | 92 +++++++++ server/mcp_tools/web_search.py | 181 ++++++++++++++++++ temp_audio.webm | Bin 461618 -> 0 bytes test_audio.webm | Bin 747455 -> 0 bytes 12 files changed, 313 insertions(+), 2 deletions(-) create mode 100644 requirements.txt create mode 100644 server/mcp_tools/__init__.py create mode 100644 server/mcp_tools/__pycache__/__init__.cpython-312.pyc create mode 100644 server/mcp_tools/__pycache__/weather.cpython-312.pyc create mode 100644 server/mcp_tools/__pycache__/web_search.cpython-312.pyc create mode 100644 server/mcp_tools/weather.py create mode 100644 server/mcp_tools/web_search.py delete mode 100644 temp_audio.webm delete mode 100644 test_audio.webm diff --git a/index.html b/index.html index bf180f1..a4d0dc7 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@
-