Skip to content

Commit f6f735b

Browse files
committed
fix: remove data.europa.eu from CKAN portal examples (not a CKAN instance)
1 parent 06500c4 commit f6f735b

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

CLAUDE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,6 @@ The server can connect to any CKAN instance. Some main portals:
323323
- 🇺🇸 https://catalog.data.gov (United States)
324324
- 🇨🇦 https://open.canada.ca/data (Canada)
325325
- 🇬🇧 https://data.gov.uk (United Kingdom)
326-
- 🇪🇺 https://data.europa.eu (European Union)
327326
- 🌍 https://demo.ckan.org (Official CKAN Demo)
328327

329328
Each portal may have different configurations for:

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "ckan-mcp-server",
44
"version": "0.4.76",
55
"display_name": "CKAN MCP Server",
6-
"description": "Explore open data portals based on CKAN (dati.gov.it, data.gov, data.europa.eu, ...)",
6+
"description": "Explore open data portals based on CKAN (dati.gov.it, data.gov, open.canada.ca, ...)",
77
"long_description": "MCP server for interacting with CKAN-based open data portals. Provides tools for advanced dataset search with Solr syntax, DataStore queries for tabular data analysis, organization and group exploration, and complete metadata access.",
88
"author": {
99
"name": "ondata",

website/src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ const baseUrl = '/ckan-mcp-server';
241241
<div class="mono text-sm font-medium text-coral mb-4 tracking-wider">03</div>
242242
<h3 class="display-font text-2xl font-semibold text-navy mb-3">Hundreds of Portals</h3>
243243
<p class="text-gray-600 leading-relaxed">
244-
Connect to any CKAN portal worldwide: dati.gov.it, data.gov, data.europa.eu, and hundreds more.
244+
Connect to any CKAN portal worldwide: dati.gov.it, data.gov, open.canada.ca, and hundreds more.
245245
</p>
246246
</div>
247247

0 commit comments

Comments
 (0)