@dangamsoft/cafe-mcp 0.0.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 +14 -0
- package/package.json +25 -0
package/README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# @dangamsoft/cafe-mcp
|
|
2
|
+
|
|
3
|
+
Korean Saju (Four Pillars) MCP server โ **coming soon**.
|
|
4
|
+
|
|
5
|
+
This is a placeholder. The actual MCP server implementation will be released in v0.6.0.
|
|
6
|
+
|
|
7
|
+
For the public ontology (1,711 RDF triples ยท 18 patterns ยท 75 sinsal ยท CC BY 4.0)
|
|
8
|
+
and roadmap, see the GitHub repository:
|
|
9
|
+
|
|
10
|
+
๐ https://github.com/dangamsoft/cafe-mcp
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
Built by [Dangamsoft (๋จ๊ฐ์ํํธ)](https://24plus.ai.kr).
|
package/package.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@dangamsoft/cafe-mcp",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"description": "Korean Saju (Four Pillars) MCP server โ coming soon. See https://github.com/dangamsoft/cafe-mcp",
|
|
5
|
+
"license": "Apache-2.0",
|
|
6
|
+
"author": "Dangamsoft",
|
|
7
|
+
"homepage": "https://github.com/dangamsoft/cafe-mcp",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "git+https://github.com/dangamsoft/cafe-mcp.git"
|
|
11
|
+
},
|
|
12
|
+
"bugs": {
|
|
13
|
+
"url": "https://github.com/dangamsoft/cafe-mcp/issues"
|
|
14
|
+
},
|
|
15
|
+
"keywords": [
|
|
16
|
+
"mcp",
|
|
17
|
+
"saju",
|
|
18
|
+
"bazi",
|
|
19
|
+
"korean",
|
|
20
|
+
"four-pillars",
|
|
21
|
+
"fortune-telling",
|
|
22
|
+
"ontology",
|
|
23
|
+
"cafe-engine"
|
|
24
|
+
]
|
|
25
|
+
}
|