@event4u/agent-config 1.41.0 → 1.41.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/marketplace.json +1 -1
- package/CHANGELOG.md +23 -0
- package/docs/DISTRIBUTION_CHECKLIST.md +2 -2
- package/docs/contracts/mcp-discovery-phase-notice.md +6 -2
- package/docs/contracts/mcp-tool-stub-envelope.md +2 -2
- package/package.json +1 -1
- package/scripts/mcp_server/consumer_tool_catalog.json +1 -1
- package/scripts/mcp_server/telemetry.py +1 -1
- package/scripts/mcp_telemetry_health.py +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -318,6 +318,29 @@ our recommendation order, not its support status.
|
|
|
318
318
|
users" tension without removing any path that an existing user
|
|
319
319
|
might rely on.
|
|
320
320
|
|
|
321
|
+
## [1.41.2](https://github.com/event4u-app/agent-config/compare/1.41.1...1.41.2) (2026-05-12)
|
|
322
|
+
|
|
323
|
+
### Documentation
|
|
324
|
+
|
|
325
|
+
* **roadmap:** invert portable-runtime to npx-only distribution ([f8f6594](https://github.com/event4u-app/agent-config/commit/f8f65944490f69528616d21f4aa008c7c3d0bfa9))
|
|
326
|
+
|
|
327
|
+
Tests: 3173 (+0 since 1.41.1)
|
|
328
|
+
|
|
329
|
+
## [1.41.1](https://github.com/event4u-app/agent-config/compare/1.41.0...1.41.1) (2026-05-12)
|
|
330
|
+
|
|
331
|
+
### Documentation
|
|
332
|
+
|
|
333
|
+
* **mcp:** promote durable strategy to agents/contexts; unhook contracts from roadmap ([f9e7278](https://github.com/event4u-app/agent-config/commit/f9e727895e75aa74c712ce628811527a5b982f98))
|
|
334
|
+
* **mcp:** add stability frontmatter to discovery-phase-notice contract ([0aacd0b](https://github.com/event4u-app/agent-config/commit/0aacd0b69849029db19985aa08591d52bb5a677b))
|
|
335
|
+
* **mcp:** re-anchor roadmap links to archive path ([cbbd77c](https://github.com/event4u-app/agent-config/commit/cbbd77c29a2847db8e69e7e56457dcc1b794b307))
|
|
336
|
+
|
|
337
|
+
### Chores
|
|
338
|
+
|
|
339
|
+
* **mcp:** re-anchor roadmap citations in scripts to archive path ([71cac67](https://github.com/event4u-app/agent-config/commit/71cac67cc90b2e42bfa3455f0429791e4bedc60f))
|
|
340
|
+
* **roadmap:** close road-to-mcp-full-coverage and archive ([32c2542](https://github.com/event4u-app/agent-config/commit/32c25424fd5b078074c703cb03fb57731ae78f6f))
|
|
341
|
+
|
|
342
|
+
Tests: 3173 (+0 since 1.41.0)
|
|
343
|
+
|
|
321
344
|
## [1.41.0](https://github.com/event4u-app/agent-config/compare/1.40.0...1.41.0) (2026-05-12)
|
|
322
345
|
|
|
323
346
|
### Features
|
|
@@ -69,7 +69,7 @@ are not roadmap steps.
|
|
|
69
69
|
- **Doc anchor:** none yet.
|
|
70
70
|
- **Action:** Submit to Smithery once the MCP server can be installed
|
|
71
71
|
and exercised end-to-end.
|
|
72
|
-
- **Pre-conditions:** [`road-to-mcp-full-coverage.md`](../agents/roadmaps/road-to-mcp-full-coverage.md)
|
|
72
|
+
- **Pre-conditions:** [`road-to-mcp-full-coverage.md`](../agents/roadmaps/archive/road-to-mcp-full-coverage.md)
|
|
73
73
|
Phase 3 (Selective Implementation) shipped.
|
|
74
74
|
- **Notes:** **Do not submit before the gate.** Premature listing
|
|
75
75
|
produces a bad first impression and is hard to retract.
|
|
@@ -165,5 +165,5 @@ loop.
|
|
|
165
165
|
§ "External distribution (human-gated, not agent-executable)" —
|
|
166
166
|
sibling roadmap. H4 (Medium / CFP) and H5 (screencasts) are
|
|
167
167
|
`[-]` cancelled there with back-references to the entries above.
|
|
168
|
-
- [`agents/roadmaps/road-to-mcp-full-coverage.md`](../agents/roadmaps/road-to-mcp-full-coverage.md)
|
|
168
|
+
- [`agents/roadmaps/road-to-mcp-full-coverage.md`](../agents/roadmaps/archive/road-to-mcp-full-coverage.md)
|
|
169
169
|
Phase 3 — pre-condition for the Smithery item.
|
|
@@ -1,9 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
stability: experimental
|
|
3
|
+
---
|
|
4
|
+
|
|
1
5
|
# MCP Discovery-Phase Notice
|
|
2
6
|
|
|
3
7
|
**Audience:** MCP consumers integrating with `event4u/agent-config` — host
|
|
4
8
|
applications, CLIs, agents calling our stdio server or the Cloudflare Worker.
|
|
5
|
-
**Status:** active
|
|
6
|
-
[`
|
|
9
|
+
**Status:** active under the Discovery-First MCP coverage strategy
|
|
10
|
+
([`mcp-coverage-strategy.md`](../../agents/contexts/mcp-coverage-strategy.md)).
|
|
7
11
|
|
|
8
12
|
## What you will see
|
|
9
13
|
|
|
@@ -4,8 +4,8 @@ stability: experimental
|
|
|
4
4
|
|
|
5
5
|
# MCP Tool Stub Envelope — Phase 1 Discovery Contract
|
|
6
6
|
|
|
7
|
-
> **Status:** Active · governs
|
|
8
|
-
> [`
|
|
7
|
+
> **Status:** Active · governs the Discovery-First MCP coverage strategy
|
|
8
|
+
> ([`mcp-coverage-strategy.md`](../../agents/contexts/mcp-coverage-strategy.md)).
|
|
9
9
|
> **Stability:** experimental — internal index reference only per
|
|
10
10
|
> `STABILITY.md`.
|
|
11
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema_version": 1,
|
|
3
|
-
"description": "Source-of-truth catalog of consumer-relevant MCP tools. Read by the stdio server (scripts/mcp_server/) and packed into the Cloud Worker bundle (workers/mcp/). Phase 1 of road-to-mcp-full-coverage: tools without 'implemented' transports return the 'not_implemented' envelope defined in docs/contracts/mcp-tool-stub-envelope.md. The 'implemented_on' field lists transports where the real handler is wired; everything else is a discovery stub. See agents/roadmaps/road-to-mcp-full-coverage.md.",
|
|
3
|
+
"description": "Source-of-truth catalog of consumer-relevant MCP tools. Read by the stdio server (scripts/mcp_server/) and packed into the Cloud Worker bundle (workers/mcp/). Phase 1 of road-to-mcp-full-coverage: tools without 'implemented' transports return the 'not_implemented' envelope defined in docs/contracts/mcp-tool-stub-envelope.md. The 'implemented_on' field lists transports where the real handler is wired; everything else is a discovery stub. See agents/roadmaps/archive/road-to-mcp-full-coverage.md.",
|
|
4
4
|
"install_hint_stdio": "pip install agent-config[mcp] && ./agent-config mcp:run",
|
|
5
5
|
"tools": [
|
|
6
6
|
{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"""MCP telemetry sink — Phase 1 J4 instrumentation.
|
|
2
2
|
|
|
3
|
-
Per ``agents/roadmaps/road-to-mcp-full-coverage.md`` §Phase 1 J4 +
|
|
3
|
+
Per ``agents/roadmaps/archive/road-to-mcp-full-coverage.md`` §Phase 1 J4 +
|
|
4
4
|
``docs/contracts/mcp-tool-stub-envelope.md``, both transports log every
|
|
5
5
|
``tools/call`` with ``{tool_name, client_id_hash, ts, transport,
|
|
6
6
|
outcome}``. Payload bodies are never logged; the client identifier is
|
|
@@ -6,7 +6,7 @@ one record inside a configurable window (default 24 h). Exits non-zero
|
|
|
6
6
|
on silence so the caller's alert sink — Sentry, email, GitHub Actions
|
|
7
7
|
failure, cron mailer — fires.
|
|
8
8
|
|
|
9
|
-
Per ``agents/roadmaps/road-to-mcp-full-coverage.md`` §Phase 1 J6, the
|
|
9
|
+
Per ``agents/roadmaps/archive/road-to-mcp-full-coverage.md`` §Phase 1 J6, the
|
|
10
10
|
healthcheck protects Phase 2 K1 against waking to an empty dataset: a
|
|
11
11
|
silent telemetry pipeline must be visible *during* Phase 1, not after
|
|
12
12
|
the observation window closes.
|