arch-ops-server 0.1.2__py3-none-any.whl → 0.1.3__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.
@@ -1,3 +1,4 @@
1
+ # SPDX-License-Identifier: GPL-3.0-only OR MIT
1
2
  """
2
3
  Arch Linux MCP Server
3
4
 
arch_ops_server/aur.py CHANGED
@@ -1,3 +1,4 @@
1
+ # SPDX-License-Identifier: GPL-3.0-only OR MIT
1
2
  """
2
3
  AUR (Arch User Repository) interface module.
3
4
  Provides search, package info, and PKGBUILD retrieval via AUR RPC v5.
arch_ops_server/pacman.py CHANGED
@@ -1,3 +1,4 @@
1
+ # SPDX-License-Identifier: GPL-3.0-only OR MIT
1
2
  """
2
3
  Pacman/Official Repository interface module.
3
4
  Provides package info and update checks with hybrid local/remote approach.
arch_ops_server/server.py CHANGED
@@ -1,3 +1,4 @@
1
+ # SPDX-License-Identifier: GPL-3.0-only OR MIT
1
2
  """
2
3
  MCP Server setup for Arch Linux operations.
3
4
 
arch_ops_server/utils.py CHANGED
@@ -1,3 +1,4 @@
1
+ # SPDX-License-Identifier: GPL-3.0-only OR MIT
1
2
  """
2
3
  Utility functions for Arch Linux MCP Server.
3
4
  Provides platform detection, subprocess execution, and error handling.
arch_ops_server/wiki.py CHANGED
@@ -1,3 +1,4 @@
1
+ # SPDX-License-Identifier: GPL-3.0-only OR MIT
1
2
  """
2
3
  Arch Wiki interface module.
3
4
  Provides search and page retrieval via MediaWiki API with BeautifulSoup fallback.
@@ -1,15 +1,16 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: arch-ops-server
3
- Version: 0.1.2
3
+ Version: 0.1.3
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
7
7
  Author-email: Nihal <2tv8xupqg@mozmail.com>
8
- License: GPL-3.0
8
+ License: GPL-3.0-only OR MIT
9
9
  Classifier: Development Status :: 4 - Beta
10
10
  Classifier: Intended Audience :: Developers
11
11
  Classifier: Intended Audience :: System Administrators
12
12
  Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
13
+ Classifier: License :: OSI Approved :: MIT License
13
14
  Classifier: Operating System :: POSIX :: Linux
14
15
  Classifier: Programming Language :: Python :: 3
15
16
  Classifier: Programming Language :: Python :: 3.11
@@ -26,7 +27,9 @@ Description-Content-Type: text/markdown
26
27
 
27
28
  # Arch Linux MCP Server
28
29
 
29
-
30
+ <a href="https://glama.ai/mcp/servers/@nihalxkumar/arch-mcp">
31
+ <img width="380" height="200" src="https://glama.ai/mcp/servers/@nihalxkumar/arch-mcp/badge" />
32
+ </a>
30
33
 
31
34
  **Disclaimer:** Unofficial community project, not affiliated with Arch Linux.
32
35
 
@@ -114,16 +117,17 @@ Claude / Cursor / Any MCP client that supports STDIO transport
114
117
  }
