1. 测试成果
2. 参考资料
- 明易大佬的文章 使用 TRAE + PromptX 创作小说,原来这么简单!
- 明易大佬的B站:视频 课件
- github: https://github.com/Deepractice/PromptX
3. 实践
- 下载Trae
- 配置MCP
手动添加:
python
{
"mcpServers": {
"promptx": {
"command": "npx",
"args": [
"-y",
"-f",
"--registry",
"https://registry.npmjs.org",
"dpml-prompt@beta",
"mcp-server"
]
}
}
}
- 然后就可以在开始创建角色了
- 下班了,先收藏,后续有空再写