mcp-cli-skill 0.4.6__tar.gz → 0.4.8__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.
- {mcp_cli_skill-0.4.6 → mcp_cli_skill-0.4.8}/PKG-INFO +1 -1
- {mcp_cli_skill-0.4.6 → mcp_cli_skill-0.4.8}/pyproject.toml +1 -0
- {mcp_cli_skill-0.4.6 → mcp_cli_skill-0.4.8}/scripts/mcp_call.py +1 -0
- {mcp_cli_skill-0.4.6 → mcp_cli_skill-0.4.8}/src/mcp_cli_skill/__init__.py +1 -1
- {mcp_cli_skill-0.4.6 → mcp_cli_skill-0.4.8}/src/mcp_cli_skill/cli.py +1 -0
- {mcp_cli_skill-0.4.6 → mcp_cli_skill-0.4.8}/README.md +0 -0
- {mcp_cli_skill-0.4.6 → mcp_cli_skill-0.4.8}/SKILL.md +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mcp-cli-skill
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.8
|
|
4
4
|
Summary: Call any MCP server tool from the command line with shell composition support
|
|
5
5
|
Project-URL: Homepage, https://github.com/wise-toddler/mcp-cli-skill
|
|
6
6
|
Project-URL: Repository, https://github.com/wise-toddler/mcp-cli-skill
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"""MCP CLI - Call any MCP server tool from the command line."""
|
|
2
|
-
__version__ = "0.4.
|
|
2
|
+
__version__ = "0.4.8"
|
|
File without changes
|
|
File without changes
|