commit-message-ai-mcp 1.0.2__tar.gz → 1.0.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.3}/PKG-INFO +44 -1
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.3}/pyproject.toml +2 -1
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.3}/.github/FUNDING.yml +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.3}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.3}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.3}/.github/workflows/ci.yml +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.3}/.github/workflows/mcp-smithery-publish.yml +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.3}/.github/workflows/test.yml +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.3}/.gitignore +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.3}/.mcp.json +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.3}/.well-known/mcp/server-card.json +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.3}/CHANGELOG.md +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.3}/CODE_OF_CONDUCT.md +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.3}/CONTRIBUTING.md +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.3}/Dockerfile.glama +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.3}/LICENSE +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.3}/README.md +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.3}/SECURITY.md +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.3}/glama.json +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.3}/mcp-wrapper.py +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.3}/package.json +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.3}/pytest.ini +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.3}/server.json +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.3}/server.py +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.3}/smithery.yaml +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.3}/tests/test_server.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: commit-message-ai-mcp
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.3
|
|
4
4
|
Summary: AI-powered commit message ai MCP server for agents. Supports generate commit, parse diff, suggest type. By MEOK AI Labs.
|
|
5
5
|
Project-URL: Homepage, https://meok.ai
|
|
6
6
|
Project-URL: Repository, https://github.com/CSOAI-ORG/commit-message-ai-mcp
|
|
@@ -34,3 +34,46 @@ Classifier: Programming Language :: Python :: 3
|
|
|
34
34
|
Classifier: Topic :: Software Development :: Libraries
|
|
35
35
|
Requires-Python: >=3.10
|
|
36
36
|
Requires-Dist: mcp>=1.0.0
|
|
37
|
+
Description-Content-Type: text/markdown
|
|
38
|
+
|
|
39
|
+
[](https://glama.ai/mcp/servers/CSOAI-ORG/commit-message-ai-mcp)
|
|
40
|
+
|
|
41
|
+
<div align="center">
|
|
42
|
+
|
|
43
|
+
[](https://github.com/CSOAI-ORG/commit-message-ai-mcp/stargazers)
|
|
44
|
+
|
|
45
|
+
# ucommitU messageU aiU mcp
|
|
46
|
+
|
|
47
|
+
****
|
|
48
|
+
|
|
49
|
+
[](https://www.npmjs.com/package/@meok-ai/commit-message-ai-mcp)
|
|
50
|
+
[](LICENSE)
|
|
51
|
+
[](https://meok.ai)
|
|
52
|
+
|
|
53
|
+
[Installation](#installation) · [Docs](https://csoai.org) · [Report Bug](https://github.com/CSOAI-ORG/commit-message-ai-mcp/issues)
|
|
54
|
+
|
|
55
|
+
</div>
|
|
56
|
+
|
|
57
|
+
---
|
|
58
|
+
|
|
59
|
+
## Installation
|
|
60
|
+
|
|
61
|
+
```bash
|
|
62
|
+
pip install commit-message-ai-mcp
|
|
63
|
+
# or
|
|
64
|
+
npm install -g @meok-ai/commit-message-ai-mcp
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
## Quick Start
|
|
68
|
+
|
|
69
|
+
See the project repository for full documentation and examples.
|
|
70
|
+
|
|
71
|
+
## Enterprise Support
|
|
72
|
+
|
|
73
|
+
- 📧 nicholas@csoai.org
|
|
74
|
+
- 🌐 [CSOAI.org](https://csoai.org)
|
|
75
|
+
|
|
76
|
+
## License
|
|
77
|
+
|
|
78
|
+
MIT © [CSOAI](https://csoai.org)
|
|
79
|
+
<!-- mcp-name: io.github.CSOAI-ORG/commit-message-ai-mcp -->
|
|
@@ -3,7 +3,8 @@ requires = ["hatchling"]
|
|
|
3
3
|
build-backend = "hatchling.build"
|
|
4
4
|
[project]
|
|
5
5
|
name = "commit-message-ai-mcp"
|
|
6
|
-
version = "1.0.
|
|
6
|
+
version = "1.0.3"
|
|
7
|
+
readme = "README.md"
|
|
7
8
|
description = "AI-powered commit message ai MCP server for agents. Supports generate commit, parse diff, suggest type. By MEOK AI Labs."
|
|
8
9
|
license = {file = "LICENSE"}
|
|
9
10
|
requires-python = ">=3.10"
|
|
File without changes
|
{commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.3}/.github/ISSUE_TEMPLATE/bug_report.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.3}/.well-known/mcp/server-card.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|