mseep-cmd-line-mcp 0.5.2__py3-none-any.whl → 0.5.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,11 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mseep-cmd-line-mcp
3
- Version: 0.5.2
3
+ Version: 0.5.3
4
4
  Summary: Command-line MCP server for safe command execution
5
- Home-page:
6
- Author: mseep
7
5
  Author-email: mseep <support@skydeck.ai>
8
- Maintainer-email: mseep <support@skydeck.ai>
9
6
  License: MIT
10
7
  Classifier: Programming Language :: Python :: 3
11
8
  Classifier: Programming Language :: Python :: 3.9
@@ -14,8 +11,8 @@ Classifier: Programming Language :: Python :: 3.11
14
11
  Classifier: Programming Language :: Python :: 3.12
15
12
  Classifier: License :: OSI Approved :: MIT License
16
13
  Classifier: Operating System :: OS Independent
17
- Requires-Python: >=3.6
18
- Description-Content-Type: text/markdown
14
+ Requires-Python: >=3.9
15
+ Description-Content-Type: text/plain
19
16
  License-File: LICENSE
20
17
  Requires-Dist: mcp>=1.6.0
21
18
  Provides-Extra: dev
@@ -23,8 +20,6 @@ Requires-Dist: pytest>=7.0.0; extra == "dev"
23
20
  Requires-Dist: pytest-asyncio>=0.18.0; extra == "dev"
24
21
  Requires-Dist: flake8>=4.0.0; extra == "dev"
25
22
  Requires-Dist: black>=22.0.0; extra == "dev"
26
- Dynamic: author
27
23
  Dynamic: license-file
28
- Dynamic: requires-python
29
24
 
30
- # Package managed by MseeP.ai
25
+ Package managed by MseeP.ai
@@ -3,10 +3,10 @@ cmd_line_mcp/config.py,sha256=2S6peOVFlKLHvwIQ8I-hI17swf4fVWczO8PFxPJ82gA,15569
3
3
  cmd_line_mcp/security.py,sha256=DxxL_6SJX2y2FQXlIsxRk8yuPE0N-YrdfV2FxLBxYhk,15690
4
4
  cmd_line_mcp/server.py,sha256=G5nvGBHt3myESqF2xqlBKUpgRlI8kuPxUtAPHNG-SQo,41215
5
5
  cmd_line_mcp/session.py,sha256=mSb9LOisKymiXXEr7LDl4kEl0jVEDEiH6_0tMEE9_a8,4664
6
- mseep_cmd_line_mcp-0.5.2.data/data/default_config.json,sha256=AVBNID4Yijq3ZXwHYJL_t70oqnfj8g8TwwqV-5ODgSw,1804
7
- mseep_cmd_line_mcp-0.5.2.dist-info/licenses/LICENSE,sha256=aOVb-txipM-E8cp9jtNoqJE4l6yz3T05ZsZmQeYHaPI,1067
8
- mseep_cmd_line_mcp-0.5.2.dist-info/METADATA,sha256=EspTsa5cn-j_HLfSHGxwEvNBVqRWNsFGRzu3uZSTBm0,1010
9
- mseep_cmd_line_mcp-0.5.2.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
10
- mseep_cmd_line_mcp-0.5.2.dist-info/entry_points.txt,sha256=7ufnALgZOundGRNHoaR2OxIo7v_OVsHLV9qVjUyGVdI,58
11
- mseep_cmd_line_mcp-0.5.2.dist-info/top_level.txt,sha256=TNbegkhclSa2OO_Era8636j0ZvCn2DS0XaYutU5UM7s,13
12
- mseep_cmd_line_mcp-0.5.2.dist-info/RECORD,,
6
+ mseep_cmd_line_mcp-0.5.3.data/data/default_config.json,sha256=AVBNID4Yijq3ZXwHYJL_t70oqnfj8g8TwwqV-5ODgSw,1804
7
+ mseep_cmd_line_mcp-0.5.3.dist-info/licenses/LICENSE,sha256=aOVb-txipM-E8cp9jtNoqJE4l6yz3T05ZsZmQeYHaPI,1067
8
+ mseep_cmd_line_mcp-0.5.3.dist-info/METADATA,sha256=6i0aCJdUj2Mh-qOajzYPHQdG0MHNGWRAm_z7yZ7Fg2Q,893
9
+ mseep_cmd_line_mcp-0.5.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
10
+ mseep_cmd_line_mcp-0.5.3.dist-info/entry_points.txt,sha256=7ufnALgZOundGRNHoaR2OxIo7v_OVsHLV9qVjUyGVdI,58
11
+ mseep_cmd_line_mcp-0.5.3.dist-info/top_level.txt,sha256=TNbegkhclSa2OO_Era8636j0ZvCn2DS0XaYutU5UM7s,13
12
+ mseep_cmd_line_mcp-0.5.3.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.7.1)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5