Metadata-Version: 2.4
Name: machinecommander
Version: 0.1.2
Summary: MachineCommander is an IoT system to manage all the construction machines working on construction projects.
Author-email: Ye Wang <wangye@zeaho.com>
Requires-Python: >=3.13
Requires-Dist: mcp>=1.10.1
Requires-Dist: requests>=2.31.0
Description-Content-Type: text/markdown

# machine-commander
MachineCommander is an IoT system to manage all the construction machines working on construction projects.

## MCP server config
```json
{
    "mcpServers": {
        "MachineCommander": {
            "command": "python machine-commander.py",
            "args": ["string"],
            "env": {}
        }
    }
}
```

## Tools
* _get_construction_machines_data_: Use this tool to extract the data of construction machines and projects, and to answer construction related questions. The returned value includes a "result" field, which can be a table (a list of rows) or an answer (a string).

