Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.agentfront.dev/llms.txt

Use this file to discover all available pages before exploring further.

Launches the MCP Inspector UI for testing and debugging your server’s tools, resources, and prompts.

Usage

nx inspector my-app

Configuration

project.json
{
  "targets": {
    "inspector": {
      "executor": "@frontmcp/nx:inspector",
      "options": {}
    }
  }
}

Options

OptionTypeDescription
portnumberInspector port

Behavior

  • Opens the MCP Inspector at http://localhost:6274
  • Connect to your running server to browse and test capabilities
  • Not cacheable: Interactive, long-running process