2025年7月1日

摘要: math_weather_server.py from mcp.server.fastmcp import FastMCP mcp = FastMCP("Math") @mcp.tool() def add(a: int, b: int) -> int: """Add two numbers""" 阅读全文
posted @ 2025-07-01 09:46 张博的博客 阅读(492) 评论(0) 推荐(0)

导航