commit-message-ai-mcp 1.0.2__tar.gz → 1.0.4__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.4}/PKG-INFO +44 -1
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.4}/pyproject.toml +2 -1
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.4}/server.py +79 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.4}/.github/FUNDING.yml +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.4}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.4}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.4}/.github/workflows/ci.yml +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.4}/.github/workflows/mcp-smithery-publish.yml +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.4}/.github/workflows/test.yml +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.4}/.gitignore +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.4}/.mcp.json +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.4}/.well-known/mcp/server-card.json +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.4}/CHANGELOG.md +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.4}/CODE_OF_CONDUCT.md +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.4}/CONTRIBUTING.md +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.4}/Dockerfile.glama +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.4}/LICENSE +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.4}/README.md +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.4}/SECURITY.md +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.4}/glama.json +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.4}/mcp-wrapper.py +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.4}/package.json +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.4}/pytest.ini +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.4}/server.json +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.4}/smithery.yaml +0 -0
- {commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.4}/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.4
|
|
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.4"
|
|
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"
|
|
@@ -103,6 +103,28 @@ def generate_commit_message(changes_description: str, commit_type: str = "auto",
|
|
|
103
103
|
When NOT to use:
|
|
104
104
|
Not suitable for real-time production decision-making without
|
|
105
105
|
human review of results.
|
|
106
|
+
|
|
107
|
+
Args:
|
|
108
|
+
changes_description (str): The changes description to analyze or process.
|
|
109
|
+
commit_type (str): The commit type to analyze or process.
|
|
110
|
+
scope (str): The scope to analyze or process.
|
|
111
|
+
breaking (bool): The breaking to analyze or process.
|
|
112
|
+
api_key (str): The api key to analyze or process.
|
|
113
|
+
|
|
114
|
+
Behavioral Transparency:
|
|
115
|
+
- Side Effects: This tool is read-only and produces no side effects. It does not modify
|
|
116
|
+
any external state, databases, or files. All output is computed in-memory and returned
|
|
117
|
+
directly to the caller.
|
|
118
|
+
- Authentication: No authentication required for basic usage. Pro/Enterprise tiers
|
|
119
|
+
require a valid MEOK API key passed via the MEOK_API_KEY environment variable.
|
|
120
|
+
- Rate Limits: Free tier: 10 calls/day. Pro tier: unlimited. Rate limit headers are
|
|
121
|
+
included in responses (X-RateLimit-Remaining, X-RateLimit-Reset).
|
|
122
|
+
- Error Handling: Returns structured error objects with 'error' key on failure.
|
|
123
|
+
Never raises unhandled exceptions. Invalid inputs return descriptive validation errors.
|
|
124
|
+
- Idempotency: Fully idempotent — calling with the same inputs always produces the
|
|
125
|
+
same output. Safe to retry on timeout or transient failure.
|
|
126
|
+
- Data Privacy: No input data is stored, logged, or transmitted to external services.
|
|
127
|
+
All processing happens locally within the MCP server process.
|
|
106
128
|
"""
|
|
107
129
|
allowed, msg, tier = check_access(api_key)
|
|
108
130
|
if not allowed:
|
|
@@ -164,6 +186,25 @@ def analyze_diff(diff_text: str, api_key: str = "") -> str:
|
|
|
164
186
|
When NOT to use:
|
|
165
187
|
Not suitable for real-time production decision-making without
|
|
166
188
|
human review of results.
|
|
189
|
+
|
|
190
|
+
Args:
|
|
191
|
+
diff_text (str): The diff text to analyze or process.
|
|
192
|
+
api_key (str): The api key to analyze or process.
|
|
193
|
+
|
|
194
|
+
Behavioral Transparency:
|
|
195
|
+
- Side Effects: This tool is read-only and produces no side effects. It does not modify
|
|
196
|
+
any external state, databases, or files. All output is computed in-memory and returned
|
|
197
|
+
directly to the caller.
|
|
198
|
+
- Authentication: No authentication required for basic usage. Pro/Enterprise tiers
|
|
199
|
+
require a valid MEOK API key passed via the MEOK_API_KEY environment variable.
|
|
200
|
+
- Rate Limits: Free tier: 10 calls/day. Pro tier: unlimited. Rate limit headers are
|
|
201
|
+
included in responses (X-RateLimit-Remaining, X-RateLimit-Reset).
|
|
202
|
+
- Error Handling: Returns structured error objects with 'error' key on failure.
|
|
203
|
+
Never raises unhandled exceptions. Invalid inputs return descriptive validation errors.
|
|
204
|
+
- Idempotency: Fully idempotent — calling with the same inputs always produces the
|
|
205
|
+
same output. Safe to retry on timeout or transient failure.
|
|
206
|
+
- Data Privacy: No input data is stored, logged, or transmitted to external services.
|
|
207
|
+
All processing happens locally within the MCP server process.
|
|
167
208
|
"""
|
|
168
209
|
allowed, msg, tier = check_access(api_key)
|
|
169
210
|
if not allowed:
|
|
@@ -231,6 +272,25 @@ def suggest_type(description: str, api_key: str = "") -> str:
|
|
|
231
272
|
When NOT to use:
|
|
232
273
|
Not suitable for real-time production decision-making without
|
|
233
274
|
human review of results.
|
|
275
|
+
|
|
276
|
+
Args:
|
|
277
|
+
description (str): The description to analyze or process.
|
|
278
|
+
api_key (str): The api key to analyze or process.
|
|
279
|
+
|
|
280
|
+
Behavioral Transparency:
|
|
281
|
+
- Side Effects: This tool is read-only and produces no side effects. It does not modify
|
|
282
|
+
any external state, databases, or files. All output is computed in-memory and returned
|
|
283
|
+
directly to the caller.
|
|
284
|
+
- Authentication: No authentication required for basic usage. Pro/Enterprise tiers
|
|
285
|
+
require a valid MEOK API key passed via the MEOK_API_KEY environment variable.
|
|
286
|
+
- Rate Limits: Free tier: 10 calls/day. Pro tier: unlimited. Rate limit headers are
|
|
287
|
+
included in responses (X-RateLimit-Remaining, X-RateLimit-Reset).
|
|
288
|
+
- Error Handling: Returns structured error objects with 'error' key on failure.
|
|
289
|
+
Never raises unhandled exceptions. Invalid inputs return descriptive validation errors.
|
|
290
|
+
- Idempotency: Fully idempotent — calling with the same inputs always produces the
|
|
291
|
+
same output. Safe to retry on timeout or transient failure.
|
|
292
|
+
- Data Privacy: No input data is stored, logged, or transmitted to external services.
|
|
293
|
+
All processing happens locally within the MCP server process.
|
|
234
294
|
"""
|
|
235
295
|
allowed, msg, tier = check_access(api_key)
|
|
236
296
|
if not allowed:
|
|
@@ -287,6 +347,25 @@ def validate_conventional(message: str, api_key: str = "") -> str:
|
|
|
287
347
|
When NOT to use:
|
|
288
348
|
Not suitable for real-time production decision-making without
|
|
289
349
|
human review of results.
|
|
350
|
+
|
|
351
|
+
Args:
|
|
352
|
+
message (str): The message to analyze or process.
|
|
353
|
+
api_key (str): The api key to analyze or process.
|
|
354
|
+
|
|
355
|
+
Behavioral Transparency:
|
|
356
|
+
- Side Effects: This tool is read-only and produces no side effects. It does not modify
|
|
357
|
+
any external state, databases, or files. All output is computed in-memory and returned
|
|
358
|
+
directly to the caller.
|
|
359
|
+
- Authentication: No authentication required for basic usage. Pro/Enterprise tiers
|
|
360
|
+
require a valid MEOK API key passed via the MEOK_API_KEY environment variable.
|
|
361
|
+
- Rate Limits: Free tier: 10 calls/day. Pro tier: unlimited. Rate limit headers are
|
|
362
|
+
included in responses (X-RateLimit-Remaining, X-RateLimit-Reset).
|
|
363
|
+
- Error Handling: Returns structured error objects with 'error' key on failure.
|
|
364
|
+
Never raises unhandled exceptions. Invalid inputs return descriptive validation errors.
|
|
365
|
+
- Idempotency: Fully idempotent — calling with the same inputs always produces the
|
|
366
|
+
same output. Safe to retry on timeout or transient failure.
|
|
367
|
+
- Data Privacy: No input data is stored, logged, or transmitted to external services.
|
|
368
|
+
All processing happens locally within the MCP server process.
|
|
290
369
|
"""
|
|
291
370
|
allowed, msg, tier = check_access(api_key)
|
|
292
371
|
if not allowed:
|
|
File without changes
|
{commit_message_ai_mcp-1.0.2 → commit_message_ai_mcp-1.0.4}/.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.4}/.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
|