# mcp-platform - Doramagic AI Context Pack

> 定位：安装前体验与判断资产。它帮助宿主 AI 有一个好的开始，但不代表已经安装、执行或验证目标项目。

## 充分原则

- **充分原则，不是压缩原则**：AI Context Pack 应该充分到让宿主 AI 在开工前理解项目价值、能力边界、使用入口、风险和证据来源；它可以分层组织，但不以最短摘要为目标。
- **压缩策略**：只压缩噪声和重复内容，不压缩会影响判断和开工质量的上下文。

## 给宿主 AI 的使用方式

你正在读取 Doramagic 为 mcp-platform 编译的 AI Context Pack。请把它当作开工前上下文：帮助用户理解适合谁、能做什么、如何开始、哪些必须安装后验证、风险在哪里。不要声称你已经安装、运行或执行了目标项目。

## Claim 消费规则

- **事实来源**：Repo Evidence + Claim/Evidence Graph；Human Wiki 只提供显著性、术语和叙事结构。
- **事实最低状态**：`supported`
- `supported`：可以作为项目事实使用，但回答中必须引用 claim_id 和证据路径。
- `weak`：只能作为低置信度线索，必须要求用户继续核实。
- `inferred`：只能用于风险提示或待确认问题，不能包装成项目事实。
- `unverified`：不得作为事实使用，应明确说证据不足。
- `contradicted`：必须展示冲突来源，不得替用户强行选择一个版本。

## 它最适合谁

- **想在安装前理解开源项目价值和边界的用户**：当前证据主要来自项目文档。 证据：`README.md` Claim：`clm_0002` supported 0.86

## 它能做什么

- **命令行启动或安装流程**（需要安装后验证）：项目文档中存在可执行命令，真实使用需要在本地或宿主环境中运行这些命令。 证据：`README.md` Claim：`clm_0001` supported 0.86

## 怎么开始

- `pip install mcp-platform` 证据：`README.md` Claim：`clm_0003` supported 0.86
- `git clone https://github.com/DataEverything/mcp-server-templates.git` 证据：`README.md` Claim：`clm_0004` supported 0.86
- `pip install -r requirements.txt` 证据：`README.md` Claim：`clm_0005` supported 0.86

## 继续前判断卡

- **当前建议**：需要管理员/安全审批
- **为什么**：继续前可能涉及密钥、账号、外部服务或敏感上下文，建议先经过管理员或安全审批。

### 30 秒判断

- **现在怎么做**：需要管理员/安全审批
- **最小安全下一步**：先跑 Prompt Preview；若涉及凭证或企业环境，先审批再试装
- **先别相信**：角色质量和任务匹配不能直接相信。
- **继续会触碰**：角色选择偏差、命令执行、本地环境或项目文件

### 现在可以相信

- **适合人群线索：想在安装前理解开源项目价值和边界的用户**（supported）：有 supported claim 或项目证据支撑，但仍不等于真实安装效果。 证据：`README.md` Claim：`clm_0002` supported 0.86
- **能力存在：命令行启动或安装流程**（supported）：可以相信项目包含这类能力线索；是否适合你的具体任务仍要试用或安装后验证。 证据：`README.md` Claim：`clm_0001` supported 0.86
- **存在 Quick Start / 安装命令线索**（supported）：可以相信项目文档出现过启动或安装入口；不要因此直接在主力环境运行。 证据：`README.md` Claim：`clm_0003` supported 0.86

### 现在还不能相信

- **角色质量和任务匹配不能直接相信。**（unverified）：角色库证明有很多角色，不证明每个角色都适合你的具体任务，也不证明角色能产生高质量结果。
- **不能把角色文案当成真实执行能力。**（unverified）：安装前只能判断角色描述和任务画像是否匹配，不能证明它能在宿主 AI 里完成任务。
- **真实输出质量不能在安装前相信。**（unverified）：Prompt Preview 只能展示引导方式，不能证明真实项目中的结果质量。
- **宿主 AI 版本兼容性不能在安装前相信。**（unverified）：Claude、Cursor、Codex、Gemini 等宿主加载规则和版本差异必须在真实环境验证。
- **不会污染现有宿主 AI 行为，不能直接相信。**（inferred）：Skill、plugin、AGENTS/CLAUDE/GEMINI 指令可能改变宿主 AI 的默认行为。
- **可安全回滚不能默认相信。**（unverified）：除非项目明确提供卸载和恢复说明，否则必须先在隔离环境验证。
- **真实安装后是否与用户当前宿主 AI 版本兼容？**（unverified）：兼容性只能通过实际宿主环境验证。
- **项目输出质量是否满足用户具体任务？**（unverified）：安装前预览只能展示流程和边界，不能替代真实评测。

### 继续会触碰什么

- **角色选择偏差**：用户对任务应该由哪个专家角色处理的判断。 原因：选错角色会让 AI 从错误专业视角回答，浪费时间或误导决策。
- **命令执行**：包管理器、网络下载、本地插件目录、项目配置或用户主目录。 原因：运行第一条命令就可能产生环境改动；必须先判断是否值得跑。 证据：`README.md`
- **本地环境或项目文件**：安装结果、插件缓存、项目配置或本地依赖目录。 原因：安装前无法证明写入范围和回滚方式，需要隔离验证。 证据：`README.md`
- **环境变量 / API Key**：项目入口文档明确出现 API key、token、secret 或账号凭证配置。 原因：如果真实安装需要凭证，应先使用测试凭证并经过权限/合规判断。 证据：`README.md`
- **宿主 AI 上下文**：AI Context Pack、Prompt Preview、Skill 路由、风险规则和项目事实。 原因：导入上下文会影响宿主 AI 后续判断，必须避免把未验证项包装成事实。

### 最小安全下一步

- **先跑 Prompt Preview**：先用交互式试用验证任务画像和角色匹配，不要先导入整套角色库。（适用：任何项目都适用，尤其是输出质量未知时。）
- **只在隔离目录或测试账号试装**：避免安装命令污染主力宿主 AI、真实项目或用户主目录。（适用：存在命令执行、插件配置或本地写入线索时。）
- **不要使用真实生产凭证**：环境变量/API key 一旦进入宿主或工具链，可能产生账号和合规风险。（适用：出现 API、TOKEN、KEY、SECRET 等环境线索时。）
- **安装后只验证一个最小任务**：先验证加载、兼容、输出质量和回滚，再决定是否深用。（适用：准备从试用进入真实工作流时。）

### 退出方式

