bashterm-mcp 0.1.7 → 0.1.8
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/README.zh-CN.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# bashterm-mcp
|
|
2
2
|
|
|
3
|
-
[](README.zh-CN.md) [](README.zh-CN.md) [](https://github.com/1170953489/bashterm-mcp/releases) [](https://www.npmjs.com/package/bashterm-mcp) [](https://github.com/1170953489/bashterm-mcp/releases)
|
|
4
4
|
|
|
5
5
|
MCP server that executes commands in **visible VSCode terminal tabs** with full output capture. Unlike inline execution, every command runs in a real terminal you can see, scroll, and interact with.
|
|
6
6
|
|
package/README.zh-CN.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# bashterm-mcp
|
|
2
2
|
|
|
3
|
-
[](README.md) [](README.md) [](https://github.com/1170953489/bashterm-mcp/releases) [](https://www.npmjs.com/package/bashterm-mcp) [](https://github.com/1170953489/bashterm-mcp/releases)
|
|
4
4
|
|
|
5
5
|
在 **VSCode 可见的终端标签页**中执行命令的 MCP 服务器,支持完整输出捕获。与内联执行不同,每个命令都在真正的终端中运行,你可以看到、滚动并与之交互。
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
"name": "bashterm-mcp",
|
|
3
3
|
"displayName": "Terminal MCP Server (Windows Compatible)",
|
|
4
4
|
"description": "MCP server that provides visible terminal sessions in VSCode. Supports Windows, macOS and Linux.",
|
|
5
|
-
"version": "0.1.
|
|
5
|
+
"version": "0.1.8",
|
|
6
6
|
"publisher": "hcdb",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"author": "hcdb",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "https://github.com/1170953489/bashterm-mcp.git"
|
|
11
|
+
"url": "git+https://github.com/1170953489/bashterm-mcp.git"
|
|
12
12
|
},
|
|
13
13
|
"homepage": "https://github.com/1170953489/bashterm-mcp#readme",
|
|
14
14
|
"bugs": {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
],
|
|
37
37
|
"main": "./dist/extension.js",
|
|
38
38
|
"bin": {
|
|
39
|
-
"bashterm-mcp": "
|
|
39
|
+
"bashterm-mcp": "dist/mcp-entry.js"
|
|
40
40
|
},
|
|
41
41
|
"contributes": {
|
|
42
42
|
"mcpServers": {
|