axint.project.pack
Generate the Axint project-start pack for a new Apple app without writing files. Use: use to bootstrap a new Apple project with Axint instructions; use project.index to inspect an existing project. Inputs: cwd and projectName identify the project; host choices control generated integration files. Effects: read-only generated file pack; writes no files and uses no network.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | MCP mode. local uses npx stdio; remote uses mcp.axint.ai. | |
| agent | No | Agent target. Defaults to all. | |
| format | No | Output format. Defaults to markdown. | |
| targetDir | No | Project directory label to embed in the report. | |
| projectName | No | Project name to embed in the generated instructions. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| isError | No |