Skip to content

Commit 1e38614

Browse files
authored
Merge pull request #145 from joreilly/ai
MCP Server desktop extension
2 parents dab40ad + 2083d9d commit 1e38614

File tree

4 files changed

+38
-0
lines changed

4 files changed

+38
-0
lines changed

composeApp/src/commonMain/kotlin/dev/johnoreilly/climatetrace/remote/requests.http

Whitespace-only changes.
53 MB
Binary file not shown.
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"dxt_version": "0.1",
3+
"name": "desktop-extension",
4+
"display_name": "ClimateTrace",
5+
"version": "1.0.0",
6+
"description": "ClimateTrace MCP Server",
7+
"author": {
8+
"name": "John O'Reilly"
9+
},
10+
"server": {
11+
"type": "binary",
12+
"entry_point": "server/serverAll.jar",
13+
"mcp_config": {
14+
"command": "java",
15+
"args": [
16+
"-jar",
17+
"${__dirname}/server/serverAll.jar",
18+
"--stdio"
19+
],
20+
"env": {}
21+
}
22+
},
23+
"tools": [
24+
{
25+
"name": "get-emissions",
26+
"description": "List emission info for a particular country"
27+
},
28+
{
29+
"name": "get-countries",
30+
"description": "List of countries"
31+
}
32+
],
33+
"license": "MIT",
34+
"repository": {
35+
"type": "git",
36+
"url": "https://github.com/joreilly/ClimateTraceKMP"
37+
}
38+
}
56.3 MB
Binary file not shown.

0 commit comments

Comments
 (0)