A minimal MCP Server for disk expansion precheck experiments.
Project description
disk-expansion-precheck
A minimal MCP Server built with the official Python MCP SDK.
Features
- Runs locally over
stdio - Exposes one MCP tool:
disk_expansion_precheck - Can be launched with
uvx disk-expansion-precheck
Tool
disk_expansion_precheck
Returns a simple test string message.
Inputs:
- none
Output:
- string message
Requirements
- Python 3.12+
uvinstalled locally
Run Locally
Use uvx after publishing the package:
uvx disk-expansion-precheck
Or run from source in the project directory:
uv run disk-expansion-precheck
Cherry Studio Config
If you want to connect this server in Cherry Studio with stdio, use:
- Command:
uvx - Arguments:
disk-expansion-precheck
Equivalent JSON-style config:
{
"mcpServers": {
"disk-expansion-precheck": {
"command": "uvx",
"args": ["disk-expansion-precheck"]
}
}
}
Package
This project is packaged for publishing to PyPI and local installation via uvx.
Source code lives in:
src/disk_expansion_precheck
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file disk_expansion_precheck-0.1.1.tar.gz.
File metadata
- Download URL: disk_expansion_precheck-0.1.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f4132975bd95c2d383de5ad3caa2915e9b86214fe7f625d57499e2b2ecfdaff
|
|
| MD5 |
4629a854f3b9b835035458ce7c789fd7
|
|
| BLAKE2b-256 |
3dd35fbb6f3bc2d25c1ca0ac66b5548447091d61401f3cbd3ee39e84467dbce5
|
File details
Details for the file disk_expansion_precheck-0.1.1-py3-none-any.whl.
File metadata
- Download URL: disk_expansion_precheck-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
acdbbaa1aae7aa58b9bd162390860b744e78ba62f71523ea6fde7eefbf48b55b
|
|
| MD5 |
716637faab92123b4483a28987f0e978
|
|
| BLAKE2b-256 |
33e23f23c90511e56fd657e8e15255df5a1eb333679d73f5d602f8906aab237e
|