@typia/mcp 13.0.0-dev.20260507 → 13.0.0-dev.20260510

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.
Files changed (2) hide show
  1. package/README.md +2 -3
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -17,9 +17,8 @@ Registers typia controllers as MCP tools with automatic validation.
17
17
  ## Setup
18
18
 
19
19
  ```bash
20
- npm install @typia/mcp @modelcontextprotocol/sdk
21
- npm install typia
22
- npx typia setup
20
+ npm install @typia/mcp @modelcontextprotocol/sdk typia
21
+ npm install -D ttsc @typescript/native-preview
23
22
  ```
24
23
 
25
24
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typia/mcp",
3
- "version": "13.0.0-dev.20260507",
3
+ "version": "13.0.0-dev.20260510",
4
4
  "description": "MCP (Model Context Protocol) integration for typia",
5
5
  "main": "lib/index.js",
6
6
  "exports": {
@@ -23,8 +23,8 @@
23
23
  "homepage": "https://typia.io",
24
24
  "dependencies": {
25
25
  "zod-to-json-schema": ">=3.24.0",
26
- "@typia/interface": "^13.0.0-dev.20260507",
27
- "@typia/utils": "^13.0.0-dev.20260507"
26
+ "@typia/interface": "^13.0.0-dev.20260510",
27
+ "@typia/utils": "^13.0.0-dev.20260510"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "@modelcontextprotocol/sdk": ">=1.0.0"
@@ -33,14 +33,14 @@
33
33
  "@modelcontextprotocol/sdk": "^1.26.0",
34
34
  "@rollup/plugin-commonjs": "^29.0.0",
35
35
  "@rollup/plugin-node-resolve": "^16.0.3",
36
- "@typescript/native-preview": "7.0.0-dev.20260505.1",
36
+ "@typescript/native-preview": "7.0.0-dev.20260510.1",
37
37
  "rimraf": "^6.1.2",
38
38
  "rollup": "^4.56.0",
39
39
  "rollup-plugin-auto-external": "^2.0.0",
40
40
  "rollup-plugin-node-externals": "^8.1.2",
41
41
  "tinyglobby": "^0.2.12",
42
42
  "zod": "^3.25.0",
43
- "ttsc": "^0.8.1"
43
+ "ttsc": "^0.10.0"
44
44
  },
45
45
  "sideEffects": false,
46
46
  "files": [