Skip to content

Commit 67f30ae

Browse files
aborrusoclaude
andcommitted
chore: bump version to v0.4.87
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c361eca commit 67f30ae

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dxt_version": "0.1",
33
"name": "ckan-mcp-server",
4-
"version": "0.4.86",
4+
"version": "0.4.87",
55
"display_name": "CKAN MCP Server",
66
"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.",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aborruso/ckan-mcp-server",
3-
"version": "0.4.86",
3+
"version": "0.4.87",
44
"mcpName": "io.github.aborruso/ckan-mcp-server",
55
"description": "MCP server for interacting with CKAN open data portals",
66
"main": "dist/index.js",

src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { registerAllPrompts } from "./prompts/index.js";
1919
export function createServer(): McpServer {
2020
return new McpServer({
2121
name: "ckan-mcp-server",
22-
version: "0.4.86"
22+
version: "0.4.87"
2323
});
2424
}
2525

src/worker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ export default {
221221
if (request.method === 'GET' && url.pathname === '/health') {
222222
return new Response(JSON.stringify({
223223
status: 'ok',
224-
version: '0.4.86',
224+
version: '0.4.87',
225225
tools: 20,
226226
resources: 7,
227227
prompts: 6,

0 commit comments

Comments
 (0)