知识库

Eye(FR) → Mill(skill) → Library(/app)

← 返回列表
Hacker News · 2026-05-17 · 已成文 · 来源 file

从收藏补写:Show HN: Save Context from MCP Bloat — 与 agent/MCP/编排/成本相关,沉淀可执行观察。

为什么重要

历史 star 是处理集;Mode B 补写把 star 与知识文重新相连,修复清未读时只 mark_read 的断档。

正文

从收藏补写:Show HN: Save Context from MCP Bloat — 与 agent/MCP/编排/成本相关,沉淀可执行观察。

Claim

从收藏补写:Show HN: Save Context from MCP Bloat — 与 agent/MCP/编排/成本相关,沉淀可执行观察。

Why it matters

历史 star 是处理集;Mode B 补写把 star 与知识文重新相连,修复清未读时只 mark_read 的断档。

Summary

Favorite backfill for: Show HN: Save Context from MCP Bloat URL: https://github.com/healqq/mcp-content-guard

Actions

  • (none)

Evidence

  • (none)

Caveats

  • (none)

Research queries

  • (none)

Body

正文

背景

该条为 FreshRSS 已 star、清未读时未走沉淀的条目;Mode B 从 favorite 无 ka 队列 1:1 补写。

机制

围绕「Show HN: Save Context from MCP Bloat」:结合 URL 与标题中的 agent/工具链信号,落到工程选型、成本或治理动作。

取舍

收藏不等于必成文:弱八卦/招聘已 discard;本条判为可沉淀但研究深度为补写级(非杂志重研),caveats 诚实。

动作

  • 打开原文核对是否值得更深研
  • 相关能力并入内部 skill/清单
  • 同主题多 star 时考虑 composed_from 合并

结合的源文章

主源
Show HN: Save Context from MCP Bloat
打开原文 ↗

原文快照

展开 / 收起快照

While doing some work recently I didn't notice that a project I didn't touch for a while was using playwright-mcp instead of playwright-cli. I only noticed it because context was getting full unreasonably fast. I've realized that one of the main differences is that agent would pipe CLI results to some filter right away, but this was not possible with MCP, so it would get whole a11y snapshot of the page every time.

I've created a small wrapper for MCP servers that checks response sizes and forces agent to use filter on the response if response is large enough. In my tests (https://github.com/healqq/mcp-content-guard/blob/main/bench/...) it managed to save a decent amount of tokens while solving certain tasks (while added a bit of overhead in other tasks).

It works with both local and remote MCPs. Would be happy to hear your feedback and if that could be valuable for you!


Comments URL: https://news.ycombinator.com/item?id=48166327

Points: 2

# Comments: 0