@modeltoolsprotocol/mtpcli 1.1.0 → 1.1.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 -5
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
The command-line interface for the [Model Tools Protocol](https://github.com/modeltoolsprotocol/modeltoolsprotocol) (MTP). Discover, authenticate, and bridge tools that implement the `--describe` convention.
|
|
4
4
|
|
|
5
|
-
CLI tools are composable but not LLM-discoverable. MCP tools are discoverable but not composable. MTP bridges the gap with a single `--describe` flag. See the [protocol README](https://github.com/modeltoolsprotocol/modeltoolsprotocol) for the full rationale.
|
|
5
|
+
CLI tools are composable but not LLM-discoverable. MCP tools are discoverable but not composable. MTP bridges the gap with a single `--describe` flag. **mtpcli** turns any `--describe` CLI into an MCP server, turns any MCP server into a composable CLI, and handles discovery, auth, and validation along the way. See the [protocol README](https://github.com/modeltoolsprotocol/modeltoolsprotocol) for the full rationale.
|
|
6
6
|
|
|
7
7
|
## Install
|
|
8
8
|
|
|
@@ -10,10 +10,6 @@ CLI tools are composable but not LLM-discoverable. MCP tools are discoverable bu
|
|
|
10
10
|
npm install -g @modeltoolsprotocol/mtpcli
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
-
## What it does
|
|
14
|
-
|
|
15
|
-
**mtpcli** bridges the gap between CLI tools and MCP servers. It turns any `--describe` CLI into an MCP server, turns any MCP server into a composable CLI, and handles discovery, auth, and validation along the way.
|
|
16
|
-
|
|
17
13
|
## Usage
|
|
18
14
|
|
|
19
15
|
### Serve CLI tools over MCP
|
package/dist/index.js
CHANGED
|
@@ -10954,7 +10954,7 @@ function selfDescribe() {
|
|
|
10954
10954
|
};
|
|
10955
10955
|
console.log(JSON.stringify(cleanJson(schema), null, 2));
|
|
10956
10956
|
}
|
|
10957
|
-
var VERSION = "1.1.
|
|
10957
|
+
var VERSION = "1.1.1", program2, authCmd;
|
|
10958
10958
|
var init_src = __esm(async () => {
|
|
10959
10959
|
init_esm();
|
|
10960
10960
|
init_models();
|