How InitProject integrates system prompts
mainWhen the InitProject tool is called, codemcp performs the following integration steps:
- Reads the
codemcp.tomlfile from the project root. - Constructs a comprehensive system prompt consisting of:
- Default system instructions.
- The custom
project_promptdefined in the config. - Instructions on when and how to use the available tools (e.g., instructing Claude to use the Format tool once a task is complete if a
formatcommand is configured).