kingdee-k3cloud-mcp: Instructions file for Claude Code

CLAUDE.md

kingdee-k3cloud-mcp CLAUDE.md is an instructions file for Claude Code from adamzhang1987/kingdee-k3cloud-mcp. It costs 501 tokens per session, scanned A, original, Apache-2.0.

A project instruction file for the Kingdee K3Cloud MCP server, a program that connects AI tools to Kingdee’s business software.

In plain words
What is it for?
Use it when changing, testing, versioning, committing, or publishing this MCP server to PyPI, Python’s package repository.
Why use it?
It records the project’s release rules, version-number changes, publishing steps, important files, and related documentation updates.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: mentions Claude Code.

This is adamzhang1987/kingdee-k3cloud-mcp's own configuration. It tells Claude Code how to work on kingdee-k3cloud-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything kingdee-k3cloud-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to adamzhang1987/kingdee-k3cloud-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/adamzhang1987/kingdee-k3cloud-mcp/main/CLAUDE.md
Clone the repo
git clone --depth 1 https://github.com/adamzhang1987/kingdee-k3cloud-mcp

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for kingdee-k3cloud-mcp CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/adamzhang1987/kingdee-k3cloud-mcp/claude-md/github.svg)](https://agentmods.dev/instructions/adamzhang1987/kingdee-k3cloud-mcp/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/adamzhang1987/kingdee-k3cloud-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/adamzhang1987/kingdee-k3cloud-mcp/claude-md/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for kingdee-k3cloud-mcp CLAUDE.md

Your own site · 80×15
<a href="https://agentmods.dev/instructions/adamzhang1987/kingdee-k3cloud-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/adamzhang1987/kingdee-k3cloud-mcp/claude-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 501 This file is loaded in full into every session.
When invoked 501 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00501 $0.00501
Opus 5 $0.00251 $0.00251
Sonnet 5 $0.00100 $0.00100
Haiku 4.5 $0.00050 $0.00050

Measured 6d ago against content hash 6ad992fc89b8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

kingdee-k3cloud-mcp CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 40 lines

What it actually says

Claude Code 工作指南 — kingdee-k3cloud-mcp

项目概述

金蝶云星空 MCP Server,基于 FastMCP + kingdee-cdp-webapi-sdk,发布到 PyPI。

每次 commit & push 后的版本检查

完成修改并推送后,必须主动判断是否需要升版本号和发布,不要等用户询问。

变更类型 版本策略 是否 Release
新增 MCP tool minor bump(1.0.x → 1.1.0)
返回格式/行为变更(影响调用方) minor bump
Bug fix patch bump(1.1.0 → 1.1.1)
Breaking change(删除 tool / 入参不兼容) major bump(1.x → 2.0.0)
仅文档 / 注释 / 测试 不变

发布步骤

  1. 更新 pyproject.tomlversion
  2. CHANGELOG.md[Unreleased] 改为 [X.Y.Z] - YYYY-MM-DD,补充底部 compare URL
  3. git add pyproject.toml CHANGELOG.md && git commit
  4. git tag vX.Y.Z && git push origin main vX.Y.Z一条命令同推 main 与 tag:分两次推会让 CI 在 tag 尚不存在时就跑,CHANGELOG 里新增的 compare/vX.Y.Z... 链接会被链接检查判为 404) → 触发 GitHub Actions Release workflow → 自动发布到 PyPI

关键文件

文件 说明
src/kingdee_k3cloud_mcp/server.py 所有 MCP tool 定义
pyproject.toml 版本号、依赖
CHANGELOG.md 每次 release 必须更新
tests/test_server.py 单元测试,新增 tool 需补测试

与 skill repo 的关系

新增 MCP tool 后,通常需要同步更新 kingdee-k3cloud-skill 的 SKILL.md 决策树或字段文档。

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago Changed · +1 lines · +53 tokens per session 6ad992fc89b8
  2. 10d ago First seen · 39 lines · 448 tokens per session scan A db2bc82afe28

Subscribe to this mod's changes

kingdee-k3cloud-mcp CLAUDE.md is an instructions file published in the GitHub repository adamzhang1987/kingdee-k3cloud-mcp (73 stars, last pushed 3d ago), licensed Apache-2.0. It adds 501 tokens to every session, about $0.0025 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,153 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,469 tokens