@kadoa/mcp 0.6.0-rc.1 → 0.6.0-rc.2

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/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -47011,7 +47011,7 @@ var package_default;
47011
47011
  var init_package = __esm(() => {
47012
47012
  package_default = {
47013
47013
  name: "@kadoa/mcp",
47014
- version: "0.6.0-rc.1",
47014
+ version: "0.6.0-rc.2",
47015
47015
  description: "Kadoa MCP Server — manage workflows from Claude Desktop, Cursor, and other MCP clients",
47016
47016
  type: "module",
47017
47017
  main: "dist/index.js",
@@ -52536,7 +52536,7 @@ class KadoaAccessTokenVerifier {
52536
52536
  }
52537
52537
  var UUID_PATTERN, CLOCK_SKEW_SECONDS = 30, DEFAULT_CACHE_TTL_MS, UNKNOWN_KID_REFETCH_INTERVAL_MS, JWKS_FETCH_TIMEOUT_MS = 5000, KADOA_ACCESS_TOKEN_PURPOSE = "kadoa-mcp", KadoaAccessTokenError;
52538
52538
  var init_kadoa_access_token = __esm(() => {
52539
- UUID_PATTERN = /^[0-9a-f]{8}-[0-9a-f]{4}-[1-8][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/i;
52539
+ UUID_PATTERN = /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;
52540
52540
  DEFAULT_CACHE_TTL_MS = 10 * 60 * 1000;
52541
52541
  UNKNOWN_KID_REFETCH_INTERVAL_MS = 60 * 1000;
52542
52542
  KadoaAccessTokenError = class KadoaAccessTokenError extends Error {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kadoa/mcp",
3
- "version": "0.6.0-rc.1",
3
+ "version": "0.6.0-rc.2",
4
4
  "description": "Kadoa MCP Server — manage workflows from Claude Desktop, Cursor, and other MCP clients",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",