diff --git a/manifest.json b/manifest.json index 5762b05..b2b4f6f 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "display_name": "Coupler.io", "version": "{{APP_VERSION_PLACEHOLDER}}", "description": "Connect data from hundreds of data sources and apps to analyze it with Claude.", - "long_description": "Key features\n\n- Access data via natural language: Analyze data without SQL or coding skills. Connect to hundreds of data flows and dashboards, and get answers just by asking like you'd ask your colleague.\n\n- Always stay up to date: Coupler.io keeps your data fresh based on the schedule you create, so Claude delivers on-demand reports and insights whenever you need them.\n\n- Blend data across sources: Combine data from multiple sources and interact with it directly in your AI chat.\n\n- Analyze big data with AI: Coupler.io MCP enables Claude to handle large datasets without limits, so you get complete insights without context window restrictions.\n\n- Turn your data into dialogue: analyze, explore, and automate insights directly in Claude.", + "long_description": "Key features:\n* Access data via natural language: Analyze data without SQL or coding skills. Connect to hundreds of data flows and dashboards, and get answers just by asking like you'd ask your colleague.\n* Always stay up to date: Coupler.io keeps your data fresh based on the schedule you create, so Claude delivers on-demand reports and insights whenever you need them.\n* Blend data across sources: Combine data from multiple sources and interact with it directly in your AI chat.\n* Analyze big data with AI: Coupler.io MCP enables Claude to handle large datasets without limits, so you get complete insights without context window restrictions.\n* Turn your data into dialogue: analyze, explore, and automate insights directly in Claude.", "author": { "name": "Coupler.io", "url": "https://coupler.io", @@ -60,7 +60,7 @@ "coupler_access_token": { "type": "string", "title": "Coupler.io API access token", - "description": "Coupler.io API access token", + "description": "Sign up at coupler.io to get the API token", "required": true, "sensitive": true } diff --git a/package-lock.json b/package-lock.json index 6f21b33..8ed26eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coupler-io-mcp-server", - "version": "0.0.3", + "version": "0.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coupler-io-mcp-server", - "version": "0.0.3", + "version": "0.0.4", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "1.17.4", diff --git a/package.json b/package.json index fb302da..b05dbf2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coupler-io-mcp-server", - "version": "0.0.3", + "version": "0.0.4", "main": "dist/index.js", "license": "MIT", "homepage": "https://coupler.io", diff --git a/src/server/index.ts b/src/server/index.ts index 76f3d62..362f6df 100644 --- a/src/server/index.ts +++ b/src/server/index.ts @@ -16,7 +16,7 @@ const TOOL_MAP = { export const server = new Server({ name: 'Coupler.io MCP server', - version: '0.0.3', + version: '0.0.4', }, { capabilities: { tools: {},