- **保留安装前状态**：记录原始宿主配置和项目状态，后续才能判断是否可恢复。
- **保留原始角色选择记录**：如果输出偏题，可以回到任务画像阶段重新选择角色，而不是继续沿着错误角色推进。
- **记录安装命令和写入路径**：没有明确卸载说明时，至少要知道哪些目录或配置需要手动清理。
- **准备撤销测试 API key 或 token**：测试凭证泄露或误用时，可以快速止损。
- **如果没有回滚路径，不进入主力环境**：不可回滚是继续前阻断项，不应靠信任或运气继续。

## 哪些只能预览

- 解释项目适合谁和能做什么
- 基于项目文档演示典型对话流程
- 帮助用户判断是否值得安装或继续研究

## 哪些必须安装后验证

- 真实安装 Skill、插件或 CLI
- 执行脚本、修改本地文件或访问外部服务
- 验证真实输出质量、性能和兼容性

## 边界与风险判断卡

- **把安装前预览误认为真实运行**：用户可能高估项目已经完成的配置、权限和兼容性验证。 处理方式：明确区分 prompt_preview_can_do 与 runtime_required。 Claim：`clm_0006` inferred 0.45
- **命令执行会修改本地环境**：安装命令可能写入用户主目录、宿主插件目录或项目配置。 处理方式：先在隔离环境或测试账号中运行。 证据：`README.md` Claim：`clm_0007` supported 0.86
- **待确认**：真实安装后是否与用户当前宿主 AI 版本兼容？。原因：兼容性只能通过实际宿主环境验证。
- **待确认**：项目输出质量是否满足用户具体任务？。原因：安装前预览只能展示流程和边界，不能替代真实评测。
- **待确认**：安装命令是否需要网络、权限或全局写入？。原因：这影响企业环境和个人环境的安装风险。

## 开工前工作上下文

### 加载顺序

- 先读取 how_to_use.host_ai_instruction，建立安装前判断资产的边界。
- 读取 claim_graph_summary，确认事实来自 Claim/Evidence Graph，而不是 Human Wiki 叙事。
- 再读取 intended_users、capabilities 和 quick_start_candidates，判断用户是否匹配。
- 需要执行具体任务时，优先查 role_skill_index，再查 evidence_index。
- 遇到真实安装、文件修改、网络访问、性能或兼容性问题时，转入 risk_card 和 boundaries.runtime_required。

### 任务路由

- **命令行启动或安装流程**：先说明这是安装后验证能力，再给出安装前检查清单。 边界：必须真实安装或运行后验证。 证据：`README.md` Claim：`clm_0001` supported 0.86

### 上下文规模

- 文件总数：190
- 重要文件覆盖：40/190
- 证据索引条目：71
- 角色 / Skill 条目：28

### 证据不足时的处理

- **missing_evidence**：说明证据不足，要求用户提供目标文件、README 段落或安装后验证记录；不要补全事实。
- **out_of_scope_request**：说明该任务超出当前 AI Context Pack 证据范围，并建议用户先查看 Human Manual 或真实安装后验证。
- **runtime_request**：给出安装前检查清单和命令来源，但不要替用户执行命令或声称已执行。
- **source_conflict**：同时展示冲突来源，标记为待核实，不要强行选择一个版本。

## Prompt Recipes

### 适配判断

- 目标：判断这个项目是否适合用户当前任务。
- 预期输出：适配结论、关键理由、证据引用、安装前可预览内容、必须安装后验证内容、下一步建议。

```text
请基于 mcp-platform 的 AI Context Pack，先问我 3 个必要问题，然后判断它是否适合我的任务。回答必须包含：适合谁、能做什么、不能做什么、是否值得安装、证据来自哪里。所有项目事实必须引用 evidence_refs、source_paths 或 claim_id。
```

### 安装前体验

- 目标：让用户在安装前感受核心工作流，同时避免把预览包装成真实能力或营销承诺。
- 预期输出：一段带边界标签的体验剧本、安装后验证清单和谨慎建议；不含真实运行承诺或强营销表述。

```text
请把 mcp-platform 当作安装前体验资产，而不是已安装工具或真实运行环境。

请严格输出四段：
1. 先问我 3 个必要问题。
2. 给出一段“体验剧本”：用 [安装前可预览]、[必须安装后验证]、[证据不足] 三种标签展示它可能如何引导工作流。
3. 给出安装后验证清单：列出哪些能力只有真实安装、真实宿主加载、真实项目运行后才能确认。
4. 给出谨慎建议：只能说“值得继续研究/试装”“先补充信息后再判断”或“不建议继续”，不得替项目背书。

硬性边界：
- 不要声称已经安装、运行、执行测试、修改文件或产生真实结果。
- 不要写“自动适配”“确保通过”“完美适配”“强烈建议安装”等承诺性表达。
- 如果描述安装后的工作方式，必须使用“如果安装成功且宿主正确加载 Skill，它可能会……”这种条件句。
- 体验剧本只能写成“示例台词/假设流程”：使用“可能会询问/可能会建议/可能会展示”，不要写“已写入、已生成、已通过、正在运行、正在生成”。
- Prompt Preview 不负责给安装命令；如用户准备试装，只能提示先阅读 Quick Start 和 Risk Card，并在隔离环境验证。
- 所有项目事实必须来自 supported claim、evidence_refs 或 source_paths；inferred/unverified 只能作风险或待确认项。

```

### 角色 / Skill 选择

- 目标：从项目里的角色或 Skill 中挑选最匹配的资产。
- 预期输出：候选角色或 Skill 列表，每项包含适用场景、证据路径、风险边界和是否需要安装后验证。

```text
请读取 role_skill_index，根据我的目标任务推荐 3-5 个最相关的角色或 Skill。每个推荐都要说明适用场景、可能输出、风险边界和 evidence_refs。
```

### 风险预检

- 目标：安装或引入前识别环境、权限、规则冲突和质量风险。
- 预期输出：环境、权限、依赖、许可、宿主冲突、质量风险和未知项的检查清单。

```text
请基于 risk_card、boundaries 和 quick_start_candidates，给我一份安装前风险预检清单。不要替我执行命令，只说明我应该检查什么、为什么检查、失败会有什么影响。
```

### 宿主 AI 开工指令

- 目标：把项目上下文转成一次对话开始前的宿主 AI 指令。
- 预期输出：一段边界明确、证据引用明确、适合复制给宿主 AI 的开工前指令。

```text
请基于 mcp-platform 的 AI Context Pack，生成一段我可以粘贴给宿主 AI 的开工前指令。这段指令必须遵守 not_runtime=true，不能声称项目已经安装、运行或产生真实结果。
```

## 角色 / Skill 索引

- 共索引 28 个角色 / Skill / 项目文档条目。

