@josephyan/qingflow-app-builder-mcp
v1.1.33
Published
Builder MCP for Qingflow app/package/system design and staged solution workflows.
Maintainers
Readme
Qingflow App Builder MCP
Install:
npm install @josephyan/[email protected]Run:
npx -y -p @josephyan/[email protected] qingflow-app-builder-mcpEnvironment:
QINGFLOW_MCP_DEFAULT_BASE_URLQINGFLOW_MCP_DEFAULT_QF_VERSIONQINGFLOW_MCP_HOME
This package bootstraps a local Python runtime on first install and then starts the qingflow-app-builder-mcp stdio MCP server.
Bundled skills:
skills/qingflow-app-builderskills/qingflow-app-builder-code-integrationsskills/qingflow-workflow-builderskills/qingflow-mcp-setup
Note:
- The skill files are included in the npm package.
- Installing the npm package does not overwrite agent skills automatically.
- To mount bundled skills from an installed package, run
qingflow-app-builder-mcp-skills install --agent codex --scope user. - For one-shot
npx -pinstalls, prefer--copybecause symlinks would point into the npm execution cache. - Use
qingflow-app-builder-mcp-skills listto inspect bundled skills. The installer defaults to symlinks for stable package installs and refuses to overwrite existing skills unless--forceis provided. - If a stdio MCP client reports
Transport closed, delete.npm-python, reinstall the package, and make sure CLI/user/builder packages are on the same version. The stdio entrypoints refuse runtime bootstrap so install logs never corrupt MCP stdout.
