qwen_agent/skills/weather/.claude-plugin/plugin.json
2026-03-24 00:40:19 +08:00

14 lines
348 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "weather",
"description": "提供中国天气预报查询功能支持全国300+城市的当前天气和未来1/3/7/15/40天天气预报查询。",
"mcpServers": {
"weather": {
"transport": "stdio",
"command": "python",
"args": [
"./skills/weather/mcp.py"
]
}
}
}