Skip to content

Commit f11da38

Browse files
committed
add MCP support
1 parent bfcf6c3 commit f11da38

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,13 @@ OPENAI_API_KEY=sk-... MODEL=gpt-5.2 BASE_URL=https://api.openai.com/v1 \
646646
In Cursor or Claude Code, simply ask:
647647

648648
```
649-
Analyze the authentication flow in https://github.com/user/my-project
649+
Use FastCode to analyze what this repository at /path/to/repo_name is for.
650+
```
651+
652+
or
653+
654+
```
655+
Use FastCode to analyze the authentication flow in https://github.com/user/my-project
650656
```
651657

652658
The AI assistant will call `code_qa` with the URL, FastCode will clone and index the repo (if needed), and return a detailed answer with source references.

0 commit comments

Comments
 (0)