@ancientwhispers54/leafengines-mcp-server 1.1.3 → 1.1.4

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # LeafEngines MCP Server
2
2
 
3
- [![MCP Registry](https://img.shields.io/badge/MCP_Registry-leafengines-blue)](https://registry.modelcontextprotocol.io/servers/io.github.QWarranto/leafengines)
3
+ [![MCP Registry](https://img.shields.io/badge/MCP_Registry-leafengines-blue)](https://registry.modelcontextprotocol.io)
4
4
  [![npm version](https://img.shields.io/npm/v/@ancientwhispers54/leafengines-mcp-server)](https://www.npmjs.com/package/@ancientwhispers54/leafengines-mcp-server)
5
5
  [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)
6
6
 
@@ -151,7 +151,7 @@ LEAFENGINES_API_KEY="your_key" npm start
151
151
 
152
152
  - **API Documentation:** [https://app.soilsidekickpro.com/api-docs](https://app.soilsidekickpro.com/api-docs)
153
153
  - **GitHub Repository:** [https://github.com/QWarranto/leafengines-claude-mcp](https://github.com/QWarranto/leafengines-claude-mcp)
154
- - **MCP Registry:** [https://registry.modelcontextprotocol.io/servers/io.github.QWarranto/leafengines](https://registry.modelcontextprotocol.io/servers/io.github.QWarranto/leafengines)
154
+ - **MCP Registry:** Search for "io.github.QWarranto/leafengines" at [https://registry.modelcontextprotocol.io](https://registry.modelcontextprotocol.io)
155
155
 
156
156
  ## 🆓 Try It Free!
157
157
 
@@ -176,7 +176,7 @@ Apache 2.0 - See [LICENSE](LICENSE) for details.
176
176
  - **Website:** [https://soilsidekickpro.com](https://soilsidekickpro.com)
177
177
  - **API Docs:** [https://app.soilsidekickpro.com/api-docs](https://app.soilsidekickpro.com/api-docs)
178
178
  - **GitHub:** [https://github.com/QWarranto/leafengines-claude-mcp](https://github.com/QWarranto/leafengines-claude-mcp)
179
- - **MCP Registry:** [https://registry.modelcontextprotocol.io/servers/io.github.QWarranto/leafengines](https://registry.modelcontextprotocol.io/servers/io.github.QWarranto/leafengines)
179
+ - **MCP Registry:** Search for "io.github.QWarranto/leafengines" at [https://registry.modelcontextprotocol.io](https://registry.modelcontextprotocol.io)
180
180
 
181
181
  ---
182
182
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ancientwhispers54/leafengines-mcp-server",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
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",