Metadata-Version: 2.4
Name: plant-decision-mcp
Version: 2.0.1
Summary: 发电厂经营决策 MCP Server — 火电厂日经营指标计算引擎，含热力性能/全成本/敏感性/场景分析
Project-URL: Homepage, https://maas.powerbeijing.com:30123
Project-URL: Repository, https://github.com/example/plant-decision-mcp
Author-email: 京能集团 <admin@powerbeijing.com>
License-Expression: MIT
Keywords: cost-analysis,decision-support,mcp,power-plant,thermal-efficiency
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Manufacturing
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# plant-decision-mcp

发电厂经营决策 MCP Server — 火电厂日经营指标精确计算引擎。

## 安装

```bash
pip install plant-decision-mcp
```

## 使用

```bash
# MaaS 平台直接调用（推荐）
uvx plant-decision-mcp

# 本地命令行
plant-decision-mcp
python -m plant_decision_mcp
```

## 工具

- `calculate_daily_report` — 完整经营日报（含热力性能、成本分解、敏感性、场景）
- `run_sensitivity` — 敏感性分析 + 风险因子排序
- `run_scenarios` — 乐观/基准/悲观多场景利润预测
- `quick_check` — 3参数快速经营诊断
