pm-skills-mcp 2.9.2 → 2.9.3

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/dist/config.d.ts CHANGED
@@ -11,7 +11,7 @@ export declare function loadConfig(): ServerConfig;
11
11
  */
12
12
  export declare const SERVER_INFO: {
13
13
  readonly name: "pm-skills-mcp";
14
- readonly version: "2.9.2";
14
+ readonly version: "2.9.3";
15
15
  readonly description: "MCP server exposing 40 product management skills as tools (maintenance mode as of 2026-05-04)";
16
16
  };
17
17
  /**
package/dist/config.js CHANGED
@@ -81,7 +81,7 @@ export function loadConfig() {
81
81
  */
82
82
  export const SERVER_INFO = {
83
83
  name: 'pm-skills-mcp',
84
- version: '2.9.2',
84
+ version: '2.9.3',
85
85
  description: 'MCP server exposing 40 product management skills as tools (maintenance mode as of 2026-05-04)',
86
86
  };
87
87
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pm-skills-mcp",
3
- "version": "2.9.2",
3
+ "version": "2.9.3",
4
4
  "description": "MCP server exposing product management skills as tools, resources, and workflows",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",