@n24q02m/mcp-core 1.24.3 → 1.24.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.
- package/README.md +14 -1
- 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
|
+
[](https://github.com/n24q02m/mcp-core/actions/workflows/ci.yml)
|
|
7
|
+
[](https://codecov.io/gh/n24q02m/mcp-core)
|
|
8
|
+
[](https://pypi.org/project/n24q02m-mcp-core/)
|
|
9
|
+
[](https://www.npmjs.com/package/@n24q02m/mcp-core)
|
|
10
|
+
[](LICENSE)
|
|
11
|
+
|
|
12
|
+
<!-- Badge Row 2: Tech -->
|
|
13
|
+
[](#)
|
|
14
|
+
[](#)
|
|
15
|
+
[](https://github.com/python-semantic-release/python-semantic-release)
|
|
16
|
+
[](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)
|