From 472b59db3f30451457daa23d067afdcfcb7cb6b5 Mon Sep 17 00:00:00 2001 From: Daniel Rodriguez Date: Thu, 12 Mar 2026 10:15:52 -0500 Subject: [PATCH 1/2] Create context7.json --- context7.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 context7.json diff --git a/context7.json b/context7.json new file mode 100644 index 0000000000..d87afcd31e --- /dev/null +++ b/context7.json @@ -0,0 +1,4 @@ +{ + "url": "https://context7.com/nvidia/cuda-python", + "public_key": "pk_gupaHhsdvsuT1j3BZpb7i" +} From 73db51feee35d6fe2ad8c3abeb96851bd3ef8e78 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Wed, 1 Apr 2026 11:09:10 -0700 Subject: [PATCH 2/2] Claim cuda-python on Context7 Context7 (https://context7.com) is an MCP server that indexes library documentation and serves it to AI coding assistants. This file registers NVIDIA as the owner of the cuda-python project on Context7, giving us control over how and when our documentation is parsed and indexed. See https://context7.com/nvidia/cuda-python for the resulting page and https://context7.com/docs/adding-libraries for the file format reference. Made-with: Cursor --- context7.json | 1 + 1 file changed, 1 insertion(+) diff --git a/context7.json b/context7.json index d87afcd31e..43364b6dbe 100644 --- a/context7.json +++ b/context7.json @@ -1,4 +1,5 @@ { + "description": "Python access to NVIDIA's CUDA platform, including cuda.bindings (low-level CUDA C API bindings), cuda.core (Pythonic CUDA runtime), and cuda.pathfinder (component discovery)", "url": "https://context7.com/nvidia/cuda-python", "public_key": "pk_gupaHhsdvsuT1j3BZpb7i" }