Skip to main content

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:

  1. Checks for git changes.
  2. Generates a summary of changes.
  3. Updates UPDATES.md.
  4. Bumps the version (patch by default, or major/minor if specified).
  5. 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


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.7.1.tar.gz (8.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dev_mcp-0.7.1-py3-none-any.whl (9.5 kB view details)

Uploaded Python 3

File details

Details for the file dev_mcp-0.7.1.tar.gz.

File metadata

  • Download URL: dev_mcp-0.7.1.tar.gz
  • Upload date:
  • Size: 8.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.9

File hashes

Hashes for dev_mcp-0.7.1.tar.gz
Algorithm Hash digest
SHA256 331bec31af056bbeda7497cdb7c626ae5ca7d9bc44ba15c306abd0ef430a4381
MD5 97d8e1c124e3108d51345c30e92dc0d4
BLAKE2b-256 98f0ab0c85bb4b1956985c14aa9ee0385b3e987d9d71caadfde873002aea14da

See more details on using hashes here.

File details

Details for the file dev_mcp-0.7.1-py3-none-any.whl.

File metadata

  • Download URL: dev_mcp-0.7.1-py3-none-any.whl
  • Upload date:
  • Size: 9.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.9

File hashes

Hashes for dev_mcp-0.7.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6ff14c5260700320ad71fc56491143de6e31d189755b3fa380833b7b277d1311
MD5 5ef36cabc30386b929ec84e28b34df1e
BLAKE2b-256 94c1bd1dffa57b6b3de36e83e141ed877530739031dcd4a27bf5b15e08ed636a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page