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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mcp-cli-skill
3
- Version: 0.4.6
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
@@ -26,6 +26,7 @@ Repository = "https://github.com/wise-toddler/mcp-cli-skill"
26
26
 
27
27
  [project.scripts]
28
28
  mcp-call = "mcp_cli_skill.cli:main"
29
+ mcp-cli-skill = "mcp_cli_skill.cli:main"
29
30
 
30
31
  [tool.hatch.version]
31
32
  path = "src/mcp_cli_skill/__init__.py"
@@ -212,6 +212,7 @@ class HttpSession:
212
212
  headers = {
213
213
  "Content-Type": "application/json",
214
214
  "Accept": "application/json, text/event-stream",
215
+ "User-Agent": "mcp-cli/1.0",
215
216
  }
216
217
  headers.update(self.extra_headers)
217
218
  if self.session_id:
@@ -1,2 +1,2 @@
1
1
  """MCP CLI - Call any MCP server tool from the command line."""
2
- __version__ = "0.4.6"
2
+ __version__ = "0.4.8"
@@ -212,6 +212,7 @@ class HttpSession:
212
212
  headers = {
213
213
  "Content-Type": "application/json",
214
214
  "Accept": "application/json, text/event-stream",
215
+ "User-Agent": "mcp-cli/1.0",
215
216
  }
216
217
  headers.update(self.extra_headers)
217
218
  if self.session_id:
File without changes
File without changes