framework-mcp 2.2.2 → 2.4.2

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.
@@ -106,7 +106,7 @@ export class FrameworkHttpServer {
106
106
  res.json({
107
107
  status: 'healthy',
108
108
  uptime: Math.round(process.uptime()),
109
- version: '2.2.2',
109
+ version: '2.4.2',
110
110
  timestamp: new Date().toISOString()
111
111
  });
112
112
  });
@@ -222,7 +222,7 @@ export class FrameworkHttpServer {
222
222
  this.app.get('/api', (req, res) => {
223
223
  res.json({
224
224
  name: 'Framework MCP HTTP API',
225
- version: '2.2.2',
225
+ version: '2.4.2',
226
226
  description: 'Pure Data Provider serving authentic CIS Controls Framework data',
227
227
  endpoints: {
228
228
  'GET /api/safeguards': 'List all available CIS safeguards',
@@ -18,7 +18,7 @@ export class FrameworkMcpServer {
18
18
  this.server = new Server(
19
19
  {
20
20
  name: 'framework-analyzer',
21
- version: '2.2.2',
21
+ version: '2.4.2',
22
22
  }
23
23
  );
24
24
 
@@ -129,7 +129,7 @@ export class FrameworkMcpServer {
129
129
  safeguards,
130
130
  total: safeguards.length,
131
131
  framework: 'CIS Controls v8.1',
132
- version: '2.2.2'
132
+ version: '2.4.2'
133
133
  }, null, 2),
134
134
  },
135
135
  ],