@debugai/mcp 2.4.2 → 2.4.3

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.
Files changed (2) hide show
  1. package/README.md +10 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -233,6 +233,16 @@ Recent server-side work, all of it live for agents already:
233
233
  - pytest, unittest, jest, vitest and mocha output yields real file paths, so a
234
234
  failing test gets cross-file context instead of none.
235
235
 
236
+ **2.4.2**: the bundled server prints the memory it advertises. This package and
237
+ the copy bundled in the VS Code extension are the same server, and only this one
238
+ was rendering the recurrence count and confirmed fix that both of them promise an
239
+ agent at connect time. The section is now one module both copies call, so there
240
+ is nothing left to keep in step by hand.
241
+
242
+ **2.4.1**: two tool descriptions repaired. An em-dash strip had cut both of them
243
+ mid-sentence, which matters more here than it reads: a tool description is the
244
+ only thing an agent sees before deciding whether to call this server at all.
245
+
236
246
  **2.4.0**: `report_outcome` gains `unused`. An agent that solved the problem its
237
247
  own way had to report `failed`, which marks a fix as tried and beaten when
238
248
  nothing of ours was ever run. Both tool surfaces, the npm server and the one
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@debugai/mcp",
3
- "version": "2.4.2",
3
+ "version": "2.4.3",
4
4
  "mcpName": "io.github.1shizaan/debugai-mcp",
5
5
  "description": "DebugAI MCP server. One command sets it up in Claude Desktop, Claude Code, Cursor, Zed, Windsurf, Cline or any MCP client: browser sign-in, no key pasting, no config editing.",
6
6
  "license": "MIT",