@typia/mcp 12.0.0-dev.20260225 → 12.0.0-dev.20260228

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 +6 -0
  2. package/package.json +3 -4
package/README.md CHANGED
@@ -1,8 +1,14 @@
1
1
  # `@typia/mcp`
2
2
 
3
+ ![Typia Logo](https://typia.io/logo.png)
4
+
3
5
  [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/samchon/typia/blob/master/LICENSE)
4
6
  [![NPM Version](https://img.shields.io/npm/v/typia.svg)](https://www.npmjs.com/package/typia)
5
7
  [![NPM Downloads](https://img.shields.io/npm/dm/typia.svg)](https://www.npmjs.com/package/typia)
8
+ [![Build Status](https://github.com/samchon/typia/workflows/test/badge.svg)](https://github.com/samchon/typia/actions?query=workflow%3Atest)
9
+ [![Guide Documents](https://img.shields.io/badge/Guide-Documents-forestgreen)](https://typia.io/docs/)
10
+ [![Gurubase](https://img.shields.io/badge/Gurubase-Document%20Chatbot-006BFF)](https://gurubase.io/g/typia)
11
+ [![Discord Badge](https://img.shields.io/badge/discord-samchon-d91965?style=flat&labelColor=5866f2&logo=discord&logoColor=white&link=https://discord.gg/E94XhzrUCZ)](https://discord.gg/E94XhzrUCZ)
6
12
 
7
13
  [MCP (Model Context Protocol)](https://modelcontextprotocol.io) integration for [`typia`](https://github.com/samchon/typia).
8
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typia/mcp",
3
- "version": "12.0.0-dev.20260225",
3
+ "version": "12.0.0-dev.20260228",
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": "^12.0.0-dev.20260225",
27
- "@typia/utils": "^12.0.0-dev.20260225"
26
+ "@typia/interface": "^12.0.0-dev.20260228",
27
+ "@typia/utils": "^12.0.0-dev.20260228"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "@modelcontextprotocol/sdk": ">=1.0.0"
@@ -44,7 +44,6 @@
44
44
  },
45
45
  "sideEffects": false,
46
46
  "files": [
47
- "LICENSE",
48
47
  "README.md",
49
48
  "package.json",
50
49
  "lib",