dtlpymcp 0.1.12__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.12"
3
+ __version__ = "0.1.14"
@@ -1,4 +1,3 @@
1
- from imp import source_from_cache
2
1
  from mcp.server.fastmcp.utilities.func_metadata import ArgModelBase, FuncMetadata
3
2
  from mcp.client.streamable_http import streamablehttp_client
4
3
  from typing import List, Tuple, Callable, Optional
@@ -96,7 +95,7 @@ class DataloopContext:
96
95
  server_name, tools, call_fn = result
97
96
  for tool in tools.tools:
98
97
  tool_name = tool.name
99
- ns_tool_name = f"{server_name}.{tool_name}"
98
+ ns_tool_name = f"{server_name}__{tool_name}"
100
99
  description = tool.description
101
100
  input_schema = tool.inputSchema
102
101
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dtlpymcp
3
- Version: 0.1.12
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=0hhAXRFVrpgxX3ClXoKUI7IAeMDNvB40T9hcamK0UZc,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=Xl_umAqsRHfFVqnp4oTdCueR5xlIXWUKCF0TegzYYL4,13144
6
- dtlpymcp-0.1.12.dist-info/METADATA,sha256=V70lT3NcmglSo2VryV5JdEps_7olT0-qptZwWRu_e4g,2190
7
- dtlpymcp-0.1.12.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
- dtlpymcp-0.1.12.dist-info/entry_points.txt,sha256=6hRVZNTjQevj7erwt9dAOURtPVrSrYu6uHXhAlhTaXQ,52
9
- dtlpymcp-0.1.12.dist-info/top_level.txt,sha256=z85v20pIEnY3cBaWgwhU3EZS4WAZRywejhIutwd-iHk,9
10
- dtlpymcp-0.1.12.dist-info/RECORD,,