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