FULL v0、Cursor、Manus、Same.dev、Lovable、Devin、Replit Agent、Windsurf Agent、VSCode Agent、Dia Browser、Trae AI 和 Cluely(以及其他开源)系统提示、工具和 AI 模型。
github: https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools
https://github.com/punkpeye/fastmcp
wsl --update
wsl -l -v
如果显示为 WSL 1,可以通过以下方式转换:
wsl --set-version <发行版名称> 2
确保 Hyper-V 和虚拟机平台启用:
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart dism.exe /online /enable-feature /featurename:Microsoft-Hyper-V-All /all /norestart
然后重启电脑。
https://github.com/punkpeye/awesome-mcp-servers/blob/main/README-zh.md https://github.com/yzfly/Awesome-MCP-ZH https://github.com/punkpeye/awesome-mcp-clients https://mcp.so/
version: "3.9" services: main: image: b3log/siyuan command: ['--workspace=/siyuan/workspace', '--accessAuthCode=652511569'] ports: - 6806:6806 volumes: - /mnt/nvme0n1-4/docker/volumes/siyuan:/siyuan/workspace restart: unless-stopped environment: - TZ=${TimeZone} - PUID=1000 - PGID=1000
docker-compose up -d
https://blog.csdn.net/u013564470/article/details/143799184 https://blog.imbhj.com/archives/Ims5hvFf https://hub.docker.com/r/b3log/siyuan https://github.com/siyuan-note/siyuan/blob/master/README_zh_CN.md