@julong/mono-rele2-core 1.31.0 → 1.33.0
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 +10 -0
- package/dist/chunk-E55ANSJB.js +141 -0
- package/dist/chunk-SH6TK2SW.cjs +141 -0
- package/dist/cli.cjs +1 -2
- package/dist/cli.js +1 -2
- package/dist/index.cjs +1 -63
- package/dist/index.js +1 -63
- package/dist/server.cjs +1 -1
- package/dist/server.js +1 -1
- package/package.json +1 -1
- package/dist/skills/mono-rele2-core-cli/skill.md +0 -60
package/README.md
CHANGED
|
@@ -47,6 +47,16 @@ Run without arguments to list all available tools:
|
|
|
47
47
|
mono-rele2-core-cli
|
|
48
48
|
```
|
|
49
49
|
|
|
50
|
+
## Skill Installation
|
|
51
|
+
|
|
52
|
+
Install the CLI as a reusable skill for your AI agent:
|
|
53
|
+
|
|
54
|
+
```sh
|
|
55
|
+
npx skills add https://github.com/jl917/mcp-kit/tree/main/packages/core/skills
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
This registers all tools as callable skills in your agent's environment.
|
|
59
|
+
|
|
50
60
|
## Tools API Reference
|
|
51
61
|
|
|
52
62
|
### `echo(message)`
|