diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index d6689ed..7a7d56a 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "parseable", "displayName": "Parseable", - "version": "0.2.15", + "version": "0.2.16", "description": "Query and manage Parseable logs, metrics, datasets, and alerts from Cursor.", "author": { "name": "Parseable" diff --git a/package.json b/package.json index 12e9c4e..fb4d8d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@parseable/parseable-mcp-server", - "version": "0.2.15", + "version": "0.2.16", "mcpName": "io.github.parseablehq/parseable-mcp-server", "description": "Model Context Protocol server for Parseable. Lets LLMs discover and query Parseable datasets.", "repository": { diff --git a/server.json b/server.json index 6d5b4c1..8421d55 100644 --- a/server.json +++ b/server.json @@ -1,17 +1,18 @@ { "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json", "name": "io.github.parseablehq/parseable-mcp-server", + "title": "Parseable", "description": "Model Context Protocol server for Parseable. Lets LLMs discover and query Parseable.", "repository": { "url": "https://github.com/parseablehq/parseable-mcp-server", "source": "github" }, - "version": "0.2.15", + "version": "0.2.16", "packages": [ { "registryType": "npm", "identifier": "@parseable/parseable-mcp-server", - "version": "0.2.15", + "version": "0.2.16", "transport": { "type": "stdio" } diff --git a/src/bootstrap.ts b/src/bootstrap.ts index 765c0ae..9bb17c6 100644 --- a/src/bootstrap.ts +++ b/src/bootstrap.ts @@ -5,7 +5,7 @@ import { tools } from "./tools/index.js"; import type { ToolContext } from "./tools/types.js"; import { errorResult, jsonResult } from "./tools/types.js"; -const SERVER_VERSION = "0.2.15"; +const SERVER_VERSION = "0.2.16"; export function buildMcpServer(ctx: ToolContext): McpServer { const server = new McpServer({