gitlab-api 25.15.41__tar.gz → 25.15.43__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.41/gitlab_api.egg-info → gitlab_api-25.15.43}/PKG-INFO +5 -5
- {gitlab_api-25.15.41 → gitlab_api-25.15.43}/README.md +1 -1
- {gitlab_api-25.15.41 → gitlab_api-25.15.43}/gitlab_api/agent_server.py +1 -1
- {gitlab_api-25.15.41 → gitlab_api-25.15.43}/gitlab_api/mcp_server.py +1 -1
- {gitlab_api-25.15.41 → gitlab_api-25.15.43/gitlab_api.egg-info}/PKG-INFO +5 -5
- gitlab_api-25.15.43/gitlab_api.egg-info/requires.txt +13 -0
- {gitlab_api-25.15.41 → gitlab_api-25.15.43}/pyproject.toml +4 -4
- {gitlab_api-25.15.41 → gitlab_api-25.15.43}/scripts/validate_agent.py +1 -1
- gitlab_api-25.15.41/gitlab_api.egg-info/requires.txt +0 -13
- {gitlab_api-25.15.41 → gitlab_api-25.15.43}/LICENSE +0 -0
- {gitlab_api-25.15.41 → gitlab_api-25.15.43}/MANIFEST.in +0 -0
- {gitlab_api-25.15.41 → gitlab_api-25.15.43}/gitlab_api/__init__.py +0 -0
- {gitlab_api-25.15.41 → gitlab_api-25.15.43}/gitlab_api/__main__.py +0 -0
- {gitlab_api-25.15.41 → gitlab_api-25.15.43}/gitlab_api/agent_data/A2A_AGENTS.md +0 -0
- {gitlab_api-25.15.41 → gitlab_api-25.15.43}/gitlab_api/agent_data/CRON.md +0 -0
- {gitlab_api-25.15.41 → gitlab_api-25.15.43}/gitlab_api/agent_data/CRON_LOG.md +0 -0
- {gitlab_api-25.15.41 → gitlab_api-25.15.43}/gitlab_api/agent_data/HEARTBEAT.md +0 -0
- {gitlab_api-25.15.41 → gitlab_api-25.15.43}/gitlab_api/agent_data/IDENTITY.md +0 -0
- {gitlab_api-25.15.41 → gitlab_api-25.15.43}/gitlab_api/agent_data/MEMORY.md +0 -0
- {gitlab_api-25.15.41 → gitlab_api-25.15.43}/gitlab_api/agent_data/USER.md +0 -0
- {gitlab_api-25.15.41 → gitlab_api-25.15.43}/gitlab_api/agent_data/chats +0 -0
- {gitlab_api-25.15.41 → gitlab_api-25.15.43}/gitlab_api/agent_data/icon.png +0 -0
- {gitlab_api-25.15.41 → gitlab_api-25.15.43}/gitlab_api/agent_data/mcp_config.json +0 -0
- {gitlab_api-25.15.41 → gitlab_api-25.15.43}/gitlab_api/agent_data/templates.py +0 -0
- {gitlab_api-25.15.41 → gitlab_api-25.15.43}/gitlab_api/auth.py +0 -0
- {gitlab_api-25.15.41 → gitlab_api-25.15.43}/gitlab_api/gitlab_api.py +0 -0
- {gitlab_api-25.15.41 → gitlab_api-25.15.43}/gitlab_api/gitlab_gql.py +0 -0
- {gitlab_api-25.15.41 → gitlab_api-25.15.43}/gitlab_api/gitlab_input_models.py +0 -0
- {gitlab_api-25.15.41 → gitlab_api-25.15.43}/gitlab_api/gitlab_response_models.py +0 -0
- {gitlab_api-25.15.41 → gitlab_api-25.15.43}/gitlab_api.egg-info/SOURCES.txt +0 -0
- {gitlab_api-25.15.41 → gitlab_api-25.15.43}/gitlab_api.egg-info/dependency_links.txt +0 -0
- {gitlab_api-25.15.41 → gitlab_api-25.15.43}/gitlab_api.egg-info/entry_points.txt +0 -0
- {gitlab_api-25.15.41 → gitlab_api-25.15.43}/gitlab_api.egg-info/top_level.txt +0 -0
- {gitlab_api-25.15.41 → gitlab_api-25.15.43}/requirements.txt +0 -0
- {gitlab_api-25.15.41 → gitlab_api-25.15.43}/scripts/validate_a2a_agent.py +0 -0
- {gitlab_api-25.15.41 → gitlab_api-25.15.43}/setup.cfg +0 -0
- {gitlab_api-25.15.41 → gitlab_api-25.15.43}/tests/test_gitlab_a2a_validation.py +0 -0
- {gitlab_api-25.15.41 → gitlab_api-25.15.43}/tests/test_gitlab_api.py +0 -0
- {gitlab_api-25.15.41 → gitlab_api-25.15.43}/tests/test_gitlab_mcp_validation.py +0 -0
- {gitlab_api-25.15.41 → gitlab_api-25.15.43}/tests/test_gitlab_models.py +0 -0
- {gitlab_api-25.15.41 → gitlab_api-25.15.43}/tests/test_verify_agent.py +0 -0
- {gitlab_api-25.15.41 → gitlab_api-25.15.43}/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.43
|
|
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.27
|
|
16
16
|
Provides-Extra: mcp
|
|
17
|
-
Requires-Dist: agent-utilities[mcp]>=0.2.
|
|
17
|
+
Requires-Dist: agent-utilities[mcp]>=0.2.27; 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.27; 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.43*
|
|
50
50
|
|
|
51
51
|
## Overview
|
|
52
52
|
|
|
@@ -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.43"
|
|
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.43
|
|
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.27
|
|
16
16
|
Provides-Extra: mcp
|
|
17
|
-
Requires-Dist: agent-utilities[mcp]>=0.2.
|
|
17
|
+
Requires-Dist: agent-utilities[mcp]>=0.2.27; 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.27; 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.43*
|
|
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.43"
|
|
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.27"]
|
|
21
21
|
[project.optional-dependencies]
|
|
22
22
|
mcp = [
|
|
23
|
-
"agent-utilities[mcp]>=0.2.
|
|
23
|
+
"agent-utilities[mcp]>=0.2.27"]
|
|
24
24
|
|
|
25
25
|
agent = [
|
|
26
|
-
"agent-utilities[agent,logfire]>=0.2.
|
|
26
|
+
"agent-utilities[agent,logfire]>=0.2.27"]
|
|
27
27
|
|
|
28
28
|
gql = [
|
|
29
29
|
"gql>=4.0.0"]
|
|
@@ -20,7 +20,7 @@ async def main():
|
|
|
20
20
|
try:
|
|
21
21
|
agent = create_agent(
|
|
22
22
|
provider="openai",
|
|
23
|
-
model_id=os.getenv("MODEL_ID", "
|
|
23
|
+
model_id=os.getenv("MODEL_ID", "nvidia/nemotron-3-super"),
|
|
24
24
|
base_url=os.getenv("LLM_BASE_URL", "http://host.docker.internal:1234/v1"),
|
|
25
25
|
api_key=os.getenv("LLM_API_KEY", "ollama"),
|
|
26
26
|
mcp_url=os.getenv("MCP_URL", "http://localhost:8005/mcp"),
|
|
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
|
|
File without changes
|