karukia-mcp 1.2.2 → 1.2.4
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 +16 -1
- package/dist/http.js +218 -74
- package/dist/index.js +217 -73
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# KARUKIA MCP
|
|
1
|
+
# KARUKIA MCP
|
|
2
2
|
|
|
3
3
|
**The complete AI-assisted development methodology, delivered via MCP.**
|
|
4
4
|
|
|
@@ -213,6 +213,21 @@ Your AI calls `auto` — analyzes the request — routes to the right skill(s)
|
|
|
213
213
|
|
|
214
214
|
---
|
|
215
215
|
|
|
216
|
+
## Documentation
|
|
217
|
+
|
|
218
|
+
- [Livre Blanc (Francais)](./LIVRE-BLANC.md) — Document technique detaille : architecture, methodologie, cas d'usage
|
|
219
|
+
- [Whitepaper (English)](./WHITEPAPER.md) — Technical deep-dive: architecture, methodology, use cases
|
|
220
|
+
|
|
221
|
+
---
|
|
222
|
+
|
|
223
|
+
## Cloud / Enterprise
|
|
224
|
+
|
|
225
|
+
KARUKIA runs locally by default (stdio transport via `npx`). A remote HTTP transport is also available for enterprise deployments — hosted on your own infrastructure, accessible via API with bearer authentication.
|
|
226
|
+
|
|
227
|
+
Interested in a managed KARUKIA instance for your team? Contact: **contact@karukia.com**
|
|
228
|
+
|
|
229
|
+
---
|
|
230
|
+
|
|
216
231
|
## About KARUKIA
|
|
217
232
|
|
|
218
233
|
KARUKIA is a structured AI-assisted development methodology built around three principles:
|