Metadata-Version: 2.4
Name: midas-mcp
Version: 0.0.0
Summary: MCP server for controlling midas Civil/Gen (MIDAS IT structural analysis software) from AI agents
Author: JIANGYAO-AISA
License: MIT
Project-URL: Homepage, https://github.com/HeisenbergJY1/midas-mcp
Project-URL: Repository, https://github.com/HeisenbergJY1/midas-mcp
Project-URL: Issues, https://github.com/HeisenbergJY1/midas-mcp/issues
Keywords: midas,MIDAS,MCP,model-context-protocol,structural-engineering,AI-agent,Claude,Cursor,Codex
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: Microsoft :: Windows
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mcp>=1.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: build>=1.0; extra == "dev"
Requires-Dist: twine>=5.0; extra == "dev"
Dynamic: license-file

# midas-mcp

An **MCP (Model Context Protocol)** server for controlling **midas Civil / midas Gen** (MIDAS IT structural analysis software) from AI agents such as Claude Desktop, Codex, and Cursor.

> **Status: placeholder / name reservation.**
> Active development is in progress. This release reserves the package name on PyPI; it is not yet functional.
> Track progress at the [GitHub repository](https://github.com/HeisenbergJY1/midas-mcp).

## Planned architecture

- **Transport**: STDIO (local AI clients) in V1
- **Philosophy**: Workflow-oriented tools, not 1:1 API mappings; stateless server; dry-run human-in-the-loop for write operations

## Platform requirements

- Windows 10+
- midas Civil / midas Gen (recent versions)
- Python 3.10+

## License

MIT

## Trademark notice

"MIDAS", "midas Civil" and "midas Gen" are trademarks of MIDAS IT. This project is an independent community effort and is not affiliated with, endorsed by, or sponsored by MIDAS IT.
