## 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 the flow via cli
```
genkit flow:run menuSuggestionFlow '"astronauts"'
```
## Run the flow in the Developer UI
```
genkit start
```
Click on `menuSuggestionFlow` 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