feat(qveris): add QVeris MCP plugin - #5
Open
FairyZhang-sunny wants to merge 1 commit into
Open
Conversation
FairyZhang-sunny
requested review from
jacksonliuyn and
panda920
as code owners
September 1, 2026 13:24
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What / 改动内容
Adds the official QVeris integration to the ZCode public plugin marketplace.
新增 QVeris 官方集成至 ZCode 公开插件广场。
@qverisai/mcp@0.14.0package.discover→inspect→probe→callworkflow, including billing and external-side-effect safeguards.qveris0.1.0in theutilitiesmarketplace category.User-visible behavior / 用户可见行为
After installing the plugin and making
QVERIS_API_KEYavailable to the ZCode desktop process, users get a plugin-bundled QVeris MCP server plus Agent guidance for discovering and invoking external APIs and live data capabilities.安装插件并让 ZCode 桌面进程读取
QVERIS_API_KEY后,用户可使用插件内置的 QVeris MCP 服务,并由 Skill 引导 Agent 发现和调用外部 API 与实时数据能力。Dependencies, network access, and side effects / 依赖、网络与副作用
18.2+,npx, a QVeris account, andQVERIS_API_KEYsupplied through the process environment.@qverisai/mcp@0.14.0.calloperations consume QVeris credits or cause provider-side state changes. The bundled skill requires confirmation when the current user request has not already authorized the material effect..qveris/exports/only when explicitly requested.Verification / 验证
python3 scripts/validate.py— passed (17 plugin(s) validated)python3 scripts/build_dist.py— passed (17 plugin artifact(s), QVeris artifact built)git diff --check— passed@qverisai/mcp@0.14.0package — initialize andtools/listpassed; 9 tools exposed; dummy key only and no external callFull installation through the ZCode plugin UI has not yet been exercised from this checkout. The existing QVeris hosted MCP endpoint was independently confirmed to initialize successfully, but this PR's install path should still receive one marketplace-install smoke test during review.
Self-check / 自查清单
plugins/qverisversionis0.1.0in BOTHplugin.jsonandmarketplace.jsonREADME.md(EN) andREADME_CN.md(中文) are equivalentdescription_i18nhas bothenandzh-CNpython3 scripts/validate.pyandpython3 scripts/build_dist.pypass locally