@jaypie/mcp 0.8.40 → 0.8.41
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.
|
@@ -9,7 +9,7 @@ import { gt } from 'semver';
|
|
|
9
9
|
/**
|
|
10
10
|
* Docs Suite - Documentation services (skill, version, release_notes)
|
|
11
11
|
*/
|
|
12
|
-
const BUILD_VERSION_STRING = "@jaypie/mcp@0.8.
|
|
12
|
+
const BUILD_VERSION_STRING = "@jaypie/mcp@0.8.41#6186c609"
|
|
13
13
|
;
|
|
14
14
|
const __filename$1 = fileURLToPath(import.meta.url);
|
|
15
15
|
const __dirname$1 = path.dirname(__filename$1);
|
package/package.json
CHANGED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
---
|
|
2
|
+
version: 1.2.23
|
|
3
|
+
date: 2026-04-18
|
|
4
|
+
summary: Split query from path and add content metadata to express session report
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Changes
|
|
8
|
+
|
|
9
|
+
- `expressHandler` session report now separates `query` from `path`. Query parameters are sorted alphabetically so `/ping?name=World&salutation=Hello` and `/ping?salutation=Hello&name=World` produce the same report entry.
|
|
10
|
+
- Adds `contentType` and `contentLength` to the `log.report` payload, populated from the request `content-type` and `content-length` headers.
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
---
|
|
2
|
+
version: 1.2.41
|
|
3
|
+
date: 2026-04-18
|
|
4
|
+
summary: Pull in @jaypie/express 1.2.23 with enhanced session report
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Changes
|
|
8
|
+
|
|
9
|
+
- Bumps `@jaypie/express` to `^1.2.23` which splits `query` from `path` and adds `contentType` / `contentLength` to the session report.
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
---
|
|
2
|
+
version: 0.8.41
|
|
3
|
+
date: 2026-04-18
|
|
4
|
+
summary: Add release notes for express 1.2.23 and jaypie 1.2.41
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Changes
|
|
8
|
+
|
|
9
|
+
- Adds release notes for `@jaypie/express` 1.2.23 (split query from path, report contentType/contentLength).
|
|
10
|
+
- Adds release notes for `jaypie` 1.2.41.
|