Skip to content

Commit 5dc1380

Browse files
committed
[CPL-21044] set metadata and app version placeholder
1 parent 3f6cca8 commit 5dc1380

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

manifest.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
{
22
"dxt_version": "0.1",
33
"name": "coupler-io-mcp-server",
4-
"display_name": "Coupler.io",
4+
"display_name": "Coupler.io Data Analyst",
55
"version": "0.0.3",
6-
"description": "Coupler.io MCP server",
6+
"description": "Coupler.io Data Analyst is an AI analytics agent that thoroughly analyzes your data of any complexity in plain language.",
7+
"long_description": "Coupler.io Data Analyst enables AI to access and analyze blended, large-scale volumes of data without coding. It allows Coupler.io users to analyze data from the dashboards and data sets via natural language (chatting in Claude). In essence, Coupler.io Data Analyst serves as an AI analyst with an accessible and secure way to get insights from multi-source data. This way, you can optimize your PPC and social media campaigns, analyze CRM data, reconcile finance indicators and forecast, track sales pipelines, improve SEO performance. All these and more are available without specific tech knowledge or complex setup – bring AI directly to your data and make informed decisions faster.",
78
"author": {
89
"name": "Coupler.io",
9-
"url": "https://coupler.io"
10+
"url": "https://coupler.io",
11+
"email": "[email protected]"
1012
},
1113
"homepage": "https://coupler.io",
12-
"documentation": "https://coupler.io",
14+
"documentation": "https://help.coupler.io/article/592-coupler-local-mcp-server",
1315
"support": "https://coupler.io",
1416
"server": {
1517
"type": "node",
@@ -20,7 +22,8 @@
2022
"${__dirname}/dist/index.js"
2123
],
2224
"env": {
23-
"COUPLER_ACCESS_TOKEN": "${user_config.coupler_access_token}"
25+
"COUPLER_ACCESS_TOKEN": "${user_config.coupler_access_token}",
26+
"APP_VERSION": "{{APP_VERSION_PLACEHOLDER}}"
2427
}
2528
}
2629
},
@@ -62,8 +65,11 @@
6265
}
6366
},
6467
"keywords": [
68+
"api",
69+
"automation",
70+
"analytics",
6571
"coupler.io",
66-
"data analytics"
72+
"data"
6773
],
6874
"license": "MIT",
6975
"repository": {

0 commit comments

Comments
 (0)