Metadata-Version: 2.4
Name: haxaml-mcp
Version: 0.6.1
Summary: One-command MCP server launcher for Haxaml.
Author: Hax
License-Expression: MIT
Project-URL: Homepage, https://github.com/haxsysgit/haxaml
Project-URL: Repository, https://github.com/haxsysgit/haxaml
Keywords: mcp,haxaml,ai-agents,developer-tools
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: haxaml<0.7.0,>=0.6.1

# haxaml-mcp

Tiny launcher package for the Haxaml MCP server.

Use this when you want the clean MCP setup:

```bash
uvx haxaml-mcp
```

MCP config:

```json
{
  "mcpServers": {
    "haxaml": {
      "command": "uvx",
      "args": ["haxaml-mcp"],
      "env": {
        "HAXAML_PROJECT_DIR": "/path/to/your/project"
      }
    }
  }
}
```

The actual implementation lives in the `haxaml` package. This package just makes the MCP command easier to install and run.
