@n24q02m/mcp-core 1.24.2 → 1.24.4

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 +14 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,19 @@
2
2
 
3
3
  **Shared foundation for building MCP servers -- Streamable HTTP transport, OAuth 2.1, browser-based credential setup, and a shared embedding daemon.**
4
4
 
5
+ <!-- Badge Row 1: Status -->
6
+ [![CI](https://github.com/n24q02m/mcp-core/actions/workflows/ci.yml/badge.svg)](https://github.com/n24q02m/mcp-core/actions/workflows/ci.yml)
7
+ [![codecov](https://codecov.io/gh/n24q02m/mcp-core/graph/badge.svg)](https://codecov.io/gh/n24q02m/mcp-core)
8
+ [![PyPI](https://img.shields.io/pypi/v/n24q02m-mcp-core?logo=pypi&logoColor=white)](https://pypi.org/project/n24q02m-mcp-core/)
9
+ [![npm](https://img.shields.io/npm/v/@n24q02m%2Fmcp-core?logo=npm&logoColor=white)](https://www.npmjs.com/package/@n24q02m/mcp-core)
10
+ [![License: Apache-2.0](https://img.shields.io/github/license/n24q02m/mcp-core)](LICENSE)
11
+
12
+ <!-- Badge Row 2: Tech -->
13
+ [![Python](https://img.shields.io/badge/Python-3776AB?logo=python&logoColor=white)](#)
14
+ [![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?logo=typescript&logoColor=white)](#)
15
+ [![semantic-release](https://img.shields.io/badge/semantic--release-e10079?logo=semantic-release&logoColor=white)](https://github.com/python-semantic-release/python-semantic-release)
16
+ [![Renovate](https://img.shields.io/badge/renovate-enabled-1A1F6C?logo=renovatebot&logoColor=white)](https://developer.mend.io/)
17
+
5
18
  <!-- BEGIN: AUTO-GENERATED-CROSS-PROMO -->
6
19
  <details>
7
20
  <summary><strong>Sister projects from n24q02m</strong> (click to expand)</summary>
@@ -332,4 +345,4 @@ bun run build
332
345
 
333
346
  ## License
334
347
 
335
- Apache-2.0
348
+ [Apache-2.0](LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@n24q02m/mcp-core",
3
- "version": "1.24.2",
3
+ "version": "1.24.4",
4
4
  "description": "Unified MCP Streamable HTTP 2025-11-25 transport, OAuth 2.1 AS, lifecycle, install",
5
5
  "keywords": [
6
6
  "mcp",