File tree Expand file tree Collapse file tree 4 files changed +38
-0
lines changed
composeApp/src/commonMain/kotlin/dev/johnoreilly/climatetrace/remote
mcp-server/desktop-extension Expand file tree Collapse file tree 4 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments