Skip to content

Commit d387b8d

Browse files
committed
docs(copilot): prefer Context7 for InsightVM API
1 parent 934685e commit d387b8d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/copilot-instructions.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ InsightVM-Python is a modern Python client library for Rapid7 InsightVM and Palo
1010
**Python Support:** 3.8+
1111
**Architecture:** BaseAPI inheritance pattern with unified client interface
1212

13+
## Context Sources
14+
15+
The repository integrates an external MCP knowledge source called "Context7" for up-to-date Rapid7 InsightVM API information. When generating, updating, or reviewing code that interacts with the InsightVM API, prefer Context7 as the primary reference for:
16+
- Endpoint paths and HTTP methods
17+
- Request and response payload shapes and fields
18+
- Supported query parameters, filters, and operators
19+
- Example requests, responses, and usage patterns
20+
21+
Context7 MCP reference: `/riza/rapid7-insightvm-api-docs` (high-coverage snippets and a high trust score). Always validate generated code against the local `docs/` files and, where possible, test against a live InsightVM instance.
22+
1323
## Project Structure
1424

1525
```

0 commit comments

Comments
 (0)