├── .gitignore ├── Dockerfile ├── README.md ├── requirements.txt └── xiaohongshu_mcp.py /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonaFly/RednoteMCP/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonaFly/RednoteMCP/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonaFly/RednoteMCP/HEAD/requirements.txt -------------------------------------------------------------------------------- /xiaohongshu_mcp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonaFly/RednoteMCP/HEAD/xiaohongshu_mcp.py --------------------------------------------------------------------------------