115
118
  ```
116
119
 
117
- If you are using Cursor, you can easily install and configure the MCP server by clicking the button below:
118
-
119
- [![Add to Cursor](https://cursor.com/deeplink/mcp-install-dark.svg)](cursor://anysphere.cursor-deeplink/mcp/install?name=arch-ops&config=eyJjb21tYW5kIjogInV2eCIsICJhcmdzIjogWyJhcmNoLW9wcy1zZXJ2ZXIiXX0=)
120
-
121
120
  ## Contributing
122
121
 
123
- Contibutions are greatly appreciated. Please feel free to submit a pull request or open an issue and help make things better for everyone.
122
+ Contributions are greatly appreciated. Please feel free to submit a pull request or open an issue and help make things better for everyone.
124
123
 
125
124
  [Contributing Guide](https://nxk.mintlify.app/arch-mcp/contributing)
126
125
 
127
126
  ## License
128
127
 
129
- [GPL-3.0-only](https://www.gnu.org/licenses/gpl-3.0.en.html)
128
+ This project is dual-licensed under your choice of:
129
+
130
+ - **[GPL-3.0-only](https://www.gnu.org/licenses/gpl-3.0.en.html)** - See [LICENSE-GPL](LICENSE-GPL)
131
+ - **[MIT License](https://opensource.org/licenses/MIT)** - See [LICENSE-MIT](LICENSE-MIT)
132
+
133
+ You may use this software under the terms of either license. See [LICENSE](LICENSE) for more details.
@@ -0,0 +1,11 @@
1
+ arch_ops_server/__init__.py,sha256=XPekyNNo3kc3id4udFE_qzdLNkWGF4qePeSTKlRynWE,1953
2
+ arch_ops_server/aur.py,sha256=poYbh2DW7I1tZfCeNp_7e10fh9ZZx8HTnYZnKKZtflQ,49808
3
+ arch_ops_server/pacman.py,sha256=l46iWgwAWl1MVLsfBYrA2xwuE2BCluaVMZPJ1iZzwAA,9909
4
+ arch_ops_server/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
+ arch_ops_server/server.py,sha256=Pij1KtsrhEdSlXn-4k9dC6AAywxZQ6D_6fZLy29baqQ,25235
6
+ arch_ops_server/utils.py,sha256=po7MVqCx-hsdx-lOgs7uGicjoUVMf6HvuNNYl2qyFH0,10112
7
+ arch_ops_server/wiki.py,sha256=XB_emMGXYF3Vn5likRICkGOa72YDZvOhtZBgp_d1gg8,7350
8
+ arch_ops_server-0.1.3.dist-info/WHEEL,sha256=DpNsHFUm_gffZe1FgzmqwuqiuPC6Y-uBCzibcJcdupM,78
9
+ arch_ops_server-0.1.3.dist-info/entry_points.txt,sha256=nD6HtiLT-Xh1b63_LGcYNEjHqVlal7I2d5jeFJMtfiU,63
10
+ arch_ops_server-0.1.3.dist-info/METADATA,sha256=pKI-2c6BdaAWxonxi6qhFguWJMzUAiDdnYTpYGOp6S4,5117
11
+ arch_ops_server-0.1.3.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: uv 0.9.5
2
+ Generator: uv 0.9.8
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
@@ -1,11 +0,0 @@
1
- arch_ops_server/__init__.py,sha256=m0KiRT4iLqY5eyP3Ul-anwQVdpjTghWWW1QOqk6n1NI,1906
2
- arch_ops_server/aur.py,sha256=8Ktzz9_5tXiJdRuZvTSxqUU1N8i7kJkx4jxQiDLqM-c,49761
3
- arch_ops_server/pacman.py,sha256=nD1B8KgHuwaxHtcO4sd1WpiFcpocjD6yxs1JtVkTjPU,9862
4
- arch_ops_server/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
- arch_ops_server/server.py,sha256=hN3MT_BkRwbCd5Yo7R6-KolPHxy8U3kbJoBqDjLxw3Y,25188
6
- arch_ops_server/utils.py,sha256=pxsdzdMmcXUDdxe4sVITlHhMPqu6rx74HemtGQW-zp4,10065
7
- arch_ops_server/wiki.py,sha256=P6znxzV2e9JVUq8yyD0e9pP0Fm7EkS9vmDb2HUdwQpc,7303
8
- arch_ops_server-0.1.2.dist-info/WHEEL,sha256=M6du7VZflc4UPsGphmOXHANdgk8zessdJG0DBUuoA-U,78
9
- arch_ops_server-0.1.2.dist-info/entry_points.txt,sha256=nD6HtiLT-Xh1b63_LGcYNEjHqVlal7I2d5jeFJMtfiU,63
10
- arch_ops_server-0.1.2.dist-info/METADATA,sha256=LwXzEy35x0g_e63wzfDHX-aWnIc8Gjq7E_d3_-D8N9g,4916
11
- arch_ops_server-0.1.2.dist-info/RECORD,,