manifest.jsonβ’1.58 kB
{
"dxt_version": "0.1",
"name": "tessie-optimized",
"display_name": "Tessie Vehicle Insights",
"version": "1.1.0",
"description": "Advanced Tesla vehicle data access through Tessie API with natural language processing, query optimization, and intelligent analytics",
"author": {
"name": "Keith"
},
"keywords": ["tesla", "tessie", "vehicle", "car", "mileage", "location", "driving", "natural-language", "optimization", "analytics"],
"server": {
"type": "node",
"entry_point": "standalone-tessie-optimized.js",
"mcp_config": {
"command": "node",
"args": [
"${__dirname}/standalone-tessie-optimized.js"
],
"env": {
"tessie_api_token": "${user_config.tessie_api_token}"
}
}
},
"tools_generated": true,
"compatibility": {
"claude_desktop": ">=0.10.0",
"platforms": ["darwin", "win32", "linux"],
"runtimes": {
"node": ">=18.0.0"
}
},
"user_config": {
"tessie_api_token": {
"type": "string",
"title": "Tessie API Token",
"description": "Your Tessie API access token from https://my.tessie.com/settings/api",
"sensitive": true,
"required": true
}
},
"features": [
"Natural language query processing (e.g., 'How many miles did I drive last week?')",
"Query optimization with performance metrics",
"Weekly and monthly mileage breakdowns",
"Location-based driving analysis",
"Intelligent caching to avoid vehicle wake-ups",
"Comprehensive error handling with helpful suggestions"
],
"license": "MIT"
}