@nahisaho/musubix-mcp-server 1.0.0 → 1.0.2

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 @@
7
7
  * @module prompts
8
8
  *
9
9
  * @see REQ-INT-102 - MCP Server
10
- * @see REQ-CORE-101 - SDD Workflow
10
+ * @see REQ-INT-102 - SDD Workflow
11
11
  */
12
12
  import type { PromptDefinition } from '../types.js';
13
13
  /**
@@ -7,7 +7,7 @@
7
7
  * @module prompts
8
8
  *
9
9
  * @see REQ-INT-102 - MCP Server
10
- * @see REQ-CORE-101 - SDD Workflow
10
+ * @see REQ-INT-102 - SDD Workflow
11
11
  */
12
12
  /**
13
13
  * Create user message helper
@@ -7,7 +7,7 @@
7
7
  * @module resources
8
8
  *
9
9
  * @see REQ-INT-102 - MCP Server
10
- * @see REQ-CORE-101 - SDD Workflow
10
+ * @see REQ-INT-102 - SDD Workflow
11
11
  */
12
12
  import type { ResourceDefinition, ResourceTemplateDefinition } from '../types.js';
13
13
  /**
@@ -7,7 +7,7 @@
7
7
  * @module resources
8
8
  *
9
9
  * @see REQ-INT-102 - MCP Server
10
- * @see REQ-CORE-101 - SDD Workflow
10
+ * @see REQ-INT-102 - SDD Workflow
11
11
  */
12
12
  // ============================================================
13
13
  // Static Resources
@@ -7,7 +7,7 @@
7
7
  * @module tools
8
8
  *
9
9
  * @see REQ-INT-102 - MCP Server
10
- * @see REQ-CORE-101 - SDD Workflow
10
+ * @see REQ-INT-102 - SDD Workflow
11
11
  */
12
12
  import type { ToolDefinition } from '../types.js';
13
13
  /**
@@ -7,7 +7,7 @@
7
7
  * @module tools
8
8
  *
9
9
  * @see REQ-INT-102 - MCP Server
10
- * @see REQ-CORE-101 - SDD Workflow
10
+ * @see REQ-INT-102 - SDD Workflow
11
11
  */
12
12
  /**
13
13
  * Create text content helper
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nahisaho/musubix-mcp-server",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "MUSUBIX MCP Server - Model Context Protocol Server for AI Platforms",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -44,13 +44,13 @@
44
44
  "typecheck": "tsc --noEmit"
45
45
  },
46
46
  "dependencies": {
47
- "@modelcontextprotocol/sdk": "^0.5.0",
47
+ "@modelcontextprotocol/sdk": "^1.25.1",
48
48
  "zod": "^3.22.0"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@types/node": "^20.10.0",
52
52
  "typescript": "^5.3.0",
53
- "vitest": "^1.0.0"
53
+ "vitest": "^4.0.16"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "@nahisaho/musubix-core": ">=0.1.0"