A command-line tool to run the ai-tracker.sh script.
Project description
Dev Tools MCP Server
A standalone Model Context Protocol (MCP) server that provides development tools for your LLM workspace.
Features
- ai-tracker.sh: An intelligent git commit tracker that analyzes your changes, generates AI summaries, and handles version bumping automatically.
Installation
Prerequisite
- uv installed (recommended)
- Python 3.12+
1. Install to your LLM Client (e.g., Claude Desktop, Cursor)
To use this with your LLM, you need to add it to your MCP configuration file.
Locate your config file:
- Claude Desktop:
~/Library/Application Support/Claude/claude_desktop_config.json(macOS) - Cursor:
Depending on valid configuration, usually in project root or global settings - Gemini:
~/.config/gemini/gemini.json
Add the server configuration:
- uvx will auto install the tool and required packages
{
"mcpServers": {
"dev-tools": {
"command": "uvx",
"args": [
"dev-mcp"
]
}
}
}
Tools
run_ai_tracker
Runs the implementation of the AI Tracker script which:
- Checks for git changes.
- Generates a summary of changes.
- Updates
UPDATES.md. - Bumps the version (patch by default, or major/minor if specified).
- Commits and tags the release.
Arguments:
force(bool): Ignore AI-detected errors and force commit. (Default:False)version_bump(string): 'major', 'minor', 'patch', or 'none'. (Default:None- AI determines bump)commit_hash(string): Optional specific commit hash to process. (Default:None)
Development
# Install dependencies
uv sync
# Run locally for testing
uv run dev-mcp --help
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
dev_mcp-0.8.2.tar.gz
(9.7 kB
view details)
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 dev_mcp-0.8.2.tar.gz.
File metadata
- Download URL: dev_mcp-0.8.2.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e6a24fdffb7d3884608b14c700cf88bae94318d0030839135c81c26ca5e4f06
|
|
| MD5 |
7fd9a3c84879827fe1eb4ba0ffb4f5d0
|
|
| BLAKE2b-256 |
b5639e6bfb0766f9163afb306faf0877644feb11c6b3af5435ca3a3b52df84a8
|
File details
Details for the file dev_mcp-0.8.2-py3-none-any.whl.
File metadata
- Download URL: dev_mcp-0.8.2-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0390c4a3350beee5d9062fe3b543e338b1e58fe3d4263db89042b0b7b549237
|
|
| MD5 |
ab16cb6345b48c7d8abb99f029ea2ab0
|
|
| BLAKE2b-256 |
683f82425438dbdfec2304947caba53da88ad36c84ce0a23712276b870321f40
|