@becrafter/prompt-manager 0.1.21 → 0.1.22

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@becrafter/prompt-manager",
3
- "version": "0.1.21",
3
+ "version": "0.1.22",
4
4
  "description": "Remote MCP Server for managing prompts",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -119,7 +119,7 @@ export class Config {
119
119
 
120
120
  // 其他配置
121
121
  this.serverName = 'prompt-manager';
122
- this.serverVersion = '0.1.20';
122
+ this.serverVersion = '0.1.22';
123
123
  this.logLevel = process.env.LOG_LEVEL || 'info';
124
124
  this.maxPrompts = parseInt(process.env.MAX_PROMPTS) || 1000;
125
125
  this.recursiveScan = process.env.RECURSIVE_SCAN !== 'false'; // 默认启用递归扫描