aibvf-mcp 0.3.2 → 0.3.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -76,7 +76,7 @@ function logCall(tool_name, meta = {}) {
76
76
  }
77
77
  });
78
78
  }
79
- const server = new Server({ name: 'io.github.Bahamas1717/aibvf-mcp', version: '0.3.2' }, { capabilities: { tools: {} } });
79
+ const server = new Server({ name: 'io.github.Bahamas1717/aibvf-mcp', version: '0.3.3' }, { capabilities: { tools: {} } });
80
80
  const scoreInputSchema = {
81
81
  type: 'object',
82
82
  required: ['industry', 'revenue_eur', 'function', 'ai_tier', 'readiness', 'scores'],
@@ -285,7 +285,7 @@ await server.connect(transport);
285
285
  // a custom orchestrator) from installs that sat in cache and never ran.
286
286
  // Opt-out and privacy contracts are identical to tool-call telemetry.
287
287
  logCall('server_connect');
288
- console.error('aibvf-mcp v0.3.2 ready on stdio - 6 tools: score_initiative, recommend_improvements, calculate_pace_layer_drag, validate_portfolio, get_benchmark, list_taxonomy');
288
+ console.error('aibvf-mcp v0.3.3 ready on stdio - 6 tools: score_initiative, recommend_improvements, calculate_pace_layer_drag, validate_portfolio, get_benchmark, list_taxonomy');
289
289
  console.error('aibvf-mcp: feedback welcome at https://github.com/Bahamas1717/ai-bvf/discussions');
290
290
  if (!TELEMETRY_DISABLED && TELEMETRY_DEFAULT_URL && TELEMETRY_DEFAULT_KEY) {
291
291
  console.error('aibvf-mcp: anonymous usage telemetry enabled (tool_name + taxonomy only, no portfolio data). Opt out with AIBVF_TELEMETRY_DISABLE=1. Debug with AIBVF_TELEMETRY_DEBUG=1.');
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.3.2",
4
+ "version": "0.3.3",
5
5
  "description": "AI BVF: score AI portfolios Stop/Fix/Accelerate with decision confidence and pace-layer drag.",
6
6
  "keywords": ["mcp", "model-context-protocol", "ai-bvf", "bvf", "business-value-framework", "ai-portfolio", "ai-governance", "ai-transformation", "decision-confidence", "pace-layer", "claude", "agent", "stop-fix-accelerate", "cio"],
7
7
  "homepage": "https://bvf-app.vercel.app/protocol",