ftp-mcp 1.2.0 → 1.2.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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -86,7 +86,7 @@ export FTPMCP_AGENT="pageant"
86
86
 
87
87
  ### 3. Client Integration
88
88
 
89
- Register the MCP server directly to your AI Code Editor (Cursor, VSCode with Roo, Windsurf, or Amplitude).
89
+ Register the MCP server directly to your AI Code Editor (Cursor, Cline, Claude Desktop, Windsurf, etc.).
90
90
 
91
91
  Example integration:
92
92
  - **Command:** `npx`
package/index.js CHANGED
@@ -657,7 +657,7 @@ function generateSemanticPreview(filesToChange) {
657
657
  const server = new Server(
658
658
  {
659
659
  name: "ftp-mcp-server",
660
- version: "1.2.0",
660
+ version: "1.2.1",
661
661
  },
662
662
  {
663
663
  capabilities: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ftp-mcp",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Enterprise-grade MCP server providing heavily optimized FTP/SFTP operations with smart sync, patch/chunk streaming, caching, and explicit read-only security mappings for AI code assistants.",
5
5
  "type": "module",
6
6
  "main": "index.js",