# Evaluating menuQA flow
## Build it
```
pnpm build
```
or if you need to, build everything:
```
cd </path/to/genkit>; pnpm run setup; cd -
```
where `</path/to/genkit>` is the top level of the genkit repo.
## Run setup
This will add the `GenkitGrubPub.pdf` to your index:
```
genkit flow:run setup
```
or add more pdfs to the index if you want:
```
genkit flow:run setup '["./path/to/your/file.pdf"]'
```
## Run the flow via cli
```
genkit flow:run menuQA '"What burgers are on the menu?"'
```
## Run the flow in the Developer UI
```
genkit start
```
Click on the `menuQA` flow in the lefthand navigation panel to run the new flow.
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/firebase/genkit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server