@ancientwhispers54/leafengines-mcp-server 2.0.2 → 2.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +8 -2
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|
## 🎯 QGIS Plugin Officially Approved!
|
|
3
3
|
|
|
4
|
+
## 🚀 FREE TIER: NO API KEY NEEDED!nn**Immediate access with test key:** `leaf-test-370df0a2e62e`nn### ✅ Try It Now (No Waiting):nn1. **Use test key:** `leaf-test-370df0a2e62e`n2. **Immediate access** to all featuresn3. **No forms, no waiting, no approval**n4. **Works across all platforms**nn**Test key gives you:**n- Full soil analysis capabilitiesn- Crop recommendationsn- Weather datan- Environmental impact assessmentn- All free tier featuresnn---nn**Want higher limits or commercial use?** Get instant API keys via [Stripe checkout](https://buy.stripe.com/14A7sL30y8bR2F4fbgaMU02) (Starter: $49 Founder Pricing).
|
|
5
|
+
|
|
4
6
|
**Plugin ID:** 4987 (LeafEngines Agricultural Intelligence)
|
|
5
7
|
**Version:** 1.0.2 Experimental
|
|
6
8
|
**Status:** ✅ **PUBLICLY AVAILABLE**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ancientwhispers54/leafengines-mcp-server",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"mcpName": "io.github.QWarranto/leafengines",
|
|
5
5
|
"description": "Agricultural intelligence MCP server with soil analysis, crop recommendations, weather forecasts, and environmental impact assessment.",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -20,12 +20,18 @@
|
|
|
20
20
|
"keywords": [
|
|
21
21
|
"mcp",
|
|
22
22
|
"mcp-server",
|
|
23
|
+
"model-context-protocol",
|
|
23
24
|
"agriculture",
|
|
24
25
|
"soil-analysis",
|
|
25
26
|
"crop-recommendation",
|
|
26
27
|
"weather",
|
|
27
28
|
"environmental-impact",
|
|
28
|
-
"
|
|
29
|
+
"precision-agriculture",
|
|
30
|
+
"geospatial",
|
|
31
|
+
"offline-first",
|
|
32
|
+
"agronomic-ai",
|
|
33
|
+
"ai-agent",
|
|
34
|
+
"llm-tools",
|
|
29
35
|
"leafengines"
|
|
30
36
|
],
|
|
31
37
|
"author": "QWarranto",
|