strray-ai 1.22.39 → 1.22.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.
Files changed (81) hide show
  1. package/.opencode/AGENTS-consumer.md +1 -1
  2. package/.opencode/codex.codex +1 -1
  3. package/.opencode/commands/pre-commit-introspection.sh +2 -2
  4. package/.opencode/enforcer-config.json +2 -2
  5. package/.opencode/skills/registry.json +1 -1
  6. package/.opencode/strray/codex.json +1 -1
  7. package/.opencode/strray/config.json +1 -1
  8. package/.opencode/strray/features.json +1 -1
  9. package/.opencode/strray/integrations.json +3 -3
  10. package/.opencode/strray/test-count.json +1 -1
  11. package/.strray/codex.json +1 -1
  12. package/.strray/config.json +1 -1
  13. package/.strray/features.json +1 -1
  14. package/.strray/integrations.json +3 -3
  15. package/.strray/test-count.json +1 -1
  16. package/AGENTS-consumer.md +1 -1
  17. package/AGENTS.md +1 -1
  18. package/README.md +2 -2
  19. package/dist/AGENTS.md +1 -1
  20. package/dist/CHANGELOG.md +22 -0
  21. package/dist/README.md +2 -2
  22. package/dist/analytics/routing-refiner.js +1 -1
  23. package/dist/core/boot-orchestrator.js +1 -1
  24. package/dist/core/features-config.js +1 -1
  25. package/dist/delegation/index.d.ts +1 -1
  26. package/dist/delegation/index.js +1 -1
  27. package/dist/mcps/architect-tools.server.js +1 -1
  28. package/dist/mcps/auto-format.server.js +1 -1
  29. package/dist/mcps/boot-orchestrator.server.js +1 -1
  30. package/dist/mcps/enforcer-tools.server.js +1 -1
  31. package/dist/mcps/estimation.server.js +1 -1
  32. package/dist/mcps/framework-compliance-audit.server.js +1 -1
  33. package/dist/mcps/framework-help.server.js +1 -1
  34. package/dist/mcps/knowledge-skills/api-design.server.js +1 -1
  35. package/dist/mcps/knowledge-skills/architecture-patterns.server.js +1 -1
  36. package/dist/mcps/knowledge-skills/bug-triage-specialist.server.js +1 -1
  37. package/dist/mcps/knowledge-skills/code-analyzer.server.js +1 -1
  38. package/dist/mcps/knowledge-skills/code-review.server.js +1 -1
  39. package/dist/mcps/knowledge-skills/content-creator.server.js +1 -1
  40. package/dist/mcps/knowledge-skills/database-design.server.js +1 -1
  41. package/dist/mcps/knowledge-skills/devops-deployment.server.js +1 -1
  42. package/dist/mcps/knowledge-skills/git-workflow.server.js +1 -1
  43. package/dist/mcps/knowledge-skills/growth-strategist.server.js +1 -1
  44. package/dist/mcps/knowledge-skills/log-monitor.server.js +1 -1
  45. package/dist/mcps/knowledge-skills/mobile-development.server.js +1 -1
  46. package/dist/mcps/knowledge-skills/multimodal-looker.server.js +1 -1
  47. package/dist/mcps/knowledge-skills/performance-optimization.server.js +1 -1
  48. package/dist/mcps/knowledge-skills/project-analysis.server.js +1 -1
  49. package/dist/mcps/knowledge-skills/refactoring-strategies.server.js +1 -1
  50. package/dist/mcps/knowledge-skills/security-audit.server.js +1 -1
  51. package/dist/mcps/knowledge-skills/seo-consultant.server.js +1 -1
  52. package/dist/mcps/knowledge-skills/session-management.server.js +1 -1
  53. package/dist/mcps/knowledge-skills/skill-invocation.server.js +1 -1
  54. package/dist/mcps/knowledge-skills/strategist.server.js +1 -1
  55. package/dist/mcps/knowledge-skills/tech-writer.server.js +2 -2
  56. package/dist/mcps/knowledge-skills/testing-best-practices.server.js +1 -1
  57. package/dist/mcps/knowledge-skills/testing-strategy.server.js +1 -1
  58. package/dist/mcps/knowledge-skills/ui-ux-design.server.js +1 -1
  59. package/dist/mcps/lint.server.js +1 -1
  60. package/dist/mcps/model-health-check.server.js +1 -1
  61. package/dist/mcps/performance-analysis.server.js +1 -1
  62. package/dist/mcps/processor-pipeline.server.js +1 -1
  63. package/dist/mcps/registry.json +1 -1
  64. package/dist/mcps/researcher.server.js +1 -1
  65. package/dist/mcps/security-scan.server.js +1 -1
  66. package/dist/mcps/state-manager.server.js +1 -1
  67. package/dist/orchestrator/universal-registry-bridge.js +1 -1
  68. package/dist/processors/agents-md-validation-processor.js +1 -1
  69. package/dist/processors/processor-manager.d.ts +3 -0
  70. package/dist/processors/processor-manager.d.ts.map +1 -1
  71. package/dist/processors/processor-manager.js +73 -0
  72. package/dist/processors/processor-manager.js.map +1 -1
  73. package/dist/security/index.d.ts +1 -1
  74. package/dist/security/index.js +1 -1
  75. package/dist/skills/registry.json +1 -1
  76. package/package.json +6 -4
  77. package/scripts/node/pre-publish-guard.js +2 -0
  78. package/scripts/node/release.js +149 -0
  79. package/scripts/node/universal-version-manager.js +9 -9
  80. package/scripts/node/version-manager.mjs +33 -0
  81. package/.strray/state/state.json +0 -1
