|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8"> |
5 | | - <title>Document</title> |
6 | | - <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> |
7 | | - <meta name="description" content="Description"> |
| 5 | + <title>Rust MCP Filesystem - fast asynchronous MCP server for seamless filesystem operations.</title> |
| 6 | + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> |
| 7 | + <meta name="description" content="Rust MCP Filesystem is a high-performance Rust library for safe, cross-platform filesystem operations. Explore features, installation, and usage."> |
| 8 | + <meta name="keywords" content="MCP Server, Rust MCP Server, Rust MCP Filesystem, Rust library, file operations, cross-platform"> |
8 | 9 | <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0"> |
| 10 | + <meta name="robots" content="index, follow"> |
| 11 | + <link rel="canonical" href="https://rust-mcp-stack.github.io/rust-mcp-filesystem/"> |
| 12 | + |
| 13 | + |
| 14 | + <meta property="og:title" content="Rust MCP Filesystem: fast, asynchronous MCP server for seamless filesystem operations."> |
| 15 | + <meta property="og:description" content="Discover Rust MCP Filesystem, a Rust library for safe and efficient filesystem operations across platforms."> |
| 16 | + <meta property="og:url" content="https://rust-mcp-stack.github.io/rust-mcp-filesystem/"> |
| 17 | + <meta property="og:type" content="website"> |
| 18 | + <meta property="og:site_name" content="Rust MCP Filesystem"> |
| 19 | + |
| 20 | + <meta property="og:image" content="https://rust-mcp-stack.github.io/rust-mcp-filesystem/_media/rust-mcp-filesystem.png"> |
| 21 | + <meta property="og:image:alt" content="Rust MCP Filesystem logo"> |
| 22 | + |
| 23 | + |
| 24 | + <meta name="twitter:card" content="summary_large_image"> |
| 25 | + <meta name="twitter:title" content="Rust MCP Filesystem: fast, asynchronous MCP server for seamless filesystem operations."> |
| 26 | + <meta name="twitter:description" content="Rust MCP Filesystem offers safe, cross-platform filesystem operations in Rust. Learn more about its features and usage."> |
| 27 | + <meta name="twitter:image" content="https://rust-mcp-stack.github.io/rust-mcp-filesystem/_media/rust-mcp-filesystem.png"> |
| 28 | + <meta name="twitter:image:alt" content="Rust MCP Filesystem"> |
| 29 | + <meta name="twitter:site" content="@rustmcp"> |
| 30 | + |
9 | 31 | <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css"> |
10 | 32 |
|
| 33 | + |
11 | 34 | <!-- Google Tag Manager --> |
12 | 35 | <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': |
13 | 36 | new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], |
|
0 commit comments