framework-mcp 1.3.5 → 1.3.6

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.
@@ -74,7 +74,7 @@ export class FrameworkHttpServer {
74
74
  uptime: Math.round((Date.now() - metrics.uptime) / 1000),
75
75
  totalRequests: metrics.totalRequests,
76
76
  errorCount: metrics.errorCount,
77
- version: '1.3.4',
77
+ version: '1.3.6',
78
78
  timestamp: new Date().toISOString()
79
79
  });
80
80
  });
@@ -205,7 +205,7 @@ export class FrameworkHttpServer {
205
205
  this.app.get('/api', (req, res) => {
206
206
  res.json({
207
207
  name: 'Framework MCP HTTP API',
208
- version: '1.3.4',
208
+ version: '1.3.6',
209
209
  description: 'Dual-architecture HTTP API for vendor capability assessment against CIS Controls Framework',
210
210
  endpoints: {
211
211
  'POST /api/validate-vendor-mapping': 'Primary capability validation with domain validation',
@@ -20,7 +20,7 @@ export class FrameworkMcpServer {
20
20
  this.server = new Server(
21
21
  {
22
22
  name: 'framework-analyzer',
23
- version: '1.3.4',
23
+ version: '1.3.6',
24
24
  }
25
25
  );
26
26
 
package/swagger.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "info": {
4
4
  "title": "Framework MCP API - CIS Controls Capability Assessment",
5
5
  "description": "Microsoft Copilot-compatible API for vendor capability assessment against CIS Controls Framework v8.1 (153 safeguards). Features consolidated tool architecture with domain validation and auto-downgrade protection for accurate capability role determination (FULL, PARTIAL, FACILITATES, GOVERNANCE, VALIDATES).",
6
- "version": "1.3.5",
6
+ "version": "1.3.6",
7
7
  "contact": {
8
8
  "name": "Framework MCP Support",
9
9
  "url": "https://github.com/therealcybermattlee/FrameworkMCP"