Metadata-Version: 2.4
Name: labwire-mcp
Version: 0.3.0
Summary: MCP adapter: expose Labwire instruments as MCP tools for AI agents
Author: Silous Ramelli
License-Expression: Apache-2.0
Requires-Python: >=3.12
Requires-Dist: labwire-core
Requires-Dist: mcp>=1.2
Description-Content-Type: text/markdown

# labwire-mcp

The Labwire MCP adapter: connects to one or more Labwire Instrument Servers
and exposes every declared instrument command as an MCP tool, so Claude and
other MCP clients can drive (simulated) lab hardware natively.

```bash
labwire-mcp ws://127.0.0.1:9520 [ws://... ...]
```

See `examples/mcp-config.json` for a Claude-style MCP server configuration.