@@ -651,4 +651,4 @@ npx strray-ai --version
651
651
  - [Troubleshooting](https://github.com/htafolla/stringray/blob/master/docs/TROUBLESHOOTING.md)
652
652
 
653
653
  ---
654
- **Version**: 1.22.38 | [GitHub](https://github.com/htafolla/stringray)
654
+ **Version**: 1.22.40 | [GitHub](https://github.com/htafolla/stringray)
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.22.38",
2
+ "version": "1.22.40",
3
3
  "terms": [
4
4
  1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60
5
5
  ],
@@ -1,9 +1,9 @@
1
1
  #!/bin/bash
2
2
 
3
- # 0xRay AI v1.22.38 - Pre-commit Introspection
3
+ # 0xRay AI v1.22.40 - Pre-commit Introspection
4
4
  # Comprehensive code quality and architecture validation
5
5
 
6
- echo "🔬 0xRay AI v1.22.38 - Pre-commit Introspection"
6
+ echo "🔬 0xRay AI v1.22.40 - Pre-commit Introspection"
7
7
  echo "============================================================"
8
8
 
9
9
  # Initialize analysis status
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "framework": "0xRay 1.0.0",
3
- "version": "1.22.38",
3
+ "version": "1.22.40",
4
4
  "description": "Codex-compliant framework configuration for Credible UI project",
5
5
  "thresholds": {
6
6
  "bundleSize": {
@@ -220,7 +220,7 @@
220
220
  }
221
221
  },
222
222
  "codex": {
223
- "version": "1.22.38",
223
+ "version": "1.22.40",
224
224
  "terms": [
225
225
  1,
226
226
  2,
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.22.38",
2
+ "version": "1.22.40",
3
3
  "description": "0xRay Skills Registry - recommended skill sources for consumers",
4
4
  "sources": [
5
5
  {
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.22.38",
2
+ "version": "1.22.40",
3
3
  "lastUpdated": "2026-03-09",
4
4
  "errorPreventionTarget": 0.996,
5
5
  "terms": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "./config.schema.json",
3
- "version": "1.22.38",
3
+ "version": "1.22.40",
4
4
  "description": "0xRay Framework - Token Management & Performance Configuration",
5
5
 
6
6
  "token_management": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "./features.schema.json",
3
- "version": "1.22.38",
3
+ "version": "1.22.40",
4
4
  "description": "0xRay Framework - Unified Feature Configuration",
5
5
  "token_optimization": {
6
6
  "enabled": true,
@@ -4,19 +4,19 @@
4
4
  "openclaw": {
5
5
  "enabled": false,
6
6
  "type": "external-service",
7
- "version": "1.22.38",
7
+ "version": "1.22.40",
8
8
  "config": {}
9
9
  },
10
10
  "python-bridge": {
11
11
  "enabled": false,
12
12
  "type": "protocol-bridge",
13
- "version": "1.22.38",
13
+ "version": "1.22.40",
14
14
  "config": {}
15
15
  },
16
16
  "react": {
17
17
  "enabled": false,
18
18
  "type": "framework-adapter",
19
- "version": "1.22.38",
19
+ "version": "1.22.40",
20
20
  "config": {}
21
21
  }
22
22
  }
@@ -1 +1 @@
1
- {"totalTests":2569,"timestamp":"2026-04-28T20:05:24Z","source":"npm test"}
1
+ {"totalTests":2579,"timestamp":"2026-04-29T11:37:23Z","source":"npm test"}
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.22.38",
2
+ "version": "1.22.40",
3
3
  "lastUpdated": "2026-03-09",
4
4
  "errorPreventionTarget": 0.996,
5
5
  "terms": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "./config.schema.json",
3
- "version": "1.22.37",
3
+ "version": "1.22.40",
4
4
  "description": "0xRay Framework - Token Management & Performance Configuration",
5
5
 
6
6
  "token_management": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "./features.schema.json",
3
- "version": "1.22.38",
3
+ "version": "1.22.40",
4
4
  "description": "0xRay Framework - Unified Feature Configuration",
5
5
  "token_optimization": {
6
6
  "enabled": true,
@@ -4,19 +4,19 @@
4
4
  "openclaw": {
5
5
  "enabled": false,
6
6
  "type": "external-service",
7
- "version": "1.22.37",
7
+ "version": "1.22.40",
8
8
  "config": {}
9
9
  },
10
10
  "python-bridge": {
11
11
  "enabled": false,
12
12
  "type": "protocol-bridge",
13
- "version": "1.22.37",
13
+ "version": "1.22.40",
14
14
  "config": {}
15
15
  },
16
16
  "react": {
17
17
  "enabled": false,
18
18
  "type": "framework-adapter",
19
- "version": "1.22.37",
19
+ "version": "1.22.40",
20
20
  "config": {}
21
21
  }
22
22
  }
@@ -1 +1 @@
1
- {"totalTests":2569,"timestamp":"2026-04-28T20:05:24Z","source":"npm test"}
1
+ {"totalTests":2579,"timestamp":"2026-04-29T11:37:23Z","source":"npm test"}
@@ -662,4 +662,4 @@ npx strray-ai --version
662
662
  - [Troubleshooting](https://github.com/htafolla/stringray/blob/master/docs/TROUBLESHOOTING.md)
663
663
 
664
664
  ---
665
- **Version**: 1.22.38 | [GitHub](https://github.com/htafolla/stringray)
665
+ **Version**: 1.22.40 | [GitHub](https://github.com/htafolla/stringray)
package/AGENTS.md CHANGED
@@ -662,4 +662,4 @@ npx strray-ai --version
662
662
  - [Troubleshooting](https://github.com/htafolla/stringray/blob/master/docs/TROUBLESHOOTING.md)
663
663
 
664
664
  ---
665
- **Version**: 1.22.38 | [GitHub](https://github.com/htafolla/stringray)
665
+ **Version**: 1.22.40 | [GitHub](https://github.com/htafolla/stringray)
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  [![Version](https://img.shields.io/badge/version---silent-blue?style=flat-square)](https://npmjs.com/package/strray-ai)
6
6
  [![License](https://img.shields.io/badge/license-MIT-green?style=flat-square)](LICENSE)
7
- [![Tests](https://img.shields.io/badge/tests-2569%20passed-brightgreen?style=flat-square)](src/__tests__)
7
+ [![Tests](https://img.shields.io/badge/tests-2579%20passed-brightgreen?style=flat-square)](src/__tests__)
8
8
  [![GitHub stars](https://img.shields.io/github/stars/htafolla/stringray?style=social)](https://github.com/htafolla/stringray)
9
9
 
10
10
  > **Intelligent Multi-Agent Coordination with 99.6% Systematic Error Prevention**
@@ -71,7 +71,7 @@ This installs only the MCP servers - no OpenCode dependency.
71
71
  - **📦 Skills Registry** - Browse and install community skills from GitHub repos
72
72
  - **🔄 Complexity-Based Routing** - Intelligent task delegation
73
73
  - **🔌 Webhook Integration** - GitHub, GitLab, Bitbucket, Stripe
74
- - **✅ 2569 Tests** - Production-ready with comprehensive test coverage
74
+ - **✅ 2579 Tests** - Production-ready with comprehensive test coverage
75
75
  - **🧩 Standalone MCP Servers** - Works with Hermes Agent without OpenCode
76
76
  - **🌐 OpenClaw Integration** - WebSocket bridge to OpenClaw gateway for chat orchestration
77
77
 
package/dist/AGENTS.md CHANGED
@@ -662,4 +662,4 @@ npx strray-ai --version
662
662
  - [Troubleshooting](https://github.com/htafolla/stringray/blob/master/docs/TROUBLESHOOTING.md)
663
663
 
664
664
  ---
665
- **Version**: 1.22.38 | [GitHub](https://github.com/htafolla/stringray)
665
+ **Version**: 1.22.40 | [GitHub](https://github.com/htafolla/stringray)
package/dist/CHANGELOG.md CHANGED
@@ -4,6 +4,28 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  The format is based on [Conventional Commits](https://www.conventionalcommits.org/).
6
6
 
7
+ ## [1.22.41] - 2026-04-29
8
+
9
+ ### 🔄 Changes
10
+
11
+ ### 🔧 Maintenance
12
+ - chore: sync .strray (1b32155c2)
13
+ - chore: rebuild dist v1.22.37 (4d1035b7a)
14
+ - chore: update activity logs and test results (dcb5bf018)
15
+
16
+ ---
17
+
18
+ ## [1.22.40] - 2026-04-29
19
+
20
+ ### 🔄 Changes
21
+
22
+ ### 🔧 Maintenance
23
+ - chore: sync .strray (1b32155c2)
24
+ - chore: rebuild dist v1.22.37 (4d1035b7a)
25
+ - chore: update activity logs and test results (dcb5bf018)
26
+
27
+ ---
28
+
7
29
  ## [1.22.39] - 2026-04-29
8
30
 
9
31
  ### 🔄 Changes
package/dist/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  [![Version](https://img.shields.io/badge/version---silent-blue?style=flat-square)](https://npmjs.com/package/strray-ai)
6
6
  [![License](https://img.shields.io/badge/license-MIT-green?style=flat-square)](LICENSE)
7
- [![Tests](https://img.shields.io/badge/tests-2569%20passed-brightgreen?style=flat-square)](src/__tests__)
7
+ [![Tests](https://img.shields.io/badge/tests-2579%20passed-brightgreen?style=flat-square)](src/__tests__)
8
8
  [![GitHub stars](https://img.shields.io/github/stars/htafolla/stringray?style=social)](https://github.com/htafolla/stringray)
9
9
 
10
10
  > **Intelligent Multi-Agent Coordination with 99.6% Systematic Error Prevention**
@@ -71,7 +71,7 @@ This installs only the MCP servers - no OpenCode dependency.
71
71
  - **📦 Skills Registry** - Browse and install community skills from GitHub repos
72
72
  - **🔄 Complexity-Based Routing** - Intelligent task delegation
73
73
  - **🔌 Webhook Integration** - GitHub, GitLab, Bitbucket, Stripe
74
- - **✅ 2569 Tests** - Production-ready with comprehensive test coverage
74
+ - **✅ 2579 Tests** - Production-ready with comprehensive test coverage
75
75
  - **🧩 Standalone MCP Servers** - Works with Hermes Agent without OpenCode
76
76
  - **🌐 OpenClaw Integration** - WebSocket bridge to OpenClaw gateway for chat orchestration
77
77
 
@@ -36,7 +36,7 @@ class RoutingRefiner {
36
36
  const optimizations = this.suggestMappingOptimizations(promptAnalysis, performanceReport);
37
37
  const warnings = this.generateWarnings(newMappings, optimizations);
38
38
  return {
39
- version: "1.22.38",
39
+ version: "1.22.40",
40
40
  generatedAt: new Date(),
41
41
  summary: {
42
42
  newMappings: newMappings.length,
@@ -731,7 +731,7 @@ export class BootOrchestrator {
731
731
  try {
732
732
  // Load 0xRay configuration directly (no Python dependency)
733
733
  const stringRayConfig = {
734
- version: "1.22.38",
734
+ version: "1.22.40",
735
735
  codex_enabled: true,
736
736
  codex_version: "v1.7.5",
737
737
  codex_terms: [
@@ -286,7 +286,7 @@ export class FeaturesConfigLoader {
286
286
  */
287
287
  getDefaultConfig() {
288
288
  return {
289
- version: "1.22.38",
289
+ version: "1.22.40",
290
290
  description: "0xRay Framework - Unified Feature Configuration",
291
291
  token_optimization: {
292
292
  enabled: true,
@@ -1,5 +1,5 @@
1
1
  /**
2
- * 0xRay AI v1.22.38 - Delegation System
2
+ * 0xRay AI v1.22.40 - Delegation System
3
3
  *
4
4
  * Complete automatic multi-agent delegation system with complexity assessment
5
5
  * and session-based coordination.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * 0xRay AI v1.22.38 - Delegation System
2
+ * 0xRay AI v1.22.40 - Delegation System
3
3
  *
4
4
  * Complete automatic multi-agent delegation system with complexity assessment
5
5
  * and session-based coordination.
@@ -14,7 +14,7 @@ class StringRayArchitectToolsServer {
14
14
  server;
15
15
  constructor() {
16
16
  this.server = new Server({
17
- name: "architect-tools", version: "1.22.38",
17
+ name: "architect-tools", version: "1.22.40",
18
18
  }, {
19
19
  capabilities: {
20
20
  tools: {},
@@ -13,7 +13,7 @@ class StringRayAutoFormatServer {
13
13
  server;
14
14
  constructor() {
15
15
  this.server = new Server({
16
- name: "auto-format", version: "1.22.38",
16
+ name: "auto-format", version: "1.22.40",
17
17
  }, {
18
18
  capabilities: {
19
19
  tools: {},
@@ -30,7 +30,7 @@ class StringRayBootOrchestratorServer {
30
30
  ];
31
31
  constructor() {
32
32
  this.server = new Server({
33
- name: "boot-orchestrator", version: "1.22.38",
33
+ name: "boot-orchestrator", version: "1.22.40",
34
34
  }, {
35
35
  capabilities: {
36
36
  tools: {},
@@ -16,7 +16,7 @@ class StringRayEnforcerToolsServer {
16
16
  server;
17
17
  constructor() {
18
18
  this.server = new Server({
19
- name: "enforcer", version: "1.22.38",
19
+ name: "enforcer", version: "1.22.40",
20
20
  }, {
21
21
  capabilities: {
22
22
  tools: {},
@@ -17,7 +17,7 @@ class EstimationServer {
17
17
  validator = getEstimationValidator();
18
18
  constructor() {
19
19
  this.server = new Server({
20
- name: "estimation-validator", version: "1.22.38",
20
+ name: "estimation-validator", version: "1.22.40",
21
21
  }, {
22
22
  capabilities: { tools: {} },
23
23
  });
@@ -12,7 +12,7 @@ class StringRayFrameworkComplianceAuditServer {
12
12
  server;
13
13
  constructor() {
14
14
  this.server = new Server({
15
- name: "framework-compliance-audit", version: "1.22.38",
15
+ name: "framework-compliance-audit", version: "1.22.40",
16
16
  }, {
17
17
  capabilities: {
18
18
  tools: {},
@@ -7,7 +7,7 @@ class FrameworkHelpServer {
7
7
  server;
8
8
  constructor() {
9
9
  this.server = new Server({
10
- name: "strray/framework-help", version: "1.22.38",
10
+ name: "strray/framework-help", version: "1.22.40",
11
11
  }, {
12
12
  capabilities: {
13
13
  tools: {},
@@ -12,7 +12,7 @@ class StringRayApiDesignServer {
12
12
  server;
13
13
  constructor() {
14
14
  this.server = new Server({
15
- name: "api-design", version: "1.22.38",
15
+ name: "api-design", version: "1.22.40",
16
16
  }, {
17
17
  capabilities: {
18
18
  tools: {},
@@ -12,7 +12,7 @@ class StringRayArchitecturePatternsServer {
12
12
  server;
13
13
  constructor() {
14
14
  this.server = new Server({
15
- name: "architecture-patterns", version: "1.22.38",
15
+ name: "architecture-patterns", version: "1.22.40",
16
16
  }, {
17
17
  capabilities: {
18
18
  tools: {},
@@ -11,7 +11,7 @@ import { CallToolRequestSchema, ListToolsRequestSchema, } from "@modelcontextpro
11
11
  class BugTriageSpecialistServer {
12
12
  server;
13
13
  constructor() {
14
- this.server = new Server({ name: "bug-triage-specialist", version: "1.22.38" }, { capabilities: { tools: {} } });
14
+ this.server = new Server({ name: "bug-triage-specialist", version: "1.22.40" }, { capabilities: { tools: {} } });
15
15
  this.setupToolHandlers();
16
16
  }
17
17
  setupToolHandlers() {
@@ -242,7 +242,7 @@ class CodeAnalyzerServer {
242
242
  },
243
243
  ];
244
244
  constructor() {
245
- this.server = new Server({ name: "code-analyzer", version: "1.22.38" }, { capabilities: { tools: {} } });
245
+ this.server = new Server({ name: "code-analyzer", version: "1.22.40" }, { capabilities: { tools: {} } });
246
246
  this.server.setRequestHandler(ListToolsRequestSchema, async () => ({
247
247
  tools: this.tools,
248
248
  }));
@@ -14,7 +14,7 @@ class StringRayCodeReviewServer {
14
14
  server;
15
15
  constructor() {
16
16
  this.server = new Server({
17
- name: "code-review", version: "1.22.38",
17
+ name: "code-review", version: "1.22.40",
18
18
  }, {
19
19
  capabilities: {
20
20
  tools: {},
@@ -84,7 +84,7 @@ class SEOCopywriterServer {
84
84
  },
85
85
  ];
86
86
  constructor() {
87
- this.server = new Server({ name: "content-creator", version: "1.22.38" }, { capabilities: { tools: {} } });
87
+ this.server = new Server({ name: "content-creator", version: "1.22.40" }, { capabilities: { tools: {} } });
88
88
  this.server.setRequestHandler(ListToolsRequestSchema, async () => ({
89
89
  tools: this.tools,
90
90
  }));
@@ -14,7 +14,7 @@ class StringRayDatabaseDesignServer {
14
14
  server;
15
15
  constructor() {
16
16
  this.server = new Server({
17
- name: "database-design", version: "1.22.38",
17
+ name: "database-design", version: "1.22.40",
18
18
  }, {
19
19
  capabilities: {
20
20
  tools: {},
@@ -12,7 +12,7 @@ class StringRayDevOpsDeploymentServer {
12
12
  server;
13
13
  constructor() {
14
14
  this.server = new Server({
15
- name: "devops-deployment", version: "1.22.38",
15
+ name: "devops-deployment", version: "1.22.40",
16
16
  }, {
17
17
  capabilities: {
18
18
  tools: {},
@@ -12,7 +12,7 @@ class StringRayGitWorkflowServer {
12
12
  server;
13
13
  constructor() {
14
14
  this.server = new Server({
15
- name: "git-workflow", version: "1.22.38",
15
+ name: "git-workflow", version: "1.22.40",
16
16
  }, {
17
17
  capabilities: {
18
18
  tools: {},
@@ -91,7 +91,7 @@ class MarketingExpertServer {
91
91
  },
92
92
  ];
93
93
  constructor() {
94
- this.server = new Server({ name: "growth-strategist", version: "1.22.38" }, { capabilities: { tools: {} } });
94
+ this.server = new Server({ name: "growth-strategist", version: "1.22.40" }, { capabilities: { tools: {} } });
95
95
  this.server.setRequestHandler(ListToolsRequestSchema, async () => ({
96
96
  tools: this.tools,
97
97
  }));
@@ -58,7 +58,7 @@ class LogMonitorServer {
58
58
  },
59
59
  ];
60
60
  constructor() {
61
- this.server = new Server({ name: "log-monitor", version: "1.22.38" }, { capabilities: { tools: {} } });
61
+ this.server = new Server({ name: "log-monitor", version: "1.22.40" }, { capabilities: { tools: {} } });
62
62
  this.setupToolHandlers();
63
63
  }
64
64
  setupToolHandlers() {
@@ -11,7 +11,7 @@ class StringRayMobileDevelopmentServer {
11
11
  server;
12
12
  constructor() {
13
13
  this.server = new Server({
14
- name: "mobile-development", version: "1.22.38",
14
+ name: "mobile-development", version: "1.22.40",
15
15
  }, {
16
16
  capabilities: {
17
17
  tools: {},
@@ -16,7 +16,7 @@ import { CallToolRequestSchema, ListToolsRequestSchema, } from "@modelcontextpro
16
16
  class MultimodalLookerServer {
17
17
  server;
18
18
  constructor() {
19
- this.server = new Server({ name: "multimodal-looker", version: "1.22.38" }, { capabilities: { tools: {} } });
19
+ this.server = new Server({ name: "multimodal-looker", version: "1.22.40" }, { capabilities: { tools: {} } });
20
20
  this.setupToolHandlers();
21
21
  }
22
22
  /* --------------------------------------------------------------------------
@@ -16,7 +16,7 @@ class StringRayPerformanceOptimizationServer {
16
16
  startTime;
17
17
  constructor() {
18
18
  this.server = new Server({
19
- name: "performance-optimization", version: "1.22.38",
19
+ name: "performance-optimization", version: "1.22.40",
20
20
  }, {
21
21
  capabilities: {
22
22
  tools: {},
@@ -14,7 +14,7 @@ class StringRayProjectAnalysisServer {
14
14
  server;
15
15
  constructor() {
16
16
  this.server = new Server({
17
- name: "project-analysis", version: "1.22.38",
17
+ name: "project-analysis", version: "1.22.40",
18
18
  }, {
19
19
  capabilities: {
20
20
  tools: {},
@@ -12,7 +12,7 @@ class StringRayRefactoringStrategiesServer {
12
12
  server;
13
13
  constructor() {
14
14
  this.server = new Server({
15
- name: "refactoring-strategies", version: "1.22.38",
15
+ name: "refactoring-strategies", version: "1.22.40",
16
16
  }, {
17
17
  capabilities: {
18
18
  tools: {},
@@ -14,7 +14,7 @@ class StringRaySecurityAuditServer {
14
14
  server;
15
15
  constructor() {
16
16
  this.server = new Server({
17
- name: "security-audit", version: "1.22.38",
17
+ name: "security-audit", version: "1.22.40",
18
18
  }, {
19
19
  capabilities: {
20
20
  tools: {},
@@ -12,7 +12,7 @@ import { createGracefulShutdown } from "../../utils/shutdown-handler.js";
12
12
  class SEOSpecialistServer {
13
13
  server;
14
14
  constructor() {
15
- this.server = new Server({ name: "seo-consultant", version: "1.22.38" }, { capabilities: { tools: {} } });
15
+ this.server = new Server({ name: "seo-consultant", version: "1.22.40" }, { capabilities: { tools: {} } });
16
16
  this.setupToolHandlers();
17
17
  }
18
18
  setupToolHandlers() {
@@ -132,7 +132,7 @@ class SessionManagementServer {
132
132
  },
133
133
  ];
134
134
  constructor() {
135
- this.server = new Server({ name: "session-management", version: "1.22.38" }, { capabilities: { tools: {} } });
135
+ this.server = new Server({ name: "session-management", version: "1.22.40" }, { capabilities: { tools: {} } });
136
136
  this.server.setRequestHandler(ListToolsRequestSchema, async () => ({
137
137
  tools: this.tools,
138
138
  }));
@@ -7,7 +7,7 @@ class SkillInvocationServer {
7
7
  server;
8
8
  constructor() {
9
9
  this.server = new Server({
10
- name: "strray/skill-invocation", version: "1.22.38",
10
+ name: "strray/skill-invocation", version: "1.22.40",
11
11
  }, {
12
12
  capabilities: {
13
13
  tools: {},
@@ -76,7 +76,7 @@ class StrategistServer {
76
76
  ];
77
77
  constructor() {
78
78
  this.server = new Server({
79
- name: "strray/strategist", version: "1.22.38",
79
+ name: "strray/strategist", version: "1.22.40",
80
80
  }, {
81
81
  capabilities: {
82
82
  tools: {},
@@ -14,7 +14,7 @@ class StringRayDocumentationGenerationServer {
14
14
  server;
15
15
  constructor() {
16
16
  this.server = new Server({
17
- name: "documentation-generation", version: "1.22.38",
17
+ name: "documentation-generation", version: "1.22.40",
18
18
  }, {
19
19
  capabilities: {
20
20
  tools: {},
@@ -727,7 +727,7 @@ class StringRayDocumentationGenerationServer {
727
727
  openapi: "3.0.0",
728
728
  info: {
729
729
  title: "API Documentation",
730
- version: "1.22.38",
730
+ version: "1.22.40",
731
731
  description: "Generated API documentation",
732
732
  },
733
733
  servers: [
@@ -12,7 +12,7 @@ class StringRayTestingBestPracticesServer {
12
12
  server;
13
13
  constructor() {
14
14
  this.server = new Server({
15
- name: "testing-best-practices", version: "1.22.38",
15
+ name: "testing-best-practices", version: "1.22.40",
16
16
  }, {
17
17
  capabilities: {
18
18
  tools: {},
@@ -16,7 +16,7 @@ class StringRayTestingStrategyServer {
16
16
  server;
17
17
  constructor() {
18
18
  this.server = new Server({
19
- name: "testing-strategy", version: "1.22.38",
19
+ name: "testing-strategy", version: "1.22.40",
20
20
  }, {
21
21
  capabilities: {
22
22
  tools: {},