Metadata-Version: 2.3
Name: darcycui-mcp
Version: 0.8.0
Summary: A weather forecast MCP Server for any AI agent.
Keywords: mcp,server,api
Author: Darcycui
Author-email: Darcycui <darcycui@msn.cn>
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: httpx>=0.28.1
Requires-Dist: mcp[cli]>=1.26.0
Requires-Python: >=3.12
Description-Content-Type: text/markdown

## 是什么

Python语言，基于 mcp 库实现的一个 MCP-Server。

## 有什么能力

预测明天的天气。

## 怎么用

VSCode + Cline插件
添加如下配置

```json
{
  "mcpServers": {
    "weather": {
      "autoApprove": [],
      "disabled": false,
      "timeout": 30,
      "type": "stdio",
      "command": "uvx",
      "args": [
        "darcycui-mcp"
      ]
    }
  }
}
```

## 运行结果
![运行结果](docs/MCP-Server运行效果2.png)

## 参考文章

[马克的技术工坊Github](https://github.com/MarkTechStation/VideoCode/)

[MCP终极指南 - 从原理到实战，带你深入掌握MCP（基础篇）-哔哩哔哩](https://b23.tv/JBOXcym)

[MCP终极指南 - 带你深入掌握MCP（进阶篇）-哔哩哔哩](https://b23.tv/JWfRFIV)

[一文搞懂MCP、Function Calling和A2A](https://mp.weixin.qq.com/s/dAT6l3myGKT3_hX12sMyXw)
