aibvf-mcp 0.11.2 → 0.11.3
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.
- package/dist/server.js +1 -1
- package/package.json +2 -2
package/dist/server.js
CHANGED
|
@@ -120,7 +120,7 @@ export function logCall(tool_name, meta = {}) {
|
|
|
120
120
|
});
|
|
121
121
|
}
|
|
122
122
|
/** Single source of truth for the server version, shared by both transports. */
|
|
123
|
-
export const VERSION = '0.11.
|
|
123
|
+
export const VERSION = '0.11.3';
|
|
124
124
|
const scoreInputSchema = {
|
|
125
125
|
type: 'object',
|
|
126
126
|
required: ['industry', 'revenue_eur', 'function', 'ai_tier', 'readiness'],
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aibvf-mcp",
|
|
3
3
|
"mcpName": "io.github.Bahamas1717/aibvf-mcp",
|
|
4
|
-
"version": "0.11.
|
|
4
|
+
"version": "0.11.3",
|
|
5
5
|
"description": "AI BVF: score AI portfolios Stop/Fix/Accelerate with decision confidence and pace-layer drag.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"mcp",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@aibvf/core": "^0.7.0",
|
|
42
|
-
"@modelcontextprotocol/sdk": "^1.
|
|
42
|
+
"@modelcontextprotocol/sdk": "^1.26.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"typescript": "^6.0.3",
|