kl-mcp-client 1.0.5__tar.gz → 1.0.6__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: kl-mcp-client
3
- Version: 1.0.5
3
+ Version: 1.0.6
4
4
  Summary: MCP Client
5
5
  Author-email: Kyle <hngan.it@gmail.com>
6
6
  License: MIT
@@ -35,7 +35,7 @@ class MCPTools:
35
35
  def connect_mcp(self, mcpUrl: str) -> Dict[str, Any]:
36
36
  # sid = self.client.create_session(mcpUrl)
37
37
  self.client = MCPClient(base_url=mcpUrl, headers=None, timeout=30, retries=2)
38
- return {"ok": True, "cdpUrl": "http://127.0.0.1:9222"}
38
+ return {"ok": True, "cdpUrl": "http://localhost:9222"}
39
39
 
40
40
  @_ensure_client
41
41
  def create_session(self, cdpUrl: str) -> Dict[str, Any]:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: kl-mcp-client
3
- Version: 1.0.5
3
+ Version: 1.0.6
4
4
  Summary: MCP Client
5
5
  Author-email: Kyle <hngan.it@gmail.com>
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "kl-mcp-client"
7
- version = "1.0.5"
7
+ version = "1.0.6"
8
8
  description = "MCP Client"
9
9
  authors = [
10
10
  { name="Kyle", email="hngan.it@gmail.com" }
File without changes
File without changes