mcp-proxy-adapter 2.1.8__tar.gz → 2.1.10__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.
- {mcp_proxy_adapter-2.1.8/mcp_proxy_adapter.egg-info → mcp_proxy_adapter-2.1.10}/PKG-INFO +1 -1
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/mcp_proxy_adapter/examples/help_best_practices.py +2 -2
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/mcp_proxy_adapter/examples/help_usage.py +2 -2
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10/mcp_proxy_adapter.egg-info}/PKG-INFO +1 -1
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/pyproject.toml +1 -1
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/setup.py +1 -1
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/tests/test_examples.py +1 -1
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/LICENSE +0 -0
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/MANIFEST.in +0 -0
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/README.md +0 -0
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/code_index.yaml +0 -0
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/mcp_proxy_adapter/__init__.py +0 -0
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/mcp_proxy_adapter/adapter.py +0 -0
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/mcp_proxy_adapter/analyzers/__init__.py +0 -0
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/mcp_proxy_adapter/analyzers/docstring_analyzer.py +0 -0
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/mcp_proxy_adapter/analyzers/type_analyzer.py +0 -0
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/mcp_proxy_adapter/dispatchers/__init__.py +0 -0
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/mcp_proxy_adapter/dispatchers/base_dispatcher.py +0 -0
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/mcp_proxy_adapter/dispatchers/json_rpc_dispatcher.py +0 -0
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/mcp_proxy_adapter/examples/analyze_config.py +0 -0
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/mcp_proxy_adapter/examples/basic_integration.py +0 -0
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/mcp_proxy_adapter/examples/docstring_and_schema_example.py +0 -0
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/mcp_proxy_adapter/examples/extension_example.py +0 -0
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/mcp_proxy_adapter/examples/mcp_proxy_client.py +0 -0
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/mcp_proxy_adapter/examples/openapi_server.py +0 -0
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/mcp_proxy_adapter/examples/project_structure_example.py +0 -0
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/mcp_proxy_adapter/examples/testing_example.py +0 -0
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/mcp_proxy_adapter/models.py +0 -0
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/mcp_proxy_adapter/registry.py +0 -0
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/mcp_proxy_adapter/schema.py +0 -0
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/mcp_proxy_adapter/testing_utils.py +0 -0
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/mcp_proxy_adapter/validators/docstring_validator.py +0 -0
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/mcp_proxy_adapter/validators/metadata_validator.py +0 -0
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/mcp_proxy_adapter.egg-info/SOURCES.txt +0 -0
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/mcp_proxy_adapter.egg-info/dependency_links.txt +0 -0
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/mcp_proxy_adapter.egg-info/requires.txt +0 -0
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/mcp_proxy_adapter.egg-info/top_level.txt +0 -0
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/requirements.txt +0 -0
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/setup.cfg +0 -0
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/tests/conftest.py +0 -0
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/tests/test_adapter.py +0 -0
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/tests/test_adapter_coverage.py +0 -0
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/tests/test_basic_dispatcher.py +0 -0
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/tests/test_command_registry.py +0 -0
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/tests/test_mcp_proxy_adapter.py +0 -0
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/tests/test_mcp_proxy_adapter_basic.py +0 -0
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/tests/test_part1.py +0 -0
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/tests/test_part2.py +0 -0
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/tests/test_schema.py +0 -0
- {mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/tests/test_simple_adapter.py +0 -0
@@ -12,10 +12,10 @@ Run:
|
|
12
12
|
"""
|
13
13
|
import os
|
14
14
|
import sys
|
15
|
-
sys.path.insert(0, os.path.abspath(os.path.
|
15
|
+
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '../..')))
|
16
16
|
from typing import Any, Dict
|
17
17
|
from mcp_proxy_adapter.adapter import MCPProxyAdapter
|
18
|
-
from
|
18
|
+
from mcp_proxy_adapter.testing_utils import MockRegistry
|
19
19
|
|
20
20
|
# --- Setup registry and adapter ---
|
21
21
|
registry = MockRegistry()
|
{mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/mcp_proxy_adapter/examples/help_usage.py
RENAMED
@@ -12,12 +12,12 @@ Run:
|
|
12
12
|
"""
|
13
13
|
import os
|
14
14
|
import sys
|
15
|
-
sys.path.insert(0, os.path.abspath(os.path.
|
15
|
+
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '../..')))
|
16
16
|
from typing import Any, Dict
|
17
17
|
|
18
18
|
# Assume MCPProxyAdapter and MockRegistry are available from src and tests
|
19
19
|
from mcp_proxy_adapter.adapter import MCPProxyAdapter
|
20
|
-
from
|
20
|
+
from mcp_proxy_adapter.testing_utils import MockRegistry
|
21
21
|
|
22
22
|
# --- Setup registry and adapter ---
|
23
23
|
registry = MockRegistry()
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "mcp-proxy-adapter"
|
7
|
-
version = "2.1.
|
7
|
+
version = "2.1.10"
|
8
8
|
description = "Adapter for exposing Command Registry commands as tools for AI models via MCP Proxy."
|
9
9
|
readme = "README.md"
|
10
10
|
requires-python = ">=3.9"
|
@@ -14,7 +14,7 @@ with open(os.path.join(here, 'requirements.txt'), encoding='utf-8') as f:
|
|
14
14
|
|
15
15
|
setup(
|
16
16
|
name="mcp-proxy-adapter",
|
17
|
-
version="2.1.
|
17
|
+
version="2.1.10",
|
18
18
|
description="Adapter for exposing Command Registry commands as tools for AI models via MCP Proxy.",
|
19
19
|
long_description=long_description,
|
20
20
|
long_description_content_type="text/markdown",
|
@@ -3,7 +3,7 @@ import sys
|
|
3
3
|
import os
|
4
4
|
import pytest
|
5
5
|
|
6
|
-
EXAMPLES_DIR = os.path.join(os.path.dirname(__file__), "..", "examples")
|
6
|
+
EXAMPLES_DIR = os.path.join(os.path.dirname(__file__), "..", "mcp_proxy_adapter", "examples")
|
7
7
|
|
8
8
|
@pytest.mark.parametrize("script,expected", [
|
9
9
|
("help_usage.py", ["Project help", "Adapter help"]),
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/mcp_proxy_adapter/analyzers/__init__.py
RENAMED
File without changes
|
File without changes
|
{mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/mcp_proxy_adapter/analyzers/type_analyzer.py
RENAMED
File without changes
|
{mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/mcp_proxy_adapter/dispatchers/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/mcp_proxy_adapter/examples/analyze_config.py
RENAMED
File without changes
|
{mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/mcp_proxy_adapter/examples/basic_integration.py
RENAMED
File without changes
|
File without changes
|
{mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/mcp_proxy_adapter/examples/extension_example.py
RENAMED
File without changes
|
{mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/mcp_proxy_adapter/examples/mcp_proxy_client.py
RENAMED
File without changes
|
{mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/mcp_proxy_adapter/examples/openapi_server.py
RENAMED
File without changes
|
File without changes
|
{mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/mcp_proxy_adapter/examples/testing_example.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/mcp_proxy_adapter.egg-info/dependency_links.txt
RENAMED
File without changes
|
{mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/mcp_proxy_adapter.egg-info/requires.txt
RENAMED
File without changes
|
{mcp_proxy_adapter-2.1.8 → mcp_proxy_adapter-2.1.10}/mcp_proxy_adapter.egg-info/top_level.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|