- **MCP Platform**（project_doc）：! Version https://img.shields.io/pypi/v/mcp-platform.svg https://pypi.org/project/mcp-platform/ ! Python Versions https://img.shields.io/pypi/pyversions/mcp-platform.svg https://pypi.org/project/mcp-platform/ ! License https://img.shields.io/badge/License-Elastic%202.0-blue.svg LICENSE ! Discord https://img.shields.io/discord/XXXXX?color=7289da&logo=discord&logoColor=white https://discord.gg/55Cfxe9gnr 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`README.md`
- **BigQuery MCP Server**（project_doc）：Production-ready BigQuery MCP server that provides secure, controlled access to Google BigQuery datasets with comprehensive authentication, access controls, and query capabilities. 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`mcp_platform/template/templates/bigquery/README.md`
- **Demo MCP Server**（project_doc）：A simple demonstration MCP server that provides greeting tools using FastMCP and HTTP transport by default. 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`mcp_platform/template/templates/demo/README.md`
- **Filesystem MCP Server**（project_doc）：Secure local filesystem access with configurable allowed paths for AI assistants using the Model Context Protocol MCP . 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`mcp_platform/template/templates/filesystem/README.md`
- **GitHub MCP Server Documentation**（project_doc）：The GitHub MCP Server template provides seamless integration with GitHub's comprehensive API through the Model Context Protocol MCP . This template extends the official GitHub MCP server to provide enhanced capabilities, streamlined deployment, and robust tooling for GitHub operations. 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`mcp_platform/template/templates/github/README.md`
- **GitLab MCP Server Template**（project_doc）：A comprehensive Model Context Protocol MCP server template for GitLab integration, providing extensive API coverage for project management, version control, CI/CD pipelines, and collaboration features. 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`mcp_platform/template/templates/gitlab/README.md`
- **Open Elastic Search MCP Server Template**（project_doc）：Open Elastic Search MCP Server Template 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`mcp_platform/template/templates/open-elastic-search/README.md`
- **PostgreSQL MCP Server**（project_doc）：A production-ready PostgreSQL MCP Model Context Protocol server that provides secure database access with configurable authentication, read-only mode, SSH tunneling, and comprehensive query capabilities. 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`mcp_platform/template/templates/postgres/README.md`
- **Trino MCP Server**（project_doc）：A production-ready Trino MCP server template for secure querying of distributed data sources with configurable access controls and multiple authentication methods. Built with FastMCP and SQLAlchemy for robust performance and reliability. 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`mcp_platform/template/templates/trino/README.md`
- **Zendesk MCP Server**（project_doc）：A comprehensive Zendesk integration MCP server that provides full ticket management, user operations, knowledge base access, and analytics capabilities using the Model Context Protocol MCP and FastMCP framework. 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`mcp_platform/template/templates/zendesk/README.md`
- **Contributing to MCP Server Templates**（project_doc）：Contributing to MCP Server Templates 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`CONTRIBUTING.md`
- **BigQuery MCP Server**（project_doc）：Production-ready BigQuery MCP server for secure, controlled access to Google BigQuery datasets with comprehensive authentication, access controls, and advanced querying capabilities. 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`mcp_platform/template/templates/bigquery/docs/index.md`
- **Demo MCP Server**（project_doc）：A simple demonstration MCP server that provides greeting tools using FastMCP and HTTP transport by default. 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`mcp_platform/template/templates/demo/docs/index.md`
- **Filesystem MCP Server Documentation**（project_doc）：Filesystem MCP Server Documentation 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`mcp_platform/template/templates/filesystem/docs/index.md`
- **GitHub MCP Server Documentation**（project_doc）：The GitHub MCP Server template now uses a custom MCP server image that wraps and extends the official GitHub MCP server. This enables support for platform-wide template variables and configuration management, providing a consistent experience across all MCP templates. 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`mcp_platform/template/templates/github/docs/index.md`
- **GitLab MCP Server - Complete Tool Reference**（project_doc）：GitLab MCP Server - Complete Tool Reference 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`mcp_platform/template/templates/gitlab/docs/index.md`
- **Open Elastic Search MCP Server Documentation**（project_doc）：Open Elastic Search MCP Server Documentation 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`mcp_platform/template/templates/open-elastic-search/docs/index.md`
- **PostgreSQL MCP Server**（project_doc）：Production-ready PostgreSQL MCP server for secure, controlled access to PostgreSQL databases with comprehensive authentication, SSH tunneling, SSL/TLS support, and advanced querying capabilities. 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`mcp_platform/template/templates/postgres/docs/index.md`
- **Trino MCP Server - Complete Tool Reference**（project_doc）：Trino MCP Server - Complete Tool Reference 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`mcp_platform/template/templates/trino/docs/index.md`
- **Zendesk MCP Server**（project_doc）：A comprehensive Zendesk integration MCP server that provides full ticket management, user operations, knowledge base access, and analytics capabilities using the Model Context Protocol MCP and FastMCP framework. 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`mcp_platform/template/templates/zendesk/docs/index.md`
- **Attribution Guidelines**（project_doc）：We kindly request that any public use of the MCP Platform include a visible attribution to: 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`ATTRIBUTION.md`
- **MCP Server Templates - LLM Developer Guide**（project_doc）：MCP Server Templates - LLM Developer Guide 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`PROJECT_ARCHITECTURE_GUIDE.md`
- **Demo Template Configuration Patterns**（project_doc）：Demo Template Configuration Patterns 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`mcp_platform/template/templates/demo/CONFIGURATION_PATTERNS.md`
- **Filesystem Usage Guide**（project_doc）：Local filesystem access with configurable allowed paths. 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`mcp_platform/template/templates/filesystem/USAGE.md`
- **Github Usage Guide**（project_doc）：Official github MCP server implementation 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`mcp_platform/template/templates/github/USAGE.md`
- **GitLab MCP Server Template - Implementation Summary**（project_doc）：GitLab MCP Server Template - Implementation Summary 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`mcp_platform/template/templates/gitlab/IMPLEMENTATION_SUMMARY.md`
- **GitLab MCP Server Usage Guide**（project_doc）：This guide provides practical examples and patterns for using the GitLab MCP server template effectively. 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`mcp_platform/template/templates/gitlab/USAGE.md`
- **Trino MCP Server Usage Guide**（project_doc）：The Trino MCP Server enables secure access to distributed data sources through Trino SQL queries. This guide provides detailed examples and usage scenarios for different authentication methods and access patterns. 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`mcp_platform/template/templates/trino/USAGE.md`

## 证据索引

- 共索引 71 条证据。

