Metadata-Version: 2.4
Name: kingdee-mcp-saas
Version: 1.0.0
Summary: MCP Server for Kingdee K3Cloud ERP - Extended with EntryIds push support
Project-URL: Homepage, https://github.com/adamzhang1987/kingdee-k3cloud-mcp
Project-URL: Repository, https://github.com/adamzhang1987/kingdee-k3cloud-mcp
Author-email: Adam Zhang <adamzhang1987@gmail.com>
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: erp,k3cloud,kingdee,mcp,mcp-server
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Office/Business
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: kingdee-cdp-webapi-sdk<9.0.0,>=8.2.0
Requires-Dist: mcp<2,>=1.26.0
Requires-Dist: python-dotenv<2,>=1.2.1
Description-Content-Type: text/markdown

﻿# Kingdee MCP SaaS

Extended MCP Server for Kingdee K3Cloud ERP with EntryIds push support.

Based on [kingdee-k3cloud-mcp](https://github.com/adamzhang1987/kingdee-k3cloud-mcp) with added `entry_ids` parameter in `push_bill` for pushing by entry detail IDs.

## Changes from upstream

- Added `entry_ids` parameter to `push_bill` tool for分录下推 (pushing by entry detail IDs)
- When `entry_ids` is provided, `Ids` and `Numbers` should be left empty

## Usage

```bash
uvx kingdee-mcp-saas
```

Same configuration as kingdee-k3cloud-mcp with KD_* environment variables.
