@utaba/ucm-mcp-server 5.3.0 → 5.3.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.
@@ -1,6 +1,6 @@
1
1
  import { BaseToolController } from '../base/BaseToolController.js';
2
2
  //import packageJson from '../../../../publish/package.json' assert { type: 'json' };
3
- const version = '5.3.0'; //TODO: tried to sync this with packageJson but it didn't work.
3
+ const version = '5.3.1'; //TODO: tried to sync this with packageJson but it didn't work.
4
4
  export class HealthCheckController extends BaseToolController {
5
5
  constructor(ucmClient, logger, publishingAuthorId) {
6
6
  super(ucmClient, logger, publishingAuthorId);
@@ -9,7 +9,7 @@ export class HealthCheckController extends BaseToolController {
9
9
  return 'ucm_health_check';
10
10
  }
11
11
  get description() {
12
- return 'Check MCP server and UCM API connectivity status';
12
+ return 'Checks API connectivity only does NOT load operational context. Use ucm_connect for conversation initialisation';
13
13
  }
14
14
  get inputSchema() {
15
15
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@utaba/ucm-mcp-server",
3
- "version": "5.3.0",
3
+ "version": "5.3.1",
4
4
  "description": "Universal Context Manager MCP Server - AI Productivity Platform",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ucm-mcp-server",
3
- "version": "5.3.0",
3
+ "version": "5.3.1",
4
4
  "description": "Universal Context Manager MCP Server - AI Productivity Platform",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",