Skip to content

Commit 5db5f85

Browse files
authored
Merge pull request #17 from railsware/no-ticket/release-0.0.4
[no-ticket] misc changes for DXT release 0.0.4
2 parents a1db612 + 992bb0e commit 5db5f85

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"display_name": "Coupler.io",
55
"version": "{{APP_VERSION_PLACEHOLDER}}",
66
"description": "Connect data from hundreds of data sources and apps to analyze it with Claude.",
7-
"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.",
7+
"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.",
88
"author": {
99
"name": "Coupler.io",
1010
"url": "https://coupler.io",
@@ -60,7 +60,7 @@
6060
"coupler_access_token": {
6161
"type": "string",
6262
"title": "Coupler.io API access token",
63-
"description": "Coupler.io API access token",
63+
"description": "Sign up at coupler.io to get the API token",
6464
"required": true,
6565
"sensitive": true
6666
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coupler-io-mcp-server",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"main": "dist/index.js",
55
"license": "MIT",
66
"homepage": "https://coupler.io",

src/server/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const TOOL_MAP = {
1616

1717
export const server = new Server({
1818
name: 'Coupler.io MCP server',
19-
version: '0.0.3',
19+
version: '0.0.4',
2020
}, {
2121
capabilities: {
2222
tools: {},

0 commit comments

Comments
 (0)