@complyedge/mcp
Advanced tools
+1
-1
@@ -103,3 +103,3 @@ #!/usr/bin/env node | ||
| const server = new Server( | ||
| { name: "io.github.ComplyEdge/complyedge", version: "0.1.0" }, | ||
| { name: "io.github.ComplyEdge/complyedge", version: "0.1.1" }, | ||
| { capabilities: { tools: {} } } | ||
@@ -106,0 +106,0 @@ ); |
+1
-1
@@ -98,3 +98,3 @@ // src/server.ts | ||
| const server = new Server( | ||
| { name: "io.github.ComplyEdge/complyedge", version: "0.1.0" }, | ||
| { name: "io.github.ComplyEdge/complyedge", version: "0.1.1" }, | ||
| { capabilities: { tools: {} } } | ||
@@ -101,0 +101,0 @@ ); |
+2
-2
| { | ||
| "name": "@complyedge/mcp", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "Offline MCP compliance checks for EU AI Act and related rules: prompt scans, rule discovery, and article-cited findings.", | ||
@@ -50,3 +50,3 @@ "publishConfig": { | ||
| "@modelcontextprotocol/sdk": "^1.0.0", | ||
| "trustlint": "^2.0.2" | ||
| "trustlint": "^2.0.3" | ||
| }, | ||
@@ -53,0 +53,0 @@ "devDependencies": { |
Updated