@kubova/mcp 0.1.1 → 0.1.2

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 (1) hide show
  1. package/package.json +20 -2
package/package.json CHANGED
@@ -1,8 +1,26 @@
1
1
  {
2
2
  "name": "@kubova/mcp",
3
- "version": "0.1.1",
4
- "description": "Model Context Protocol server for the Kubova container loading calculator",
3
+ "version": "0.1.2",
4
+ "description": "Model Context Protocol (MCP) server for the Kubova 3D container loading calculator — plan container and pallet loads from any AI assistant.",
5
5
  "license": "MIT",
6
+ "homepage": "https://kubova.com",
7
+ "bugs": {
8
+ "url": "https://kubova.com/contact"
9
+ },
10
+ "keywords": [
11
+ "mcp",
12
+ "model context protocol",
13
+ "container loading",
14
+ "load planning",
15
+ "logistics",
16
+ "freight",
17
+ "packing",
18
+ "pallet",
19
+ "container calculator",
20
+ "ai agent",
21
+ "ai tools"
22
+ ],
23
+ "author": "Kubova (https://kubova.com)",
6
24
  "type": "module",
7
25
  "bin": {
8
26
  "kubova-mcp": "./dist/index.js"