Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions eng/tools/ToolDescriptionEvaluator/Quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ Or copy `.env.example` to `.env` and fill in your credentials.
./scripts/Run-ToolDescriptionEvaluator.ps1

# For Fabric MCP Server
./scripts/Run-ToolDescriptionEvaluator.ps1 -Server "Fabric"
./scripts/Run-ToolDescriptionEvaluator.ps1 -Area "Acr"

# For a specific server executable
./scripts/Run-ToolDescriptionEvaluator.ps1 -ServerExe "./path/to/azmcp.exe"
# Build the Azure.Mcp.Server as part of the run
./scripts/Run-ToolDescriptionEvaluator.ps1 -BuildAzureMcp
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems to not match the previous instructions of running a specific server, this instead tells the tool descriptor to build Azure MCP. What are the instructions to run only the Azure MCP server?

```

4. Check if your tool ranks in the top 3 for the prompts (ideally #1) and with a score of at least `0.4`
Expand Down
Loading