framework-mcp 1.5.0 → 1.5.1
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.
|
@@ -130,7 +130,7 @@ export class FrameworkHttpServer {
|
|
|
130
130
|
}
|
|
131
131
|
start() {
|
|
132
132
|
this.app.listen(this.port, '0.0.0.0', () => {
|
|
133
|
-
console.log(`🚀 Framework MCP HTTP Server v1.
|
|
133
|
+
console.log(`🚀 Framework MCP HTTP Server v1.5.1 running on port ${this.port}`);
|
|
134
134
|
console.log(`📊 Health check: http://localhost:${this.port}/health`);
|
|
135
135
|
console.log(`📖 API docs: http://localhost:${this.port}/api`);
|
|
136
136
|
console.log(`🔧 Environment: ${process.env.NODE_ENV || 'development'}`);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "framework-mcp",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.1",
|
|
4
4
|
"description": "Pure Data Provider architecture serving authentic CIS Controls Framework data via MCP and HTTP API. Empowers LLMs with authoritative safeguards data for analysis. Supports Microsoft Copilot custom connectors and DigitalOcean App Services deployment.",
|
|
5
5
|
"main": "dist/interfaces/http/http-server.js",
|
|
6
6
|
"type": "module",
|
|
@@ -168,7 +168,7 @@ export class FrameworkHttpServer {
|
|
|
168
168
|
|
|
169
169
|
public start(): void {
|
|
170
170
|
this.app.listen(this.port, '0.0.0.0', () => {
|
|
171
|
-
console.log(`🚀 Framework MCP HTTP Server v1.
|
|
171
|
+
console.log(`🚀 Framework MCP HTTP Server v1.5.1 running on port ${this.port}`);
|
|
172
172
|
console.log(`📊 Health check: http://localhost:${this.port}/health`);
|
|
173
173
|
console.log(`📖 API docs: http://localhost:${this.port}/api`);
|
|
174
174
|
console.log(`🔧 Environment: ${process.env.NODE_ENV || 'development'}`);
|
package/swagger.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"info": {
|
|
4
4
|
"title": "Framework MCP API - Pure Data Provider",
|
|
5
5
|
"description": "Microsoft Copilot-compatible API providing authoritative CIS Controls Framework v8.1 data (153 safeguards). Pure Data Provider architecture empowers LLMs with structured safeguards data and AI-driven systemPrompts for sophisticated, context-aware vendor capability analysis and n8n workflow automation.",
|
|
6
|
-
"version": "1.5.
|
|
6
|
+
"version": "1.5.1",
|
|
7
7
|
"contact": {
|
|
8
8
|
"name": "Framework MCP Support",
|
|
9
9
|
"url": "https://github.com/therealcybermattlee/FrameworkMCP"
|
|
@@ -314,7 +314,7 @@
|
|
|
314
314
|
},
|
|
315
315
|
"version": {
|
|
316
316
|
"type": "string",
|
|
317
|
-
"example": "1.5.
|
|
317
|
+
"example": "1.5.1"
|
|
318
318
|
},
|
|
319
319
|
"timestamp": {
|
|
320
320
|
"type": "string",
|
|
@@ -359,7 +359,7 @@
|
|
|
359
359
|
},
|
|
360
360
|
"version": {
|
|
361
361
|
"type": "string",
|
|
362
|
-
"example": "1.5.
|
|
362
|
+
"example": "1.5.1"
|
|
363
363
|
},
|
|
364
364
|
"description": {
|
|
365
365
|
"type": "string",
|