@jaypie/mcp 0.7.40 → 0.7.41

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.
@@ -9,7 +9,7 @@ import { gt } from 'semver';
9
9
  /**
10
10
  * Docs Suite - Documentation services (skill, version, release_notes)
11
11
  */
12
- const BUILD_VERSION_STRING = "@jaypie/mcp@0.7.40#a0a6ea1d"
12
+ const BUILD_VERSION_STRING = "@jaypie/mcp@0.7.41#3ca9400d"
13
13
  ;
14
14
  const __filename$1 = fileURLToPath(import.meta.url);
15
15
  const __dirname$1 = path.dirname(__filename$1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jaypie/mcp",
3
- "version": "0.7.40",
3
+ "version": "0.7.41",
4
4
  "description": "Jaypie MCP",
5
5
  "repository": {
6
6
  "type": "git",
@@ -39,9 +39,9 @@
39
39
  "typecheck": "tsc --noEmit"
40
40
  },
41
41
  "dependencies": {
42
- "@jaypie/fabric": "*",
43
- "@jaypie/llm": "*",
44
- "@jaypie/tildeskill": "*",
42
+ "@jaypie/fabric": "^0.2.2",
43
+ "@jaypie/llm": "^1.2.18",
44
+ "@jaypie/tildeskill": "^0.2.0",
45
45
  "@modelcontextprotocol/sdk": "^1.17.0",
46
46
  "commander": "^14.0.0",
47
47
  "gray-matter": "^4.0.3",
@@ -0,0 +1,10 @@
1
+ ---
2
+ version: 0.7.41
3
+ date: 2026-03-18
4
+ summary: Pin @jaypie/* dependency versions to prevent stale resolution with npx
5
+ ---
6
+
7
+ ## Changes
8
+
9
+ - Pin `@jaypie/fabric`, `@jaypie/llm`, and `@jaypie/tildeskill` dependencies from `*` to `^current` version ranges
10
+ - Fixes MCP server startup crash when `npx -y @jaypie/mcp` resolves an older cached `@jaypie/llm` missing newer provider constants