@utaba/ucm-mcp-server 5.0.1 → 5.1.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.
@@ -102,7 +102,7 @@ export class SignOutTool extends BaseToolController {
102
102
  const providerName = connectionType === 'sharepoint' ? 'SharePoint' : 'Remote MCP Server';
103
103
  lines.push(`# ${providerName} Authorization Revoked\n`);
104
104
  if (result.success) {
105
- lines.push('✅ **Status**: Authorization successfully revoked\n');
105
+ lines.push(`✅ **Status**: ${result.message || 'Authorization successfully revoked'}\n`);
106
106
  lines.push(`**Connection ID**: ${result.connectionId || connectionId}\n`);
107
107
  if (result.connectionName) {
108
108
  lines.push(`**Connection Name**: ${result.connectionName}\n`);
@@ -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.0.1'; //TODO: tried to sync this with packageJson but it didn't work.
3
+ const version = '5.1.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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@utaba/ucm-mcp-server",
3
- "version": "5.0.1",
3
+ "version": "5.1.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.0.1",
3
+ "version": "5.1.1",
4
4
  "description": "Universal Context Manager MCP Server - AI Productivity Platform",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",