Merge pull request #11526 from aurumflux20/add-effectfence

Add effectfence — causal effect fence for agent tool calls (Rust)
This commit is contained in:
Frank Fiegel
2026-09-07 08:25:36 -06:00
committed by GitHub
+1
View File
@@ -1164,6 +1164,7 @@ Data Platforms for data integration, transformation and pipeline orchestration.
### 💻 <a name="developer-tools"></a>Developer Tools
- [om-tajne/pkgdiet](https://github.com/om-tajne/pkgdiet) [![om-tajne/pkgdiet MCP server](https://glama.ai/mcp/servers/om-tajne/pkgdiet/badges/score.svg)](https://glama.ai/mcp/servers/om-tajne/pkgdiet) 📇 🏠 🍎 🪟 🐧 - AST-based dependency analyzer that flags unused packages, calculates actual install sizes, and catches unmaintained legacy bloat. `npx pkgdiet mcp`
- [2ools/mcp-server](https://github.com/2ools/mcp-server) [![2ools/mcp-server MCP server](https://glama.ai/mcp/servers/2ools/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/2ools/mcp-server) 🎖️ 📇 ☁️ 🍎 🪟 🐧 - Turn what your assistant just built into a durable, versioned project. One free authless tool (`create_public_preview`) renders a standalone HTML document as a real shareable URL; 42 more cover projects, refinement, version comparison, separately-delegated approvals, artifacts, work assignments and source export. Build authority and review authority are deliberately separate scopes. Remote Streamable HTTP, OAuth 2.1 + PKCE. `https://2ools.app/mcp`
- [aurumflux20/effectfence](https://github.com/aurumflux20/effectfence) [![aurumflux20/effectfence MCP server](https://glama.ai/mcp/servers/aurumflux20/effectfence/badges/score.svg)](https://glama.ai/mcp/servers/aurumflux20/effectfence) 🦀 🏠 🍎 🪟 🐧 - Causal effect fence for agent tool calls: stops double-charges and duplicate side effects. Same-instant races elect exactly one winner; late duplicates replay a sealed, content-addressed receipt (fence_prepare / fence_commit / fence_abort). Ships a 1,000-attempt storm demo enforced in CI. `npx -y effectfence` (prebuilt binaries for macOS, Windows and Linux — no Rust toolchain) or `cargo install effectfence`.
- [baobabcat/demandscope](https://github.com/baobabcat/demandscope) [![baobabcat/demandscope MCP server](https://glama.ai/mcp/servers/baobabcat/demandscope/badges/score.svg)](https://glama.ai/mcp/servers/baobabcat/demandscope) 🐍 🏠 🍎 🪟 🐧 - Demand-signal scanner for validating digital-product and dev-tool ideas: query GitHub repo signals, Hacker News attention, and npm/PyPI download counts through six stdio tools with TTL caching and backoff. Dependency-free, no API keys. Listed on the official MCP Registry (`io.github.baobabcat/demandscope`).
- [hivemindunit/llmintel-mcp](https://github.com/hivemindunit/llmintel-mcp) [![hivemindunit/llmintel-mcp MCP server](https://glama.ai/mcp/servers/hivemindunit/llmintel-mcp/badges/score.svg)](https://glama.ai/mcp/servers/hivemindunit/llmintel-mcp) 📇 ☁️ - Check whether an LLM model id is deprecated, retiring, or retired, and what to migrate to. Covers OpenAI, Anthropic, Azure, Bedrock, Google, and Cohere. No API key. `npx -y @llmintel/mcp` or `https://llmintel.ai/v1/mcp`
- [jubstaaa/hono-telescope](https://github.com/jubstaaa/hono-telescope) [![Jubstaaa/hono-telescope MCP server](https://glama.ai/mcp/servers/Jubstaaa/hono-telescope/badges/score.svg)](https://glama.ai/mcp/servers/Jubstaaa/hono-telescope) 📇 🏠 - Debugging for [Hono](https://hono.dev) apps whose dashboard is also an MCP server: read the running application's recent exceptions with the request that produced them and that request's logs and queries, recent requests filtered by status or duration, one request in full, and the slowest queries. Read-only, five tools, zero runtime dependencies. `npm i hono-telescope`, then `claude mcp add --transport http telescope http://localhost:3000/telescope/mcp`.