arch-ops-server 3.3.4__py3-none-any.whl → 3.3.5__py3-none-any.whl
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.
- arch_ops_server/__init__.py +1 -1
- {arch_ops_server-3.3.4.dist-info → arch_ops_server-3.3.5.dist-info}/METADATA +1 -1
- {arch_ops_server-3.3.4.dist-info → arch_ops_server-3.3.5.dist-info}/RECORD +5 -5
- {arch_ops_server-3.3.4.dist-info → arch_ops_server-3.3.5.dist-info}/WHEEL +0 -0
- {arch_ops_server-3.3.4.dist-info → arch_ops_server-3.3.5.dist-info}/entry_points.txt +0 -0
arch_ops_server/__init__.py
CHANGED
|
@@ -6,7 +6,7 @@ A Model Context Protocol server that bridges AI assistants with the Arch Linux
|
|
|
6
6
|
ecosystem, providing access to the Arch Wiki, AUR, and official repositories.
|
|
7
7
|
"""
|
|
8
8
|
|
|
9
|
-
__version__ = "3.3.
|
|
9
|
+
__version__ = "3.3.5"
|
|
10
10
|
|
|
11
11
|
from .wiki import search_wiki, get_wiki_page, get_wiki_page_as_text
|
|
12
12
|
from .aur import (
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: arch-ops-server
|
|
3
|
-
Version: 3.3.
|
|
3
|
+
Version: 3.3.5
|
|
4
4
|
Summary: MCP server bridging AI assistants with Arch Linux ecosystem (Wiki, AUR, official repos)
|
|
5
5
|
Keywords: arch-linux,mcp,model-context-protocol,aur,pacman,wiki,ai-assistant
|
|
6
6
|
Author: Nihal
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
arch_ops_server/__init__.py,sha256=
|
|
1
|
+
arch_ops_server/__init__.py,sha256=9r1GFDBcobAh0xpNZsihJSSwL7k030jb9OZQa8pRbhs,4504
|
|
2
2
|
arch_ops_server/aur.py,sha256=poYbh2DW7I1tZfCeNp_7e10fh9ZZx8HTnYZnKKZtflQ,49808
|
|
3
3
|
arch_ops_server/config.py,sha256=4mtpS28vXSMeEVGrTWTMwZEzgIyfl0oCAYEzF7SKxE8,11076
|
|
4
4
|
arch_ops_server/http_server.py,sha256=wZ3hY6o6EftbN1OZiTUau7861LB9ihKWap6gevev_No,31810
|
|
@@ -13,7 +13,7 @@ arch_ops_server/system_health_check.py,sha256=j8EEyX1E1PA7SGiIZQBS7RLVuyiI6D-egj
|
|
|
13
13
|
arch_ops_server/tool_metadata.py,sha256=Z0ZhtS1bxo9T_erJlGx9Xf0fKk4oZ0L6UQ8gJu7WEcA,20468
|
|
14
14
|
arch_ops_server/utils.py,sha256=po7MVqCx-hsdx-lOgs7uGicjoUVMf6HvuNNYl2qyFH0,10112
|
|
15
15
|
arch_ops_server/wiki.py,sha256=XB_emMGXYF3Vn5likRICkGOa72YDZvOhtZBgp_d1gg8,7350
|
|
16
|
-
arch_ops_server-3.3.
|
|
17
|
-
arch_ops_server-3.3.
|
|
18
|
-
arch_ops_server-3.3.
|
|
19
|
-
arch_ops_server-3.3.
|
|
16
|
+
arch_ops_server-3.3.5.dist-info/WHEEL,sha256=5DEXXimM34_d4Gx1AuF9ysMr1_maoEtGKjaILM3s4w4,80
|
|
17
|
+
arch_ops_server-3.3.5.dist-info/entry_points.txt,sha256=ZS2crFEqE9TteC4j2HmYS1wKvoBOCCXT2FJXJW5C4-E,117
|
|
18
|
+
arch_ops_server-3.3.5.dist-info/METADATA,sha256=qf6e4btGE--d-G64BdaFQPlCMKkvzElbz2501n4E7FM,14836
|
|
19
|
+
arch_ops_server-3.3.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|