@utaba/ucm-mcp-server 1.0.3 → 1.0.5

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.
@@ -7,7 +7,7 @@ export class QuickstartTool extends BaseToolController {
7
7
  return 'mcp_ucm_quickstart';
8
8
  }
9
9
  get description() {
10
- return 'Get the UCM quickstart guide to understand how to use the UCM system and MCP tools effectively';
10
+ return '**IMPORTANT** READ THIS FIRST before using any other tools as it will guide you to understand how to use the UCM system and MCP tools effectively';
11
11
  }
12
12
  get inputSchema() {
13
13
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@utaba/ucm-mcp-server",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "Universal Context Manager MCP Server - AI-native artifact management",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ucm-mcp-server",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "Universal Context Manager MCP Server - AI-native artifact management",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",