dtlpymcp 0.1.13__py3-none-any.whl → 0.1.14__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.
dtlpymcp/__init__.py CHANGED
@@ -1,3 +1,3 @@
1
1
  from .utils.dtlpy_context import DataloopContext, MCPSource
2
2
 
3
- __version__ = "0.1.13"
3
+ __version__ = "0.1.14"
@@ -95,7 +95,7 @@ class DataloopContext:
95
95
  server_name, tools, call_fn = result
96
96
  for tool in tools.tools:
97
97
  tool_name = tool.name
98
- ns_tool_name = f"{server_name}.{tool_name}"
98
+ ns_tool_name = f"{server_name}__{tool_name}"
99
99
  description = tool.description
100
100
  input_schema = tool.inputSchema
101
101
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dtlpymcp
3
- Version: 0.1.13
3
+ Version: 0.1.14
4
4
  Summary: STDIO MCP proxy server for Dataloop platform.
5
5
  Author-email: Your Name <your.email@example.com>
6
6
  Classifier: Programming Language :: Python :: 3.10
@@ -0,0 +1,10 @@
1
+ dtlpymcp/__init__.py,sha256=a7kR_WAe-QHnrVm2KbvZGUBK4A9RVQ5t9mOuYc2UxjI,87
2
+ dtlpymcp/__main__.py,sha256=ZsXN8guga8Qo-94bSvgC6u9s5gmmdyppUijb-_bCxCw,1347
3
+ dtlpymcp/min_proxy.py,sha256=QYGoqclGNN7ZMjoLzWBLCxUm4yT2xCoLTbtdFRsqlEk,2572
4
+ dtlpymcp/proxy.py,sha256=IzZrK6s37sXM-AM2L2m_K9AveT7uX_VSxwgrwggJYV4,6213
5
+ dtlpymcp/utils/dtlpy_context.py,sha256=LQ7jbY4UY21RwzVcwSzyhr2WRxu4GN7SSrUdVj2vRNk,13110
6
+ dtlpymcp-0.1.14.dist-info/METADATA,sha256=LnZLbg1eV_fuY-7zKdXS99eKn9jyuupdlnxcAfBTNqo,2190
7
+ dtlpymcp-0.1.14.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
8
+ dtlpymcp-0.1.14.dist-info/entry_points.txt,sha256=6hRVZNTjQevj7erwt9dAOURtPVrSrYu6uHXhAlhTaXQ,52
9
+ dtlpymcp-0.1.14.dist-info/top_level.txt,sha256=z85v20pIEnY3cBaWgwhU3EZS4WAZRywejhIutwd-iHk,9
10
+ dtlpymcp-0.1.14.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.9.0)
2
+ Generator: setuptools (80.10.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,10 +0,0 @@
1
- dtlpymcp/__init__.py,sha256=xwXA73VWK4Kq8rahO55HjkGdKof5CT6kAK4jOWcUqRE,87
2
- dtlpymcp/__main__.py,sha256=ZsXN8guga8Qo-94bSvgC6u9s5gmmdyppUijb-_bCxCw,1347
3
- dtlpymcp/min_proxy.py,sha256=QYGoqclGNN7ZMjoLzWBLCxUm4yT2xCoLTbtdFRsqlEk,2572
4
- dtlpymcp/proxy.py,sha256=IzZrK6s37sXM-AM2L2m_K9AveT7uX_VSxwgrwggJYV4,6213
5
- dtlpymcp/utils/dtlpy_context.py,sha256=_yA-HiBbq11eZsruiATOo2F2pmAikgohMhEtyc2PZYM,13109
6
- dtlpymcp-0.1.13.dist-info/METADATA,sha256=s_3QEu8q6HzeEUcbf1_yhrR1BBuwKkeguvpDedZ9Qzc,2190
7
- dtlpymcp-0.1.13.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
- dtlpymcp-0.1.13.dist-info/entry_points.txt,sha256=6hRVZNTjQevj7erwt9dAOURtPVrSrYu6uHXhAlhTaXQ,52
9
- dtlpymcp-0.1.13.dist-info/top_level.txt,sha256=z85v20pIEnY3cBaWgwhU3EZS4WAZRywejhIutwd-iHk,9
10
- dtlpymcp-0.1.13.dist-info/RECORD,,