universal-mcp-applications 0.1.23__py3-none-any.whl → 0.1.24__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.
@@ -49,7 +49,7 @@ class BrowserUseApp(APIApplication):
49
49
  llm=llm, task=task, max_steps=max_steps
50
50
  )
51
51
  result = created_task.complete()
52
- return result.to_dict()
52
+ return result.model_dump()
53
53
 
54
54
  async def get_browser_task_status(
55
55
  self,
@@ -65,7 +65,7 @@ class BrowserUseApp(APIApplication):
65
65
  dict: The current status and details of the task.
66
66
  """
67
67
  task = self.browser_client.tasks.get_task(task_id)
68
- return task.to_dict()
68
+ return task.model_dump()
69
69
 
70
70
  def list_tools(self):
71
71
  return [self.browser_task, self.get_browser_task_status]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: universal-mcp-applications
3
- Version: 0.1.23
3
+ Version: 0.1.24
4
4
  Summary: A Universal MCP Application: universal_mcp_applications
5
5
  Project-URL: Homepage, https://github.com/universal-mcp/applications
6
6
  Project-URL: Repository, https://github.com/universal-mcp/applications
@@ -25,7 +25,7 @@ universal_mcp/applications/braze/__init__.py,sha256=9HSB9jg_Ws55dLcTh2qEtLNHMFnR
25
25
  universal_mcp/applications/braze/app.py,sha256=dJSivDLvc002IPdusKNvLWqIz035j3bRQw6FFXve2Ns,175855
26
26
  universal_mcp/applications/browser_use/README.md,sha256=xLlNi7R94GfykFnUrxR9WN4G4cyG-VxHKEeTnGFdk10,13
27
27
  universal_mcp/applications/browser_use/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
28
- universal_mcp/applications/browser_use/app.py,sha256=Md_k4bau_lpfkYRzNEU07sXo2OInhqA8mGQypLQVKyA,2581
28
+ universal_mcp/applications/browser_use/app.py,sha256=n4K598QcQTF2e8ukme8kXh63lS8mIwNKqTZS1AVb554,2587
29
29
  universal_mcp/applications/cal_com_v2/README.md,sha256=V7M5cx_Rhbj54mCj4LudO1g61UYlA5Ur65wWG1d6n2U,21047
30
30
  universal_mcp/applications/cal_com_v2/__init__.py,sha256=OOTUXThnSL6bsOfTs4B0h-zKDo6b3LxL98JQlpZifCE,29
31
31
  universal_mcp/applications/cal_com_v2/app.py,sha256=d38htmRGXJ_mNJdMbGQIwvkyAV0t8uiacvaKt7ymD_k,220974
@@ -276,7 +276,7 @@ universal_mcp/applications/youtube/app.py,sha256=eqgqe0b53W9Mj0FZGW3ZqY3xkGF4NbO
276
276
  universal_mcp/applications/zenquotes/README.md,sha256=FJyoTGRCaZjF_bsCBqg1CrYcvIfuUG_Qk616G1wjhF8,512
277
277
  universal_mcp/applications/zenquotes/__init__.py,sha256=C5nEHZ3Xy6nYUarq0BqQbbJnHs0UtSlqhk0DqmvWiHk,58
278
278
  universal_mcp/applications/zenquotes/app.py,sha256=7xIEnSZWAGYu5583Be2ZjSCtLUAfMWRzucSpp7hw_h4,1299
279
- universal_mcp_applications-0.1.23.dist-info/METADATA,sha256=t6rJqUsQ7zqQC2KzL5Zsuvr9besu7eToU2zuT0u7Z4o,2956
280
- universal_mcp_applications-0.1.23.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
281
- universal_mcp_applications-0.1.23.dist-info/licenses/LICENSE,sha256=NweDZVPslBAZFzlgByF158b85GR0f5_tLQgq1NS48To,1063
282
- universal_mcp_applications-0.1.23.dist-info/RECORD,,
279
+ universal_mcp_applications-0.1.24.dist-info/METADATA,sha256=WcvhSK6ZVRfoATJtf8wtM_kmcDhW0sr2c8NZ5iiNlpc,2956
280
+ universal_mcp_applications-0.1.24.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
281
+ universal_mcp_applications-0.1.24.dist-info/licenses/LICENSE,sha256=NweDZVPslBAZFzlgByF158b85GR0f5_tLQgq1NS48To,1063
282
+ universal_mcp_applications-0.1.24.dist-info/RECORD,,