claude-flow 2.7.8 → 2.7.10

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.
@@ -12,7 +12,7 @@ try {
12
12
  BUILD_DATE = new Date().toISOString().split('T')[0];
13
13
  } catch (error) {
14
14
  console.warn('Warning: Could not read version from package.json, using fallback');
15
- VERSION = '2.0.0-alpha.101';
15
+ VERSION = '2.0.0-alpha.91';
16
16
  BUILD_DATE = new Date().toISOString().split('T')[0];
17
17
  }
18
18
  export { VERSION, BUILD_DATE };
@@ -23,4 +23,4 @@ export function displayVersion() {
23
23
  console.log(getVersionString());
24
24
  }
25
25
 
26
- //# sourceMappingURL=version.js.map
26
+ //# sourceMappingURL=version.js.mapp
@@ -2,6 +2,7 @@
2
2
  import path from 'path';
3
3
  import { fileURLToPath } from 'url';
4
4
  import { memoryStore } from '../memory/fallback-store.js';
5
+ import { VERSION } from '../core/version.js';
5
6
  await import('./implementations/agent-tracker.js').catch(()=>{
6
7
  try {
7
8
  require('./implementations/agent-tracker');
@@ -39,7 +40,7 @@ function resolveLegacyAgentType(legacyType) {
39
40
  }
40
41
  let ClaudeFlowMCPServer = class ClaudeFlowMCPServer {
41
42
  constructor(){
42
- this.version = '2.5.0-alpha.131';
43
+ this.version = VERSION;
43
44
  this.memoryStore = memoryStore;
44
45
  this.capabilities = {
45
46
  tools: {