gitlab-api 25.15.46__tar.gz → 25.15.47__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.
- {gitlab_api-25.15.46/gitlab_api.egg-info → gitlab_api-25.15.47}/PKG-INFO +5 -5
- {gitlab_api-25.15.46 → gitlab_api-25.15.47}/README.md +1 -1
- gitlab_api-25.15.47/gitlab_api/__main__.py +4 -0
- {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api/agent_data/IDENTITY.md +1 -1
- {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api/agent_server.py +1 -1
- {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api/mcp_server.py +1 -1
- {gitlab_api-25.15.46 → gitlab_api-25.15.47/gitlab_api.egg-info}/PKG-INFO +5 -5
- gitlab_api-25.15.47/gitlab_api.egg-info/requires.txt +13 -0
- {gitlab_api-25.15.46 → gitlab_api-25.15.47}/pyproject.toml +4 -4
- gitlab_api-25.15.46/gitlab_api/__main__.py +0 -7
- gitlab_api-25.15.46/gitlab_api.egg-info/requires.txt +0 -13
- {gitlab_api-25.15.46 → gitlab_api-25.15.47}/LICENSE +0 -0
- {gitlab_api-25.15.46 → gitlab_api-25.15.47}/MANIFEST.in +0 -0
- {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api/__init__.py +0 -0
- {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api/agent_data/A2A_AGENTS.md +0 -0
- {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api/agent_data/CRON.md +0 -0
- {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api/agent_data/CRON_LOG.md +0 -0
- {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api/agent_data/HEARTBEAT.md +0 -0
- {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api/agent_data/MEMORY.md +0 -0
- {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api/agent_data/USER.md +0 -0
- {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api/agent_data/chats +0 -0
- {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api/agent_data/icon.png +0 -0
- {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api/agent_data/mcp_config.json +0 -0
- {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api/agent_data/templates.py +0 -0
- {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api/auth.py +0 -0
- {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api/gitlab_api.py +0 -0
- {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api/gitlab_gql.py +0 -0
- {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api/gitlab_input_models.py +0 -0
- {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api/gitlab_response_models.py +0 -0
- {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api.egg-info/SOURCES.txt +0 -0
- {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api.egg-info/dependency_links.txt +0 -0
- {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api.egg-info/entry_points.txt +0 -0
- {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api.egg-info/top_level.txt +0 -0
- {gitlab_api-25.15.46 → gitlab_api-25.15.47}/requirements.txt +0 -0
- {gitlab_api-25.15.46 → gitlab_api-25.15.47}/scripts/validate_a2a_agent.py +0 -0
- {gitlab_api-25.15.46 → gitlab_api-25.15.47}/scripts/validate_agent.py +0 -0
- {gitlab_api-25.15.46 → gitlab_api-25.15.47}/setup.cfg +0 -0
- {gitlab_api-25.15.46 → gitlab_api-25.15.47}/tests/test_gitlab_a2a_validation.py +0 -0
- {gitlab_api-25.15.46 → gitlab_api-25.15.47}/tests/test_gitlab_api.py +0 -0
- {gitlab_api-25.15.46 → gitlab_api-25.15.47}/tests/test_gitlab_mcp_validation.py +0 -0
- {gitlab_api-25.15.46 → gitlab_api-25.15.47}/tests/test_gitlab_models.py +0 -0
- {gitlab_api-25.15.46 → gitlab_api-25.15.47}/tests/test_verify_agent.py +0 -0
- {gitlab_api-25.15.46 → gitlab_api-25.15.47}/tests/verify_a2a_queries.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gitlab-api
|
|
3
|
-
Version: 25.15.
|
|
3
|
+
Version: 25.15.47
|
|
4
4
|
Summary: GitLab API + MCP Server + A2A Server
|
|
5
5
|
Author-email: Audel Rouhi <knucklessg1@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -12,11 +12,11 @@ Classifier: Programming Language :: Python :: 3
|
|
|
12
12
|
Requires-Python: >=3.10
|
|
13
13
|
Description-Content-Type: text/markdown
|
|
14
14
|
License-File: LICENSE
|
|
15
|
-
Requires-Dist: agent-utilities>=0.2.
|
|
15
|
+
Requires-Dist: agent-utilities>=0.2.31
|
|
16
16
|
Provides-Extra: mcp
|
|
17
|
-
Requires-Dist: agent-utilities[mcp]>=0.2.
|
|
17
|
+
Requires-Dist: agent-utilities[mcp]>=0.2.31; extra == "mcp"
|
|
18
18
|
Provides-Extra: agent
|
|
19
|
-
Requires-Dist: agent-utilities[agent,logfire]>=0.2.
|
|
19
|
+
Requires-Dist: agent-utilities[agent,logfire]>=0.2.31; extra == "agent"
|
|
20
20
|
Provides-Extra: gql
|
|
21
21
|
Requires-Dist: gql>=4.0.0; extra == "gql"
|
|
22
22
|
Provides-Extra: all
|
|
@@ -46,7 +46,7 @@ Dynamic: license-file
|
|
|
46
46
|

|
|
47
47
|

|
|
48
48
|
|
|
49
|
-
*Version: 25.15.
|
|
49
|
+
*Version: 25.15.47*
|
|
50
50
|
|
|
51
51
|
## Overview
|
|
52
52
|
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* **Vibe:** Efficient, Structured, Professional, and Automation-First.
|
|
8
8
|
|
|
9
9
|
### System Prompt
|
|
10
|
-
You are the **GitLab Agent**, a specialized orchestrator for GitLab DevOps operations. Your mission is to manage projects, groups, branches, merge requests, and CI/CD pipelines with precision.
|
|
10
|
+
You are the **GitLab Agent**, a specialized orchestrator for GitLab DevOps operations. The queries you receive will be directed to the GitLab platform. Your mission is to manage projects, groups, branches, merge requests, and CI/CD pipelines with precision.
|
|
11
11
|
|
|
12
12
|
You have three primary operational modes:
|
|
13
13
|
1. **Direct Tool Execution**: Use your internal GitLab MCP tools for one-off tasks (listing projects, checking a single MR).
|
|
@@ -20,7 +20,7 @@ from gitlab_api.auth import get_client
|
|
|
20
20
|
from starlette.requests import Request
|
|
21
21
|
from starlette.responses import JSONResponse
|
|
22
22
|
|
|
23
|
-
__version__ = "25.15.
|
|
23
|
+
__version__ = "25.15.47"
|
|
24
24
|
print(f"Gitlab MCP v{__version__}")
|
|
25
25
|
|
|
26
26
|
logger = get_logger(name="mcp_server")
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gitlab-api
|
|
3
|
-
Version: 25.15.
|
|
3
|
+
Version: 25.15.47
|
|
4
4
|
Summary: GitLab API + MCP Server + A2A Server
|
|
5
5
|
Author-email: Audel Rouhi <knucklessg1@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -12,11 +12,11 @@ Classifier: Programming Language :: Python :: 3
|
|
|
12
12
|
Requires-Python: >=3.10
|
|
13
13
|
Description-Content-Type: text/markdown
|
|
14
14
|
License-File: LICENSE
|
|
15
|
-
Requires-Dist: agent-utilities>=0.2.
|
|
15
|
+
Requires-Dist: agent-utilities>=0.2.31
|
|
16
16
|
Provides-Extra: mcp
|
|
17
|
-
Requires-Dist: agent-utilities[mcp]>=0.2.
|
|
17
|
+
Requires-Dist: agent-utilities[mcp]>=0.2.31; extra == "mcp"
|
|
18
18
|
Provides-Extra: agent
|
|
19
|
-
Requires-Dist: agent-utilities[agent,logfire]>=0.2.
|
|
19
|
+
Requires-Dist: agent-utilities[agent,logfire]>=0.2.31; extra == "agent"
|
|
20
20
|
Provides-Extra: gql
|
|
21
21
|
Requires-Dist: gql>=4.0.0; extra == "gql"
|
|
22
22
|
Provides-Extra: all
|
|
@@ -46,7 +46,7 @@ Dynamic: license-file
|
|
|
46
46
|

|
|
47
47
|

|
|
48
48
|
|
|
49
|
-
*Version: 25.15.
|
|
49
|
+
*Version: 25.15.47*
|
|
50
50
|
|
|
51
51
|
## Overview
|
|
52
52
|
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "gitlab-api"
|
|
7
|
-
version = "25.15.
|
|
7
|
+
version = "25.15.47"
|
|
8
8
|
description = "GitLab API + MCP Server + A2A Server"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
authors = [{ name = "Audel Rouhi", email = "knucklessg1@gmail.com" }]
|
|
@@ -17,13 +17,13 @@ classifiers = [
|
|
|
17
17
|
"Programming Language :: Python :: 3"]
|
|
18
18
|
requires-python = ">=3.10"
|
|
19
19
|
dependencies = [
|
|
20
|
-
"agent-utilities>=0.2.
|
|
20
|
+
"agent-utilities>=0.2.31"]
|
|
21
21
|
[project.optional-dependencies]
|
|
22
22
|
mcp = [
|
|
23
|
-
"agent-utilities[mcp]>=0.2.
|
|
23
|
+
"agent-utilities[mcp]>=0.2.31"]
|
|
24
24
|
|
|
25
25
|
agent = [
|
|
26
|
-
"agent-utilities[agent,logfire]>=0.2.
|
|
26
|
+
"agent-utilities[agent,logfire]>=0.2.31"]
|
|
27
27
|
|
|
28
28
|
gql = [
|
|
29
29
|
"gql>=4.0.0"]
|
|
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
|
|
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
|