@dangamsoft/cafe-mcp 0.6.0 → 0.6.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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/index.js +1 -1
  3. package/package.json +2 -1
package/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
  [![License](https://img.shields.io/badge/License-Apache%202.0-green.svg)](LICENSE)
10
10
  [![W3C OWL 2](https://img.shields.io/badge/W3C-OWL%202-orange.svg)](https://www.w3.org/TR/owl2-overview/)
11
11
  [![Ontology](https://img.shields.io/badge/Ontology-1%2C711%20triples-brightgreen.svg)](./ontology/)
12
- [![Version](https://img.shields.io/badge/Version-0.6.0-green.svg)](#)
12
+ [![Version](https://img.shields.io/badge/Version-0.6.1-green.svg)](#)
13
13
 
14
14
  > ✅ **v0.6.0** — The MCP server is live. A local (stdio) server exposing
15
15
  > **5 free birth-chart tools** — `saju_chart`, `ohaeng_balance`, `gyeokguk`,
package/index.js CHANGED
@@ -104,7 +104,7 @@ const TOOLS = [
104
104
  const TOOL_BY_NAME = new Map(TOOLS.map((t) => [t.name, t]));
105
105
 
106
106
  const server = new Server(
107
- { name: "cafe-mcp", version: "0.6.0" },
107
+ { name: "cafe-mcp", version: "0.6.1" },
108
108
  { capabilities: { tools: {} } }
109
109
  );
110
110
 
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@dangamsoft/cafe-mcp",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
+ "mcpName": "io.github.dangamsoft/cafe-mcp",
4
5
  "description": "Korean Saju (Four Pillars / 사주명리) MCP server — 5 free birth-chart analysis tools (chart, five-elements, gyeokguk, yin-yang/climate, yongshin candidates) powered by the CAFE engine.",
5
6
  "type": "module",
6
7
  "license": "Apache-2.0",