@n24q02m/mcp-core 1.25.4 → 1.25.5

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 +9 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -54,6 +54,7 @@
54
54
  - [Documentation](#documentation)
55
55
  - [Design Philosophy](#design-philosophy)
56
56
  - [Development](#development)
57
+ - [Versioning](#versioning)
57
58
  - [License](#license)
58
59
 
59
60
  mcp-core is the shared foundation for the n24q02m MCP servers: a Streamable
@@ -343,6 +344,14 @@ bun run check
343
344
  bun run build
344
345
  ```
345
346
 
347
+ ## Versioning
348
+
349
+ Releases follow [semantic versioning](https://semver.org/) and are cut
350
+ automatically by semantic-release from `main`. All three packages share one
351
+ version number. Breaking changes bump the major version and are recorded in
352
+ [CHANGELOG.md](CHANGELOG.md) and the
353
+ [migration guide](https://mcp.n24q02m.com/servers/mcp-core/migration/).
354
+
346
355
  ## License
347
356
 
348
357
  [Apache-2.0](LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@n24q02m/mcp-core",
3
- "version": "1.25.4",
3
+ "version": "1.25.5",
4
4
  "description": "Unified MCP Streamable HTTP 2025-11-25 transport, OAuth 2.1 AS, lifecycle, install",
5
5
  "keywords": [
6
6
  "mcp",
@@ -90,9 +90,9 @@
90
90
  "better-sqlite3"
91
91
  ],
92
92
  "devDependencies": {
93
- "@biomejs/biome": "^2.5.13",
93
+ "@biomejs/biome": "^2.5.14",
94
94
  "@types/better-sqlite3": "^9.6.0",
95
- "@types/node": "^26.6.0",
95
+ "@types/node": "^26.6.1",
96
96
  "@vitest/coverage-v8": "^5.0.1",
97
97
  "typescript": "^7.0.2",
98
98
  "vitest": "^5.0.1"