@n24q02m/mcp-core 1.22.0-beta.2 → 1.22.0

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 CHANGED
@@ -319,4 +319,4 @@ bun run build
319
319
 
320
320
  ## License
321
321
 
322
- MIT
322
+ Apache-2.0
@@ -131,7 +131,7 @@ function renderLoginForm(next, errorMsg) {
131
131
 
132
132
  <p class="form-title" id="form-title">Authenticate</p>
133
133
 
134
- <form method="POST" action="/login" aria-labelledby="form-title">
134
+ <form method="POST" action="/login" aria-labelledby="form-title" novalidate>
135
135
  <!-- nosemgrep: javascript.express.security.injection.raw-html-format.raw-html-format -- safeNext is escapeHtml(next) -->
136
136
  <input type="hidden" name="next" value="${safeNext}">
137
137
  <div class="field-group">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@n24q02m/mcp-core",
3
- "version": "1.22.0-beta.2",
3
+ "version": "1.22.0",
4
4
  "description": "Unified MCP Streamable HTTP 2025-11-25 transport, OAuth 2.1 AS, lifecycle, install",
5
5
  "keywords": [
6
6
  "mcp",
@@ -18,7 +18,7 @@
18
18
  "name": "n24q02m",
19
19
  "url": "https://github.com/n24q02m"
20
20
  },
21
- "license": "MIT",
21
+ "license": "Apache-2.0",
22
22
  "repository": {
23
23
  "type": "git",
24
24
  "url": "git+https://github.com/n24q02m/mcp-core.git",
@@ -88,7 +88,7 @@
88
88
  },
89
89
  "devDependencies": {
90
90
  "@biomejs/biome": "^2.5.5",
91
- "@types/better-sqlite3": "^7.6.13",
91
+ "@types/better-sqlite3": "^9.6.0",
92
92
  "@types/node": "^26.1.1",
93
93
  "@vitest/coverage-v8": "^4.1.10",
94
94
  "typescript": "^7.0.2",