@ai-task-flow/backend
v0.1.3
Published
HTTP + MCP backend server for AI Task Flow (含前端打包产物)
Maintainers
Readme
@ai-task-flow/backend
HTTP + MCP backend server for AI Task Flow. 含编译产物 + 前端打包静态文件。
⚠️ This is the backend runtime. End users should install
@ai-task-flow/cliinstead.
Programmatic Usage
import { startApp } from '@ai-task-flow/backend';
await startApp({
port: 3000,
host: '0.0.0.0',
// 单端口托管前端 SPA(必须是绝对路径,含 index.html)
frontendDist: '/path/to/dist',
});License
MIT © yufj
