You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project bundles the mcp-server-office, mcp-server-filesystem, and mcp-tunnel tools into a single executable package for easy distribution and use.
3
+
This project bundles the mcp-filesystem-edit and mcp-tunnel tools into a single executable package for easy distribution and use.
4
4
5
5
## Features
6
6
7
-
- Single executable that starts mcp-server-office, mcp-server-filesystem, and mcp-tunnel
7
+
- Single executable that starts mcp-filesystem-edit and mcp-tunnel
8
8
- Graceful shutdown with Ctrl+C (kills all child processes)
9
9
- Windows and macOS executable packaging
10
-
- macOS version includes only mcp-tunnel and mcp-server-filesystem (no mcp-server-office)
10
+
11
+
## Usage
12
+
13
+
1. Run `make package` to build the executable. It will be output into the `dist` directory.
0 commit comments