Metadata-Version: 2.3
Name: disk-expansion-precheck
Version: 0.1.0
Summary: A minimal MCP Server for disk expansion precheck experiments.
Keywords: mcp,model-context-protocol,disk,precheck
Author: tryp0xy1us
Author-email: tryp0xy1us <tryp0xy1us@outlook.com>
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: mcp[cli]>=1.26.0
Requires-Python: >=3.12
Project-URL: Homepage, https://github.com/tryp0xy1us/disk-expansion-precheck
Project-URL: Repository, https://github.com/tryp0xy1us/disk-expansion-precheck
Project-URL: Issues, https://github.com/tryp0xy1us/disk-expansion-precheck/issues
Description-Content-Type: text/markdown

# disk-expansion-precheck

A minimal MCP Server for disk expansion precheck experiments.

The currently registered tool is only for testing and returns a simple string message.

## Install

Use `uvx` directly:

```bash
uvx disk-expansion-precheck
```

Or install from PyPI after publishing:

```bash
pip install disk-expansion-precheck
```

## What It Does

This server currently exposes one test tool:

- `disk_expansion_precheck`: returns a simple string response

## Notes

This project is still in an early test stage. The current implementation is intended only to verify MCP Server packaging, startup, and distribution workflow.
