Skip to main content
Glama
beepboop2025

myquantdoesntspeakenglish

我的量化系统不会说英语

Liquidity Lab 系列产品的公共编辑与广告门户: Seiche、LiquiLens 和 LiquiLens—Undertow。

该网站在构建时消费每个产品的结构化编辑源。其 SOURCE_PUBLISHED 网站模式为每条来源标记为已发布的记录生成一个 MyQuant 阅读页面,同时保留专家的规范 URL、精确 声明、证据时钟、指纹和限制。移动应用信息流 独立地处于 SUSPENDED 状态,且包含零条故事。

公共网站有两条明确的通道:

  • Interpreted:对 Seiche、LiquiLens 和 Undertow 工作的通俗英语解读;

  • MyQuant Analysis:独立来源的关于重要新闻的内部报道。

Interpreted 通道包含经过评审的长文和 LiquiLens 历史案例 档案。案例档案分别显示每个透镜的 HITMISSVOID 状态,并 说明回放是否被重建。它们不会被静默地 提升为实时调用或经过验证的回测证据。

内部报道存放在 content/ 中,且必须声明其来源、 贡献、限制和发布状态。

npm test
npm run sync
npm run dev

构建过程没有运行时依赖。如果某个来源暂时不可用, 它会使用该来源最后一次成功的 data/cache.json 切片,并在 生成的页面中打印覆盖状态。LiquiLens 桌面频道额外 固定到 liquilens.desk-bit-feed.v1;如果根模式缺失或变更, 则视为上游契约失败,因此构建会保留最后接受的频道,并将 LiquiLens 标记为 cached/degraded,而不是对未知结构进行规范化。

公共 API 和 MCP

该产品暴露只读的发现能力,不涉及账户或用户状态:

  • GET /api/v1/capabilities 描述编辑、信息流和证据表面;

  • GET /api/v1/health 返回非敏感的兼容性心跳;

  • POST /mcp 提供无状态的 MCP 发现和健康工具。

  • GET /openapi.json 是精选的 REST 契约;

  • GET /.well-known/ai-catalog.jsonGET /.well-known/mcp.json 暴露 公共 AI/MCP 发现,注册表清单位于 GET /server.json

产品版本(0.1.0)、REST 契约(myquant.editorial/1.1)和 MCP 服务器(2.0.0)保持独立。公共健康检查还会在可用时报告 Vercel 的精确 部署 Git SHA,从而允许定时冒烟测试和注册表 发布将实时端点绑定到经过评审的提交。

注册表验证使用 MYQUANT_USE_REVIEWED_CACHE=1 构建;这会使用 已提交的证据收据,而不是在发布 SHA 已被选定后 拉取不同的编辑线路。

MCP 端点支持当前的每请求协议元数据以及 列出的遗留协议握手。遗留的 Mcp-Session-Id 头 出于兼容性而被接受,但绝不会创建服务器端会话。跨源 MCP 请求仅限于配置的 MyQuant 站点源;REST 元数据保持公开且可缓存。

Related MCP server: MCP Manager

评审后的影子副本

模型输出绝不会进入网络或定时同步路径。操作员可以 使用以下方式导入一个不可变的、已经过验证的候选:

npm run app-copy:import -- \
  --packet /absolute/path/evidence-packet.json \
  --candidate /absolute/path/draft.json \
  --validator /absolute/path/validation.json \
  --review /absolute/path/public-copy-review.json

导入器检查精确的文件哈希、来源 ID 和指纹、证据 数据包和验证器绑定、支持指针、仅影子权限、不可变的 教师/模型修订,以及双人评审的裁决。来源修订会使 副本立即失去资格:网站使用其确定性的 SOURCE_GROUNDED 说明,而应用版本则省略该记录。参见 docs/APP-COPY-IMPORT.md 了解评审收据契约。

定时 sync evidence 工作流检查七个发布 频道,时间分别为 02:17、08:17、14:17 和 20:17 UTC。证据指纹发生变化会产生一个 小的内容提交,这将成为部署触发器;如果网络没有变化, 则不会产生提交,也不会重新部署。频率是一种检查节奏,而不是配额。

编辑规则

自动化可以收集并规范化已发布的记录。它不得制造 事实、从缺失的信息流中静默推断,或发布未经 content/README.md 中描述的来源和证据字段的内部报道。

网站归档模式是一种操作员分发指令,而不是声称 每个来源记录都获得了法律或监管许可。更正、 反向链接、规范链接、内容边界和紧急停止功能保持 有效。首页使用由 assets/media/ 中记录的已批准应用创意衍生出的第一方静默剪辑。

F
license - not found
Not graded
quality - not tested
C
maintenance

Related MCP Servers

  • A
    license
    Not graded
    quality
    Not graded
    maintenance
    Stores metadata for MCP servers and provides smart search capabilities, allowing users to find appropriate MCP servers for their queries and route requests to the most suitable server.
    12
  • A
    license
    Not graded
    quality
    B
    maintenance
    Self-hosted MCP proxy and aggregation platform. Register multiple upstream MCP servers and expose them through a single unified endpoint with namespace routing, multi-transport support (HTTP/SSE, stdio, OpenAPI→MCP), per-tool overrides, and a web admin UI.
    16
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Lightweight Model Context Protocol gateway that exposes one entry point for multiple downstream MCP services, enabling efficient tool discovery and routing.
    84
    MIT

View all related MCP servers

Related MCP Connectors

  • NOAA and ECMWF weather forecast MCP for discovery, validation, and GribStream OAuth queries.

  • Workflow diagnostics, capability routing, and x402 settlement for MCP-compatible agents.

  • MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/beepboop2025/myquantdoesntspeakenglish'

If you have feedback or need assistance with the MCP directory API, please join our Discord server