@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.
- package/README.md +1 -1
- package/index.js +1 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
[](LICENSE)
|
|
10
10
|
[](https://www.w3.org/TR/owl2-overview/)
|
|
11
11
|
[](./ontology/)
|
|
12
|
-
[](#)
|
|
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
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dangamsoft/cafe-mcp",
|
|
3
|
-
"version": "0.6.
|
|
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",
|