- **MCP Platform**（documentation）：! Version https://img.shields.io/pypi/v/mcp-platform.svg https://pypi.org/project/mcp-platform/ ! Python Versions https://img.shields.io/pypi/pyversions/mcp-platform.svg https://pypi.org/project/mcp-platform/ ! License https://img.shields.io/badge/License-Elastic%202.0-blue.svg LICENSE ! Discord https://img.shields.io/discord/XXXXX?color=7289da&logo=discord&logoColor=white https://discord.gg/55Cfxe9gnr 证据：`README.md`
- **BigQuery MCP Server**（documentation）：Production-ready BigQuery MCP server that provides secure, controlled access to Google BigQuery datasets with comprehensive authentication, access controls, and query capabilities. 证据：`mcp_platform/template/templates/bigquery/README.md`
- **Demo MCP Server**（documentation）：A simple demonstration MCP server that provides greeting tools using FastMCP and HTTP transport by default. 证据：`mcp_platform/template/templates/demo/README.md`
- **Filesystem MCP Server**（documentation）：Secure local filesystem access with configurable allowed paths for AI assistants using the Model Context Protocol MCP . 证据：`mcp_platform/template/templates/filesystem/README.md`
- **GitHub MCP Server Documentation**（documentation）：The GitHub MCP Server template provides seamless integration with GitHub's comprehensive API through the Model Context Protocol MCP . This template extends the official GitHub MCP server to provide enhanced capabilities, streamlined deployment, and robust tooling for GitHub operations. 证据：`mcp_platform/template/templates/github/README.md`
- **GitLab MCP Server Template**（documentation）：A comprehensive Model Context Protocol MCP server template for GitLab integration, providing extensive API coverage for project management, version control, CI/CD pipelines, and collaboration features. 证据：`mcp_platform/template/templates/gitlab/README.md`
- **Open Elastic Search MCP Server Template**（documentation）：Open Elastic Search MCP Server Template 证据：`mcp_platform/template/templates/open-elastic-search/README.md`
- **PostgreSQL MCP Server**（documentation）：A production-ready PostgreSQL MCP Model Context Protocol server that provides secure database access with configurable authentication, read-only mode, SSH tunneling, and comprehensive query capabilities. 证据：`mcp_platform/template/templates/postgres/README.md`
- **Trino MCP Server**（documentation）：A production-ready Trino MCP server template for secure querying of distributed data sources with configurable access controls and multiple authentication methods. Built with FastMCP and SQLAlchemy for robust performance and reliability. 证据：`mcp_platform/template/templates/trino/README.md`
- **Zendesk MCP Server**（documentation）：A comprehensive Zendesk integration MCP server that provides full ticket management, user operations, knowledge base access, and analytics capabilities using the Model Context Protocol MCP and FastMCP framework. 证据：`mcp_platform/template/templates/zendesk/README.md`
- **Contributing to MCP Server Templates**（documentation）：Contributing to MCP Server Templates 证据：`CONTRIBUTING.md`
- **License**（source_file）：License FAQ: https://www.elastic.co/licensing/elastic-license 证据：`LICENSE`
- **BigQuery MCP Server**（documentation）：Production-ready BigQuery MCP server for secure, controlled access to Google BigQuery datasets with comprehensive authentication, access controls, and advanced querying capabilities. 证据：`mcp_platform/template/templates/bigquery/docs/index.md`
- **Demo MCP Server**（documentation）：A simple demonstration MCP server that provides greeting tools using FastMCP and HTTP transport by default. 证据：`mcp_platform/template/templates/demo/docs/index.md`
- **Filesystem MCP Server Documentation**（documentation）：Filesystem MCP Server Documentation 证据：`mcp_platform/template/templates/filesystem/docs/index.md`
- **GitHub MCP Server Documentation**（documentation）：The GitHub MCP Server template now uses a custom MCP server image that wraps and extends the official GitHub MCP server. This enables support for platform-wide template variables and configuration management, providing a consistent experience across all MCP templates. 证据：`mcp_platform/template/templates/github/docs/index.md`
- **GitLab MCP Server - Complete Tool Reference**（documentation）：GitLab MCP Server - Complete Tool Reference 证据：`mcp_platform/template/templates/gitlab/docs/index.md`
- **Open Elastic Search MCP Server Documentation**（documentation）：Open Elastic Search MCP Server Documentation 证据：`mcp_platform/template/templates/open-elastic-search/docs/index.md`
- **PostgreSQL MCP Server**（documentation）：Production-ready PostgreSQL MCP server for secure, controlled access to PostgreSQL databases with comprehensive authentication, SSH tunneling, SSL/TLS support, and advanced querying capabilities. 证据：`mcp_platform/template/templates/postgres/docs/index.md`
- **Trino MCP Server - Complete Tool Reference**（documentation）：Trino MCP Server - Complete Tool Reference 证据：`mcp_platform/template/templates/trino/docs/index.md`
- **Zendesk MCP Server**（documentation）：A comprehensive Zendesk integration MCP server that provides full ticket management, user operations, knowledge base access, and analytics capabilities using the Model Context Protocol MCP and FastMCP framework. 证据：`mcp_platform/template/templates/zendesk/docs/index.md`
- **Template**（structured_config）：{ "id": "bigquery", "name": "BigQuery MCP Server", "description": "Production-ready BigQuery MCP server for secure querying of Google BigQuery datasets with configurable access controls", "version": "1.0.0", "author": "Data Everything", "category": "Database", "tags": "bigquery", "google-cloud", "database", "analytics", "sql", "fastmcp" , "docker image": "dataeverything/mcp-bigquery", "docker tag": "latest", "ports": { "7090": 7090 }, "command": , "transport": { "default": "http", "supported": "http", "stdio" , "port": 7090 }, "config schema": { "type": "object", "properties": { "project id": { "type": "string", "title": "Google Cloud Project ID", "description": "Google Cloud project ID con… 证据：`mcp_platform/template/templates/bigquery/template.json`
- **Template**（structured_config）：{ "name": "Demo Hello MCP Server", "description": "A simple demonstration MCP server that provides greeting tools using FastMCP", "version": "1.0.0", "author": "Data Everything", "category": "Demo", "tags": "demo", "greeting", "hello", "fastmcp", "http" , "docker image": "dataeverything/mcp-demo", "docker tag": "latest", "ports": { "7071": 7071 }, "command": , "transport": { "default": "http", "supported": "http", "stdio" , "port": 7071 }, "config schema": { "type": "object", "properties": { "hello from": { "type": "string", "title": "Greeting Source", "description": "Name or message to include in greetings", "default": "MCP Platform", "env mapping": "MCP HELLO FROM" }, "log level": { "type… 证据：`mcp_platform/template/templates/demo/template.json`
- **Template**（structured_config）：{ "name": "Filesystem", "description": "Local filesystem access with configurable allowed paths.", "version": "1.0.0", "author": "Sam Arora", "category": "General", "tags": , "docker image": "dataeverything/mcp-filesystem", "docker tag": "latest", "ports": {}, "command": , "transport": { "default": "stdio", "supported": "stdio" }, "capabilities": , "config schema": { "type": "object", "properties": { "log level": { "type": "string", "description": "Logging level DEBUG, INFO, WARNING, ERROR ", "default": "INFO", "env mapping": "LOG LEVEL" }, "allowed dirs": { "type": "string", "description": "Allowed directories to scan, create or read from. Defaults to anything that gets mounted to /data di… 证据：`mcp_platform/template/templates/filesystem/template.json`
- **Template**（structured_config）：{ "name": "Github", "description": "Official github MCP server implementation", "version": "1.0.0", "author": "Sam Arora", "category": "Development", "tags": "github", "version-control", "development", "ci-cd", "project-management", "wiki", "pipelines", "milestones" , "docker image": "dataeverything/mcp-github", "docker tag": "latest", "ports": {}, "command": , "transport": { "default": "stdio", "supported": "stdio" }, "capabilities": , "config schema": { "type": "object", "properties": { "log level": { "type": "string", "description": "Logging level DEBUG, INFO, WARNING, ERROR ", "default": "INFO", "env mapping": "LOG LEVEL" }, "mcp transport": { "type": "string", "description": "MCP trans… 证据：`mcp_platform/template/templates/github/template.json`
- **Template**（structured_config）：{ "name": "GitLab MCP Server", "description": "Enhanced GitLab MCP server implementation with comprehensive API coverage", "version": "1.0.76", "author": "zereight team & Data Everything", "category": "Development", "tags": "gitlab", "version-control", "development", "ci-cd", "project-management", "wiki", "pipelines", "milestones" , "docker image": "dataeverything/mcp-gitlab", "docker tag": "latest", "ports": { "3002": 3002 }, "command": , "transport": { "default": "stdio", "supported": "stdio", "sse", "streamable-http", "http" , "port": 3002 }, "capabilities": { "name": "create or update file", "description": "Create or update a single file in a GitLab project", "example": "Create a new RE… 证据：`mcp_platform/template/templates/gitlab/template.json`
- **Template**（structured_config）：{ "name": "Open Elastic Search", "description": "Custom MCP server implementation for connecting to both Elasticsearch and OpenSearch clusters", "version": "2.0.11", "author": "Data Everything", "category": "Database", "tags": "elasticsearch", "opensearch", "search", "database", "analytics", "indexing", "experimental" , "docker image": "dataeverything/mcp-open-elastic-search", "docker tag": "latest", "ports": {}, "command": , "transport": { "default": "stdio", "supported": "stdio", "sse", "streamable-http" }, "capabilities": , "config schema": { "type": "object", "properties": { "engine type": { "type": "string", "title": "Search Engine Type", "description": "Type of search engine to connec… 证据：`mcp_platform/template/templates/open-elastic-search/template.json`
- **Template**（structured_config）：{ "id": "postgres", "name": "PostgreSQL MCP Server", "description": "Production-ready PostgreSQL MCP server for secure database access with configurable authentication, read-only mode, SSH tunneling, and comprehensive query capabilities using FastMCP and SQLAlchemy", "version": "1.0.0", "author": "Data Everything", "category": "Database", "tags": "postgresql", "postgres", "sql", "database", "relational", "fastmcp", "sqlalchemy" , "docker image": "dataeverything/mcp-postgres", "docker tag": "latest", "ports": { "7080": 7080 }, "command": , "transport": { "default": "http", "supported": "http", "stdio" , "port": 7080 }, "config schema": { "type": "object", "properties": { "pg host": { "type":… 证据：`mcp_platform/template/templates/postgres/template.json`
- **Template**（structured_config）：{ "id": "trino", "name": "Trino MCP Server", "description": "Production-ready Trino MCP server for secure querying of distributed data sources with configurable access controls, authentication, and read-only mode using FastMCP and SQLAlchemy", "version": "1.0.0", "author": "Data Everything", "category": "Database", "tags": "trino", "sql", "distributed", "database", "analytics", "presto", "fastmcp", "sqlalchemy" , "docker image": "dataeverything/mcp-trino", "docker tag": "latest", "ports": { "7090": 7090 }, "command": , "transport": { "default": "http", "supported": "http", "stdio" , "port": 7090 }, "config schema": { "type": "object", "properties": { "trino host": { "type": "string", "title… 证据：`mcp_platform/template/templates/trino/template.json`
- **Template**（structured_config）：{ "name": "Zendesk MCP Server", "description": "Comprehensive Zendesk integration MCP server providing ticket management, user operations, and knowledge base access using FastMCP", "version": "1.0.0", "author": "Data Everything", "category": "Customer Support", "tags": "zendesk", "customer-support", "ticketing", "helpdesk", "fastmcp", "http" , "docker image": "dataeverything/mcp-zendesk", "docker tag": "latest", "ports": { "7072": 7072 }, "command": "python", "server.py" , "transport": { "default": "http", "supported": "http", "stdio", "sse", "streamable-http" , "port": 7072 }, "config schema": { "type": "object", "properties": { "zendesk subdomain": { "type": "string", "title": "Zendesk Su… 证据：`mcp_platform/template/templates/zendesk/template.json`
- **Init**（source_file）：all = DEFAULT CONFIG PATH = "/config" CUSTOM NAME HELP = "Custom container name" console = None logger = logging.getLogger name enhanced cli = None def main 证据：`mcp_platform/__init__.py`
- **Init**（source_file）：all = VALID BACKENDS = "docker", "kubernetes" ALL BACKENDS = VALID BACKENDS + "mock" VALID BACKENDS DICT = { ⋮---- @cached cache=TTLCache maxsize=128, ttl=60 4 def available valid backends ⋮---- backends = {} ⋮---- def get backend backend type: str = "docker", kwargs - BaseDeploymentBackend ⋮---- backend = None ⋮---- backend = DockerDeploymentService ⋮---- namespace = kwargs.get "namespace", "mcp-servers" kubeconfig path = kwargs.get "kubeconfig path" backend = KubernetesDeploymentService ⋮---- backend = MockDeploymentService 证据：`mcp_platform/backends/__init__.py`
- **Base**（source_file）：class BaseDeploymentBackend ABC ⋮---- def init self ⋮---- @property def is available self ⋮---- @abstractmethod def list deployments self, template: str = None - List Dict str, Any ⋮---- @abstractmethod def delete deployment self, deployment name: str - bool ⋮---- @abstractmethod def stop deployment self, deployment name: str, force: bool = False - bool ⋮---- @abstractmethod def connect to deployment self, deployment id: str ⋮---- @abstractmethod def cleanup dangling images self - Dict str, Any def set config self, config: Dict str, Any - None ⋮---- @staticmethod def resolve host path path ⋮---- host home = os.environ.get "HOST HOME" 证据：`mcp_platform/backends/base.py`
- **Ensure ip range is inside subnet and sane — fallback to subnet if calculation fails**（source_file）：logger = logging.getLogger name console = Console STDIO TIMEOUT = os.getenv "MCP STDIO TIMEOUT", "30" MCP PLATFORM NETWORK NAME = os.getenv "MCP PLATFORM NETWORK NAME", "mcp-platform" ⋮---- STDIO TIMEOUT = int STDIO TIMEOUT ⋮---- STDIO TIMEOUT = 30 class DockerDeploymentService BaseDeploymentBackend ⋮---- def init self, skip check: bool = False ⋮---- @property def is available self def create network self ⋮---- result = self. run command ⋮---- existing subnets = set ⋮---- out = self. run command ⋮---- inspect res = self. run command ⋮---- data = json.loads inspect res.stdout ⋮---- entries = data if isinstance data, list else data ⋮---- ipam = entry.get "IPAM", {} ⋮---- subnet = cfg.get "Sub… 证据：`mcp_platform/backends/docker.py`
- **Extract image information**（source_file）：logger = logging.getLogger name class KubernetesDeploymentService BaseDeploymentBackend ⋮---- @property def is available self def ensure kubernetes available self ⋮---- old level = logger.level ⋮---- def ensure namespace exists self, dry run: bool = False ⋮---- namespace body = client.V1Namespace ⋮---- def generate deployment name self, template id: str - str ⋮---- safe name = template id.lower .replace " ", "-" .replace " ", "-" safe name = "".join c for c in safe name if c.isalnum or c == "-" suffix = str uuid.uuid4 :8 ⋮---- """Create Helm values from template configuration and Kubernetes configuration.""" Extract image information ⋮---- k8s config = self. config image repo = template dat… 证据：`mcp_platform/backends/kubernetes.py`
- **Call deploy container to enable test mocking and failure simulation**（source_file）：logger = logging.getLogger name class MockDeploymentService BaseDeploymentBackend ⋮---- def init self ⋮---- @property def is available self ⋮---- deployment name = f"mcp-{template id}-{datetime.now .strftime '%m%d-%H%M' }-{str uuid.uuid4 :8 }" Call deploy container to enable test mocking and failure simulation image = template data.get tag = template data.get full image = f"{image}:{tag}" Extract ports and environment variables for container deployment ports = env vars = volumes = container id = self. deploy container deployment info = { ⋮---- def list deployments self, template: str = None - List Dict str, Any ⋮---- deployments = ⋮---- deployment = { ⋮---- info = self.deployments deploymen… 证据：`mcp_platform/backends/mock.py`
- **Init**（source_file）：all = 证据：`mcp_platform/cli/__init__.py`
- **Create the main Typer app**（source_file）：response formatter = ResponseFormatter class AliasGroup typer.core.TyperGroup ⋮---- CMD SPLIT P = re.compile r" ,/ ?" def get command self, ctx, cmd name ⋮---- cmd name = self. group cmd name cmd name ⋮---- def group cmd name self, default name Create the main Typer app app = typer.Typer console = Console logger = logging.getLogger name cli state = { def setup logging verbose: bool = False ⋮---- level = logging.DEBUG if verbose else logging.WARNING ⋮---- def format discovery hint discovery method: str - str ⋮---- hints = { ⋮---- def split command args args ⋮---- """ Split command line arguments into a list, handling quoted strings. This is useful for parsing command line arguments that may… 证据：`mcp_platform/cli/cli.py`
- **Global session instance**（source_file）：READLINE AVAILABLE = True ⋮---- READLINE AVAILABLE = False ⋮---- console = Console logger = logging.getLogger name COMMANDS = def setup completion ⋮---- def completer text, state ⋮---- options = line = readline.get line buffer parts = line.split ⋮---- options = cmd for cmd in COMMANDS if cmd.startswith text ⋮---- cmd = parts 0 ⋮---- session = get session templates = session.client.list templates options = t for t in templates if t.startswith text ⋮---- config keys = "backend", "timeout", "port", "host" options = k for k in config keys if k.startswith text ⋮---- history file = os.path.expanduser "~/.mcp/.mcpp history" ⋮---- class InteractiveSession ⋮---- def init self, backend type: str = "d… 证据：`mcp_platform/cli/interactive_cli.py`
- **Init**（source_file）：all = "MCPClient", "TemplateDiscovery" 证据：`mcp_platform/client/__init__.py`
- **Client**（source_file）：logger = logging.getLogger name class MCPClient ⋮---- available backends = self. multi manager.get available backends template manager = TemplateManager templates = template manager.list templates include deployed status=False ⋮---- all deployments = self. multi manager.get all deployments deployment info = {} ⋮---- template name = deployment.get "template", "unknown" backend type = deployment.get "backend type", "unknown" deployment id = deployment.get ⋮---- def validate template self, template id: str - bool def search templates self, query: str - Dict str, Dict str, Any ⋮---- all deployments = self. multi manager.get all deployments ⋮---- def list servers by template self, template: str… 证据：`mcp_platform/client/client.py`
- **Init**（source_file）：all = 证据：`mcp_platform/core/__init__.py`
- **Validate and set transport**（source_file）：logger = logging.getLogger name class DeploymentOptions class DeploymentResult ⋮---- def to dict self - Dict str, Any class DeploymentManager ⋮---- def init self, backend type: str = "docker", backend kwargs ⋮---- start time = time.time ⋮---- template info = self.template manager.get template info template id ⋮---- Validate and set transport transport result = self. validate and set transport ⋮---- volume config = config sources.pop "volume config", None config = self.config processor.prepare configuration backend config = config sources.get "backend config", None ⋮---- backend config = self.config processor. load json yaml config file template config dict = config = template config dict.ge… 证据：`mcp_platform/core/deployment_manager.py`
- **Continue with other backends**（source_file）：logger = logging.getLogger name class MultiBackendManager ⋮---- def init self, enabled backends: List str = None ⋮---- backend = get backend backend type ⋮---- Continue with other backends def get available backends self - List str ⋮---- """Get list of successfully initialized backends.""" ⋮---- """ Get deployments from all backends with backend information. Args: template name: Optional filter by template name Returns: List of deployment dictionaries with backend type field added """ all deployments = ⋮---- deployments = deployment manager.find deployments by criteria Add backend information to each deployment ⋮---- deployment with backend = deployment.copy ⋮---- def detect backend for dep… 证据：`mcp_platform/core/multi_backend_manager.py`
- **Init**（source_file）：all = "AVAILABLE TEMPLATES" AVAILABLE TEMPLATES = "demo", "github", "gitlab" 证据：`mcp_platform/template/templates/__init__.py`
- **Init**（source_file）：version = "1.0.0" author = "Data Everything" description = "Production-ready BigQuery MCP server for secure dataset querying" 证据：`mcp_platform/template/templates/bigquery/__init__.py`
- **Init**（source_file）：version = "1.0.0" all = "DemoMCPServer", "DemoServerConfig" 证据：`mcp_platform/template/templates/demo/__init__.py`
- **Init**（source_file）：version = "1.0.0" 证据：`mcp_platform/template/templates/open-elastic-search/__init__.py`
- **Init**（source_file）：all = "PostgresMCPServer", "PostgresServerConfig" 证据：`mcp_platform/template/templates/postgres/__init__.py`
- **Init**（source_file）：all = "TrinoMCPServer", "create server" 证据：`mcp_platform/template/templates/trino/__init__.py`
- **Init**（source_file）：all = "ZendeskMCPServer", "ZendeskServerConfig" version = "1.0.0" 证据：`mcp_platform/template/templates/zendesk/__init__.py`
- **Init**（source_file）：all = 证据：`mcp_platform/template/utils/__init__.py`
- **Gather template information**（source_file）：console = Console class TemplateCreator ⋮---- template id = self. prompt template id ⋮---- Gather template information ⋮---- Display summary and confirm ⋮---- Create the template ⋮---- def create config py self ⋮---- """Create config.py for the template by loading demo config and adapting it.""" Load the demo config.py as a template demo config path = self.templates dir.parent / "utils" / "config.py" ⋮---- config content = f.read config class name = template name = self.template data "name" template id = self.template data "id" template name lower = template name.lower template id lower = template id.lower replacements = { Apply replacements ⋮---- config content = config content.replace old… 证据：`mcp_platform/template/utils/creation.py`
- **Init**（source_file）：all = 证据：`mcp_platform/tools/__init__.py`
- **Init**（source_file）：ROOT DIR = Path file .parent.parent.parent PACKAGE DIR = Path file .parent.parent TEMPLATES DIR = PACKAGE DIR / "template" / "templates" TESTS DIR = ROOT DIR / "tests" def get custom templates dir - Path ⋮---- custom dir = os.environ.get "MCP CUSTOM TEMPLATES DIR" ⋮---- def get all template directories - List Path ⋮---- directories = custom dir = get custom templates dir ⋮---- class SubProcessRunDummyResult ⋮---- def init self, args=None, returncode=0, stdout=None, stderr=None def check returncode self 证据：`mcp_platform/utils/__init__.py`
- **Attribution Guidelines**（documentation）：We kindly request that any public use of the MCP Platform include a visible attribution to: 证据：`ATTRIBUTION.md`
- **MCP Server Templates - LLM Developer Guide**（documentation）：MCP Server Templates - LLM Developer Guide 证据：`PROJECT_ARCHITECTURE_GUIDE.md`
- **Init**（source_file）：version = "1.0.0" 证据：`mcp_platform/template/templates/zendesk/tests/__init__.py`
- **Demo Template Configuration Patterns**（documentation）：Demo Template Configuration Patterns 证据：`mcp_platform/template/templates/demo/CONFIGURATION_PATTERNS.md`
- **Filesystem Usage Guide**（documentation）：Local filesystem access with configurable allowed paths. 证据：`mcp_platform/template/templates/filesystem/USAGE.md`
- 其余 11 条证据见 `AI_CONTEXT_PACK.json` 或 `EVIDENCE_INDEX.json`。

## 宿主 AI 必须遵守的规则

- **把本资产当作开工前上下文，而不是运行环境。**：AI Context Pack 只包含证据化项目理解，不包含目标项目的可执行状态。 证据：`README.md`, `mcp_platform/template/templates/bigquery/README.md`, `mcp_platform/template/templates/demo/README.md`
- **回答用户时区分可预览内容与必须安装后才能验证的内容。**：安装前体验的消费者价值来自降低误装和误判，而不是伪装成真实运行。 证据：`README.md`, `mcp_platform/template/templates/bigquery/README.md`, `mcp_platform/template/templates/demo/README.md`

## 用户开工前应该回答的问题

- 你准备在哪个宿主 AI 或本地环境中使用它？
- 你只是想先体验工作流，还是准备真实安装？
- 你最在意的是安装成本、输出质量、还是和现有规则的冲突？

## 验收标准

- 所有能力声明都能回指到 evidence_refs 中的文件路径。
- AI_CONTEXT_PACK.md 没有把预览包装成真实运行。
- 用户能在 3 分钟内看懂适合谁、能做什么、如何开始和风险边界。

---

## Doramagic Context Augmentation

下面内容用于强化 Repomix/AI Context Pack 主体。Human Manual 只提供阅读骨架；踩坑日志会被转成宿主 AI 必须遵守的工作约束。

## Human Manual 骨架

使用规则：这里只是项目阅读路线和显著性信号，不是事实权威。具体事实仍必须回到 repo evidence / Claim Graph。

宿主 AI 硬性规则：
- 不得把页标题、章节顺序、摘要或 importance 当作项目事实证据。
- 解释 Human Manual 骨架时，必须明确说它只是阅读路线/显著性信号。
- 能力、安装、兼容性、运行状态和风险判断必须引用 repo evidence、source path 或 Claim Graph。

- **Platform Overview and Migration from MCP Server Templates**：importance `high`
  - source_paths: README.md, mcp_platform/__init__.py, mcp_platform/__main__.py, mcp_platform/__version__.py, pyproject.toml
- **Deployment Architecture, Backends and Infrastructure**：importance `high`
  - source_paths: mcp_platform/core/deployment_manager.py, mcp_platform/core/multi_backend_manager.py, mcp_platform/backends/base.py, mcp_platform/backends/docker.py, mcp_platform/backends/kubernetes.py
- **Templates, Template Development and Database Integrations**：importance `high`
  - source_paths: mcp_platform/template/utils/discovery.py, mcp_platform/template/utils/creation.py, mcp_platform/template/utils/__init__.py, mcp_platform/template/templates/__init__.py, mcp_platform/template/templates/demo/template.json
- **CLI, Interactive Shell, Python Client and Tool Discovery**：importance `high`
  - source_paths: mcp_platform/cli/cli.py, mcp_platform/cli/interactive_cli.py, mcp_platform/cli/__init__.py, mcp_platform/client/client.py, mcp_platform/client/__init__.py

## Repo Inspection Evidence / 源码检查证据

- repo_clone_verified: true
- repo_inspection_verified: true
- repo_commit: `d3b5d518be4dcc8be779d537699b55120415682b`
- inspected_files: `requirements.txt`, `Dockerfile`, `pyproject.toml`, `README.md`, `docs/kubernetes.md`, `docs/custom_templates.md`, `docs/faq.md`, `docs/filesystem-server-usage.md`, `docs/stdio-tool-execution.md`, `docs/index.md`, `docs/tool-discovery.md`, `docs/configuration/environment-variables.md`, `docs/user-guide/client-usage.md`, `docs/user-guide/cli-reference.md`, `docs/user-guide/monitoring.md`, `docs/development/architecture.md`, `docs/development/setup.md`, `docs/cli/interactive.md`, `docs/cli/discover-tools.md`, `docs/cli/logs.md`

宿主 AI 硬性规则：
- 没有 repo_clone_verified=true 时，不得声称已经读过源码。
- 没有 repo_inspection_verified=true 时，不得把 README/docs/package 文件判断写成事实。
- 没有 quick_start_verified=true 时，不得声称 Quick Start 已跑通。

## Doramagic Pitfall Constraints / 踩坑约束

这些规则来自 Doramagic 发现、验证或编译过程中的项目专属坑点。宿主 AI 必须把它们当作工作约束，而不是普通说明文字。

### Constraint 1: 能力判断依赖假设

- Trigger: README/documentation is current enough for a first validation pass.
- Host AI rule: 将假设转成下游验证清单。
- Why it matters: 假设不成立时，用户拿不到承诺的能力。
- Evidence: capability.assumptions | https://github.com/Data-Everything/MCP-Platform | README/documentation is current enough for a first validation pass.
- Hard boundary: 不要把这个坑点包装成已解决、已验证或可忽略，除非后续验证证据明确证明它已经关闭。

### Constraint 2: 维护活跃度未知

- Trigger: 未记录 last_activity_observed。
- Host AI rule: 补 GitHub 最近 commit、release、issue/PR 响应信号。
- Why it matters: 新项目、停更项目和活跃项目会被混在一起，推荐信任度下降。
- Evidence: evidence.maintainer_signals | https://github.com/Data-Everything/MCP-Platform | last_activity_observed missing
- Hard boundary: 不要把这个坑点包装成已解决、已验证或可忽略，除非后续验证证据明确证明它已经关闭。

- Trigger: no_demo
- Evidence: downstream_validation.risk_items | https://github.com/Data-Everything/MCP-Platform | no_demo; severity=medium
- Hard boundary: 不要把这个坑点包装成已解决、已验证或可忽略，除非后续验证证据明确证明它已经关闭。

### Constraint 4: 存在评分风险

- Trigger: no_demo
- Why it matters: 风险会影响是否适合普通用户安装。
- Evidence: risks.scoring_risks | https://github.com/Data-Everything/MCP-Platform | no_demo; severity=medium
- Hard boundary: 不要把这个坑点包装成已解决、已验证或可忽略，除非后续验证证据明确证明它已经关闭。

### Constraint 5: 来源证据：[BUG] Bigquery template docs has wrong information about how to call tools

- Trigger: GitHub 社区证据显示该项目存在一个安全/权限相关的待验证问题：[BUG] Bigquery template docs has wrong information about how to call tools
- Host AI rule: 来源显示可能已有修复、规避或版本变化，说明书中必须标注适用版本。
- Why it matters: 可能影响授权、密钥配置或安全边界。
- Evidence: community_evidence:github | https://github.com/Data-Everything/MCP-Platform/issues/27 | 来源讨论提到 docker 相关条件，需在安装/试用前复核。
- Hard boundary: 不要把这个坑点包装成已解决、已验证或可忽略，除非后续验证证据明确证明它已经关闭。

### Constraint 6: 来源证据：[BUG] Github workflow build-docs failing

- Trigger: GitHub 社区证据显示该项目存在一个安全/权限相关的待验证问题：[BUG] Github workflow build-docs failing
- Why it matters: 可能影响授权、密钥配置或安全边界。
- Evidence: community_evidence:github | https://github.com/Data-Everything/MCP-Platform/issues/43 | 来源讨论提到 python 相关条件，需在安装/试用前复核。
- Hard boundary: 不要把这个坑点包装成已解决、已验证或可忽略，除非后续验证证据明确证明它已经关闭。

### Constraint 7: 来源证据：[BUG] Templates specific documentation inconsistent

- Trigger: GitHub 社区证据显示该项目存在一个安全/权限相关的待验证问题：[BUG] Templates specific documentation inconsistent
- Host AI rule: 来源显示可能已有修复、规避或版本变化，说明书中必须标注适用版本。
- Why it matters: 可能影响授权、密钥配置或安全边界。
- Evidence: community_evidence:github | https://github.com/Data-Everything/MCP-Platform/issues/28 | 来源讨论提到 docker 相关条件，需在安装/试用前复核。
- Hard boundary: 不要把这个坑点包装成已解决、已验证或可忽略，除非后续验证证据明确证明它已经关闭。

### Constraint 8: 来源证据：[FEATURE] Bigquery mcp server

- Trigger: GitHub 社区证据显示该项目存在一个安全/权限相关的待验证问题：[FEATURE] Bigquery mcp server
- Host AI rule: 来源显示可能已有修复、规避或版本变化，说明书中必须标注适用版本。
- Why it matters: 可能影响授权、密钥配置或安全边界。
- Evidence: community_evidence:github | https://github.com/Data-Everything/MCP-Platform/issues/20 | 来源讨论提到 python 相关条件，需在安装/试用前复核。
- Hard boundary: 不要把这个坑点包装成已解决、已验证或可忽略，除非后续验证证据明确证明它已经关闭。

### Constraint 9: 来源证据：[FEATURE] Replicate postgres template to create new snowflake template

- Trigger: GitHub 社区证据显示该项目存在一个安全/权限相关的待验证问题：[FEATURE] Replicate postgres template to create new snowflake template
- Why it matters: 可能影响授权、密钥配置或安全边界。
- Evidence: community_evidence:github | https://github.com/Data-Everything/MCP-Platform/issues/41 | 来源讨论提到 python 相关条件，需在安装/试用前复核。
- Hard boundary: 不要把这个坑点包装成已解决、已验证或可忽略，除非后续验证证据明确证明它已经关闭。

### Constraint 10: 来源证据：[FEATURE] Snowflake MCP server

- Trigger: GitHub 社区证据显示该项目存在一个安全/权限相关的待验证问题：[FEATURE] Snowflake MCP server
- Host AI rule: 来源显示可能已有修复、规避或版本变化，说明书中必须标注适用版本。
- Why it matters: 可能影响授权、密钥配置或安全边界。
- Evidence: community_evidence:github | https://github.com/Data-Everything/MCP-Platform/issues/24 | 来源讨论提到 python 相关条件，需在安装/试用前复核。
- Hard boundary: 不要把这个坑点包装成已解决、已验证或可忽略，除非后续验证证据明确证明它已经关闭。
