Datasets:
Fix dataset URL casing in loading example and citation
Browse files
README.md
CHANGED
|
@@ -38,7 +38,7 @@ The catalogue is the underlying dataset for PolicyLayer's research report,
|
|
| 38 |
```python
|
| 39 |
from datasets import load_dataset
|
| 40 |
|
| 41 |
-
ds = load_dataset("
|
| 42 |
servers = ds["servers"]
|
| 43 |
tools = ds["tools"]
|
| 44 |
|
|
@@ -128,7 +128,7 @@ For the dataset itself:
|
|
| 128 |
|
| 129 |
```
|
| 130 |
PolicyLayer. (2026). PolicyLayer MCP Server Catalogue [Data set].
|
| 131 |
-
Hugging Face. https://huggingface.co/datasets/
|
| 132 |
```
|
| 133 |
|
| 134 |
---
|
|
|
|
| 38 |
```python
|
| 39 |
from datasets import load_dataset
|
| 40 |
|
| 41 |
+
ds = load_dataset("PolicyLayer/mcp-server-catalogue")
|
| 42 |
servers = ds["servers"]
|
| 43 |
tools = ds["tools"]
|
| 44 |
|
|
|
|
| 128 |
|
| 129 |
```
|
| 130 |
PolicyLayer. (2026). PolicyLayer MCP Server Catalogue [Data set].
|
| 131 |
+
Hugging Face. https://huggingface.co/datasets/PolicyLayer/mcp-server-catalogue
|
| 132 |
```
|
| 133 |
|
| 134 |
---
|