2 Commits

Author SHA1 Message Date
bea 2cb1666441 feat(ncmcp): enhanced CLI wrapper with positional args, stdin, @file, --curl
Step 9 of file management plan:

- Positional path: ncmcp read_file /Documents/file.txt (equiv to path=/...)
- stdin content: echo 'hello' | ncmcp upload_file path=/test.txt
- @file for upload: ncmcp upload_file path=/remote.txt @./local.txt (base64)
- @file for bulk_upload: ncmcp bulk_upload @./files.json
- --curl flag: ncmcp download_file path=/file --curl prints curl cmd
- Updated help text with all 21+ file tools
- Full tool list in --help output
- Backward compatible: key=value syntax unchanged
2026-05-11 17:28:46 +02:00
bea d308d8375e Add ncmcp.mjs CLI wrapper 2026-05-11 02:38:22 +02:00