export const mcpServerInstructions = `
The Nx MCP server provides tools for working with Nx monorepo workspaces. Use it to:
- Understand workspace architecture, project dependencies, and configuration
- Retrieve up-to-date Nx documentation for configuration questions and best practices
- Explore individual project details, targets, and how to run them
- Discover available generators and scaffold new code
- Visualize project and task dependency graphs
- Monitor running tasks and view their output
- Analyze CI/CD pipeline performance and history from Nx Cloud
- Interact with Nx Cloud self-healing CI
Any kind of work inside the Nx workspace or monorepo as well when working with CI can make use of the Nx MCP server.
`;