@olane/o-mcp 0.7.12-alpha.74 → 0.7.12-alpha.76

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.
@@ -15,7 +15,7 @@ export class McpTool extends oLaneTool {
15
15
  async setupTools() {
16
16
  this.logger.debug('Setting up MCP tools');
17
17
  const tools = await this.mcpClient.listTools();
18
- this.logger.debug('MCP tools: ', tools);
18
+ // this.logger.debug('MCP tools: ', tools);
19
19
  tools.tools.forEach((tool) => {
20
20
  this.logger.debug('Setting up MCP server tool: ' + tool.name);
21
21
  this.methods[tool.name] = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@olane/o-mcp",
3
- "version": "0.7.12-alpha.74",
3
+ "version": "0.7.12-alpha.76",
4
4
  "type": "module",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",
@@ -37,15 +37,15 @@
37
37
  "@modelcontextprotocol/sdk": "^1.18.1"
38
38
  },
39
39
  "dependencies": {
40
- "@olane/o-config": "0.7.12-alpha.74",
41
- "@olane/o-core": "0.7.12-alpha.74",
42
- "@olane/o-intelligence": "0.7.12-alpha.74",
43
- "@olane/o-lane": "0.7.12-alpha.74",
44
- "@olane/o-leader": "0.7.12-alpha.74",
45
- "@olane/o-node": "0.7.12-alpha.74",
46
- "@olane/o-protocol": "0.7.12-alpha.74",
47
- "@olane/o-storage": "0.7.12-alpha.74",
48
- "@olane/o-tool": "0.7.12-alpha.74",
40
+ "@olane/o-config": "0.7.12-alpha.76",
41
+ "@olane/o-core": "0.7.12-alpha.76",
42
+ "@olane/o-intelligence": "0.7.12-alpha.76",
43
+ "@olane/o-lane": "0.7.12-alpha.76",
44
+ "@olane/o-leader": "0.7.12-alpha.76",
45
+ "@olane/o-node": "0.7.12-alpha.76",
46
+ "@olane/o-protocol": "0.7.12-alpha.76",
47
+ "@olane/o-storage": "0.7.12-alpha.76",
48
+ "@olane/o-tool": "0.7.12-alpha.76",
49
49
  "debug": "^4.4.1",
50
50
  "dotenv": "^16.5.0",
51
51
  "express": "^4.18.2",
@@ -72,5 +72,5 @@
72
72
  "tsx": "^4.20.3",
73
73
  "typescript": "5.4.5"
74
74
  },
75
- "gitHead": "4fe582574d5c63841d40db42d8aaa74d9f2d01a1"
75
+ "gitHead": "2824fcbb8216f9a579d37f5528f273d22419865d"
76
76
  }