Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions src/filesystem/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,6 @@ The mapping for filesystem tools is:
| `edit_file` | `false` | `false` | `true` | Re‑applying edits can fail or double‑apply |
| `move_file` | `false` | `false` | `true` | Deletes source file |

> Note: `idempotentHint` and `destructiveHint` are meaningful only when `readOnlyHint` is `false`, as defined by the MCP spec.

## Usage with Claude Desktop
Add this to your `claude_desktop_config.json`:

Expand Down Expand Up @@ -347,6 +345,14 @@ On Windows, use:
}
```

## Usage with ypipe

Install and run **ypipe** with a single command using JBang:
```bash
jbang ypipe@iunera/ypipe
```
Or download the desktop app from [ypipe.com](https://ypipe.com). Once opened, simply import the pre-configured [filesystem.ypipe](./filesystem.ypipe) blueprint configuration file to install and register this MCP server with one click.

## Build

Docker build:
Expand Down
Loading
Loading