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.
Files changed (43) hide show
  1. {gitlab_api-25.15.46/gitlab_api.egg-info → gitlab_api-25.15.47}/PKG-INFO +5 -5
  2. {gitlab_api-25.15.46 → gitlab_api-25.15.47}/README.md +1 -1
  3. gitlab_api-25.15.47/gitlab_api/__main__.py +4 -0
  4. {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api/agent_data/IDENTITY.md +1 -1
  5. {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api/agent_server.py +1 -1
  6. {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api/mcp_server.py +1 -1
  7. {gitlab_api-25.15.46 → gitlab_api-25.15.47/gitlab_api.egg-info}/PKG-INFO +5 -5
  8. gitlab_api-25.15.47/gitlab_api.egg-info/requires.txt +13 -0
  9. {gitlab_api-25.15.46 → gitlab_api-25.15.47}/pyproject.toml +4 -4
  10. gitlab_api-25.15.46/gitlab_api/__main__.py +0 -7
  11. gitlab_api-25.15.46/gitlab_api.egg-info/requires.txt +0 -13
  12. {gitlab_api-25.15.46 → gitlab_api-25.15.47}/LICENSE +0 -0
  13. {gitlab_api-25.15.46 → gitlab_api-25.15.47}/MANIFEST.in +0 -0
  14. {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api/__init__.py +0 -0
  15. {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api/agent_data/A2A_AGENTS.md +0 -0
  16. {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api/agent_data/CRON.md +0 -0
  17. {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api/agent_data/CRON_LOG.md +0 -0
  18. {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api/agent_data/HEARTBEAT.md +0 -0
  19. {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api/agent_data/MEMORY.md +0 -0
  20. {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api/agent_data/USER.md +0 -0
  21. {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api/agent_data/chats +0 -0
  22. {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api/agent_data/icon.png +0 -0
  23. {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api/agent_data/mcp_config.json +0 -0
  24. {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api/agent_data/templates.py +0 -0
  25. {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api/auth.py +0 -0
  26. {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api/gitlab_api.py +0 -0
  27. {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api/gitlab_gql.py +0 -0
  28. {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api/gitlab_input_models.py +0 -0
  29. {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api/gitlab_response_models.py +0 -0
  30. {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api.egg-info/SOURCES.txt +0 -0
  31. {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api.egg-info/dependency_links.txt +0 -0
  32. {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api.egg-info/entry_points.txt +0 -0
  33. {gitlab_api-25.15.46 → gitlab_api-25.15.47}/gitlab_api.egg-info/top_level.txt +0 -0
  34. {gitlab_api-25.15.46 → gitlab_api-25.15.47}/requirements.txt +0 -0
  35. {gitlab_api-25.15.46 → gitlab_api-25.15.47}/scripts/validate_a2a_agent.py +0 -0
  36. {gitlab_api-25.15.46 → gitlab_api-25.15.47}/scripts/validate_agent.py +0 -0
  37. {gitlab_api-25.15.46 → gitlab_api-25.15.47}/setup.cfg +0 -0
  38. {gitlab_api-25.15.46 → gitlab_api-25.15.47}/tests/test_gitlab_a2a_validation.py +0 -0
  39. {gitlab_api-25.15.46 → gitlab_api-25.15.47}/tests/test_gitlab_api.py +0 -0
  40. {gitlab_api-25.15.46 → gitlab_api-25.15.47}/tests/test_gitlab_mcp_validation.py +0 -0
  41. {gitlab_api-25.15.46 → gitlab_api-25.15.47}/tests/test_gitlab_models.py +0 -0
  42. {gitlab_api-25.15.46 → gitlab_api-25.15.47}/tests/test_verify_agent.py +0 -0
  43. {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.46
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.30
15
+ Requires-Dist: agent-utilities>=0.2.31
16
16
  Provides-Extra: mcp
17
- Requires-Dist: agent-utilities[mcp]>=0.2.30; extra == "mcp"
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.30; extra == "agent"
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
  ![PyPI - Wheel](https://img.shields.io/pypi/wheel/gitlab-api)
47
47
  ![PyPI - Implementation](https://img.shields.io/pypi/implementation/gitlab-api)
48
48
 
49
- *Version: 25.15.46*
49
+ *Version: 25.15.47*
50
50
 
51
51
  ## Overview
52
52
 
@@ -21,7 +21,7 @@
21
21
  ![PyPI - Wheel](https://img.shields.io/pypi/wheel/gitlab-api)
22
22
  ![PyPI - Implementation](https://img.shields.io/pypi/implementation/gitlab-api)
23
23
 
24
- *Version: 25.15.46*
24
+ *Version: 25.15.47*
25
25
 
26
26
  ## Overview
27
27
 
@@ -0,0 +1,4 @@
1
+ from gitlab_api.agent_server import agent_server
2
+
3
+ if __name__ == "__main__":
4
+ agent_server()
@@ -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).
@@ -11,7 +11,7 @@ from agent_utilities import (
11
11
  load_identity,
12
12
  )
13
13
 
14
- __version__ = "25.15.46"
14
+ __version__ = "25.15.47"
15
15
 
16
16
  logging.basicConfig(
17
17
  level=logging.INFO,
@@ -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.46"
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.46
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.30
15
+ Requires-Dist: agent-utilities>=0.2.31
16
16
  Provides-Extra: mcp
17
- Requires-Dist: agent-utilities[mcp]>=0.2.30; extra == "mcp"
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.30; extra == "agent"
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
  ![PyPI - Wheel](https://img.shields.io/pypi/wheel/gitlab-api)
47
47
  ![PyPI - Implementation](https://img.shields.io/pypi/implementation/gitlab-api)
48
48
 
49
- *Version: 25.15.46*
49
+ *Version: 25.15.47*
50
50
 
51
51
  ## Overview
52
52
 
@@ -0,0 +1,13 @@
1
+ agent-utilities>=0.2.31
2
+
3
+ [agent]
4
+ agent-utilities[agent,logfire]>=0.2.31
5
+
6
+ [all]
7
+ gitlab-api[agent,gql,logfire,mcp]>=25.15.15
8
+
9
+ [gql]
10
+ gql>=4.0.0
11
+
12
+ [mcp]
13
+ agent-utilities[mcp]>=0.2.31
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "gitlab-api"
7
- version = "25.15.46"
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.30"]
20
+ "agent-utilities>=0.2.31"]
21
21
  [project.optional-dependencies]
22
22
  mcp = [
23
- "agent-utilities[mcp]>=0.2.30"]
23
+ "agent-utilities[mcp]>=0.2.31"]
24
24
 
25
25
  agent = [
26
- "agent-utilities[agent,logfire]>=0.2.30"]
26
+ "agent-utilities[agent,logfire]>=0.2.31"]
27
27
 
28
28
  gql = [
29
29
  "gql>=4.0.0"]
@@ -1,7 +0,0 @@
1
- #!/usr/bin/python
2
- # coding: utf-8
3
-
4
- from gitlab_api.mcp_server import gitlab_mcp
5
-
6
- if __name__ == "__main__":
7
- gitlab_mcp()
@@ -1,13 +0,0 @@
1
- agent-utilities>=0.2.30
2
-
3
- [agent]
4
- agent-utilities[agent,logfire]>=0.2.30
5
-
6
- [all]
7
- gitlab-api[agent,gql,logfire,mcp]>=25.15.15
8
-
9
- [gql]
10
- gql>=4.0.0
11
-
12
- [mcp]
13
- agent-utilities[mcp]>=0.2.30
File without changes
File without changes
File without changes