Skip to content

duzitian-code/weather-assistant

v1.0.0

使用 Agent、Skill 和 Python MCP 工具回答天气问题的教学插件

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

weatherstdio
{
  "type": "stdio",
  "command": "python",
  "args": [
    "${PLUGIN_ROOT}\\servers\\weather_mcp.py"
  ],
  "cwd": "${PLUGIN_ROOT}"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "weather-assistant",
  "version": "1.0.0",
  "description": "使用 Agent、Skill 和 Python MCP 工具回答天气问题的教学插件"
}

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.github.copilotships a directory of files