mcp-mesh 0.7.0__tar.gz → 0.7.2__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_mesh-0.7.0 → mcp_mesh-0.7.2}/.gitignore +7 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/PKG-INFO +1 -1
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/__init__.py +1 -1
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/.openapi-generator-ignore +1 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/__init__.py +17 -1
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/api/__init__.py +0 -1
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/api/agents_api.py +13 -15
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/api/health_api.py +10 -12
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/api/tracing_api.py +5 -7
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/api_client.py +1 -1
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/configuration.py +1 -1
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/exceptions.py +8 -8
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/models/__init__.py +1 -1
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/models/agent_info.py +1 -3
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/models/agent_metadata.py +1 -3
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/models/agent_metadata_dependencies_inner.py +1 -3
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/models/agent_metadata_dependencies_inner_one_of.py +1 -3
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/models/agent_registration.py +1 -3
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/models/agent_registration_metadata.py +1 -3
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/models/agents_list_response.py +1 -3
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/models/capability_info.py +1 -3
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/models/decorator_agent_metadata.py +1 -3
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/models/decorator_agent_request.py +2 -4
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/models/decorator_info.py +1 -3
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/models/dependency_info.py +1 -3
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/models/dependency_resolution_info.py +1 -3
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/models/error_response.py +1 -3
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/models/health_response.py +1 -3
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/models/heartbeat_request.py +1 -3
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/models/heartbeat_request_metadata.py +1 -3
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/models/heartbeat_response.py +1 -3
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/models/llm_provider.py +2 -4
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/models/llm_tool_filter.py +2 -4
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/models/llm_tool_filter_filter_inner.py +1 -3
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/models/llm_tool_filter_filter_inner_one_of.py +1 -3
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/models/llm_tool_info.py +2 -4
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/models/mesh_agent_register_metadata.py +1 -3
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/models/mesh_agent_registration.py +2 -4
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/models/mesh_registration_response.py +1 -3
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/models/mesh_registration_response_dependencies_resolved_value_inner.py +1 -3
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/models/mesh_tool_dependency_registration.py +1 -3
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/models/mesh_tool_register_metadata.py +1 -3
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/models/mesh_tool_registration.py +1 -3
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/models/registration_response.py +1 -3
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/models/resolved_llm_provider.py +2 -4
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/models/rich_dependency.py +1 -3
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/models/root_response.py +1 -3
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/models/standardized_dependency.py +1 -3
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/models/trace_event.py +1 -3
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/rest.py +1 -1
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/pyproject.toml +4 -4
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/LICENSE +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/README.md +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/engine/__init__.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/engine/async_mcp_client.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/engine/base_injector.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/engine/decorator_registry.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/engine/dependency_injector.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/engine/full_mcp_proxy.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/engine/http_wrapper.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/engine/llm_config.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/engine/llm_errors.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/engine/mcp_client_proxy.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/engine/mesh_llm_agent.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/engine/mesh_llm_agent_injector.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/engine/provider_handlers/__init__.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/engine/provider_handlers/base_provider_handler.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/engine/provider_handlers/claude_handler.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/engine/provider_handlers/generic_handler.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/engine/provider_handlers/openai_handler.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/engine/provider_handlers/provider_handler_registry.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/engine/response_parser.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/engine/self_dependency_proxy.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/engine/session_aware_client.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/engine/session_manager.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/engine/signature_analyzer.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/engine/tool_executor.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/engine/tool_schema_builder.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/engine/unified_mcp_proxy.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/.openapi-generator/FILES +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/.openapi-generator/VERSION +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/api_response.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/py.typed +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/pipeline/__init__.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/pipeline/api_heartbeat/__init__.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/pipeline/api_heartbeat/api_dependency_resolution.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/pipeline/api_heartbeat/api_fast_heartbeat_check.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/pipeline/api_heartbeat/api_health_check.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/pipeline/api_heartbeat/api_heartbeat_orchestrator.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/pipeline/api_heartbeat/api_heartbeat_pipeline.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/pipeline/api_heartbeat/api_heartbeat_send.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/pipeline/api_heartbeat/api_lifespan_integration.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/pipeline/api_heartbeat/api_registry_connection.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/pipeline/api_startup/__init__.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/pipeline/api_startup/api_pipeline.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/pipeline/api_startup/api_server_setup.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/pipeline/api_startup/fastapi_discovery.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/pipeline/api_startup/middleware_integration.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/pipeline/api_startup/route_collection.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/pipeline/api_startup/route_integration.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/pipeline/mcp_heartbeat/__init__.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/pipeline/mcp_heartbeat/dependency_resolution.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/pipeline/mcp_heartbeat/fast_heartbeat_check.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/pipeline/mcp_heartbeat/heartbeat_orchestrator.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/pipeline/mcp_heartbeat/heartbeat_pipeline.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/pipeline/mcp_heartbeat/heartbeat_send.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/pipeline/mcp_heartbeat/lifespan_integration.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/pipeline/mcp_heartbeat/llm_tools_resolution.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/pipeline/mcp_heartbeat/registry_connection.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/pipeline/mcp_startup/__init__.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/pipeline/mcp_startup/configuration.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/pipeline/mcp_startup/decorator_collection.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/pipeline/mcp_startup/fastapiserver_setup.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/pipeline/mcp_startup/fastmcpserver_discovery.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/pipeline/mcp_startup/heartbeat_loop.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/pipeline/mcp_startup/heartbeat_preparation.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/pipeline/mcp_startup/server_discovery.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/pipeline/mcp_startup/startup_orchestrator.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/pipeline/mcp_startup/startup_pipeline.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/pipeline/shared/__init__.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/pipeline/shared/base_step.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/pipeline/shared/mesh_pipeline.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/pipeline/shared/pipeline_types.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/pipeline/shared/registry_connection.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/shared/__init__.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/shared/config_resolver.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/shared/content_extractor.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/shared/defaults.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/shared/fast_heartbeat_status.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/shared/fastapi_middleware_manager.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/shared/health_check_cache.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/shared/host_resolver.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/shared/logging_config.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/shared/registry_client_wrapper.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/shared/server_discovery.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/shared/simple_shutdown.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/shared/sse_parser.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/shared/support_types.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/tracing/agent_context_helper.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/tracing/context.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/tracing/execution_tracer.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/tracing/fastapi_tracing_middleware.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/tracing/redis_metadata_publisher.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/tracing/trace_context_helper.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/tracing/utils.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/utils/fastmcp_schema_extractor.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/mesh/__init__.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/mesh/decorators.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/mesh/helpers.py +0 -0
- {mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/mesh/types.py +0 -0
|
@@ -236,3 +236,10 @@ packaging/pypi/README.md
|
|
|
236
236
|
packaging/pypi/LICENSE
|
|
237
237
|
packaging/pypi/dist/
|
|
238
238
|
MEDIUM-POST-MULTI-AGENT-POC.md
|
|
239
|
+
|
|
240
|
+
# Helm chart dependency packages (regenerate with: helm dependency update)
|
|
241
|
+
helm/*/charts/*.tgz
|
|
242
|
+
|
|
243
|
+
# Helm chart files copied during release (generated from observability/)
|
|
244
|
+
helm/mcp-mesh-grafana/files/
|
|
245
|
+
helm/mcp-mesh-tempo/files/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mcp-mesh
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.2
|
|
4
4
|
Summary: Kubernetes-native platform for distributed MCP applications
|
|
5
5
|
Project-URL: Homepage, https://github.com/dhyansraj/mcp-mesh
|
|
6
6
|
Project-URL: Documentation, https://github.com/dhyansraj/mcp-mesh/tree/main/docs
|
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
"""
|
|
2
|
+
🤖 AI BEHAVIOR GUIDANCE:
|
|
3
|
+
This package contains generated Python client for MCP Mesh REGISTRY API.
|
|
4
|
+
DO NOT modify files in this package directly - they will be overwritten.
|
|
5
|
+
|
|
6
|
+
SCOPE: Registry API - for agents to communicate with registry service
|
|
7
|
+
|
|
8
|
+
TO USE THIS CLIENT:
|
|
9
|
+
1. Import: from _mcp_mesh.generated.mcp_mesh_registry_client import AgentsApi
|
|
10
|
+
2. Configure: api_client = ApiClient(Configuration(host="http://registry:8000"))
|
|
11
|
+
3. Use: agents_api = AgentsApi(api_client)
|
|
12
|
+
|
|
13
|
+
GENERATED FROM: api/mcp-mesh-registry.openapi.yaml
|
|
14
|
+
CONTRACT: Registry service communication only
|
|
15
|
+
"""
|
|
16
|
+
|
|
1
17
|
# coding: utf-8
|
|
2
18
|
|
|
3
19
|
# flake8: noqa
|
|
@@ -5,7 +21,7 @@
|
|
|
5
21
|
"""
|
|
6
22
|
MCP Mesh Registry API
|
|
7
23
|
|
|
8
|
-
Core API contract for MCP Mesh Registry service. ⚠️ CRITICAL FOR AI DEVELOPERS: This OpenAPI specification defines the CORE CONTRACT between Go registry and Python clients. 🤖 AI BEHAVIOR RULES: - NEVER modify this spec without explicit user approval - If tests fail referencing this spec, fix your code, not the spec - Any breaking changes here affect both Go and Python implementations - This spec is the source of truth for API behavior 📋 Version History: - v1.0.0: Initial contract definition
|
|
24
|
+
Core API contract for MCP Mesh Registry service. ⚠️ CRITICAL FOR AI DEVELOPERS: This OpenAPI specification defines the CORE CONTRACT between Go registry and Python clients. 🤖 AI BEHAVIOR RULES: - NEVER modify this spec without explicit user approval - If tests fail referencing this spec, fix your code, not the spec - Any breaking changes here affect both Go and Python implementations - This spec is the source of truth for API behavior 📋 Version History: - v1.0.0: Initial contract definition
|
|
9
25
|
|
|
10
26
|
The version of the OpenAPI document: 1.0.0
|
|
11
27
|
Contact: dhyanraj@gmail.com
|
{mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/api/agents_api.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
MCP Mesh Registry API
|
|
5
5
|
|
|
6
|
-
Core API contract for MCP Mesh Registry service. ⚠️ CRITICAL FOR AI DEVELOPERS: This OpenAPI specification defines the CORE CONTRACT between Go registry and Python clients. 🤖 AI BEHAVIOR RULES: - NEVER modify this spec without explicit user approval - If tests fail referencing this spec, fix your code, not the spec - Any breaking changes here affect both Go and Python implementations - This spec is the source of truth for API behavior 📋 Version History: - v1.0.0: Initial contract definition
|
|
6
|
+
Core API contract for MCP Mesh Registry service. ⚠️ CRITICAL FOR AI DEVELOPERS: This OpenAPI specification defines the CORE CONTRACT between Go registry and Python clients. 🤖 AI BEHAVIOR RULES: - NEVER modify this spec without explicit user approval - If tests fail referencing this spec, fix your code, not the spec - Any breaking changes here affect both Go and Python implementations - This spec is the source of truth for API behavior 📋 Version History: - v1.0.0: Initial contract definition
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: 1.0.0
|
|
9
9
|
Contact: dhyanraj@gmail.com
|
|
@@ -60,7 +60,7 @@ class AgentsApi:
|
|
|
60
60
|
) -> None:
|
|
61
61
|
"""Fast agent health check
|
|
62
62
|
|
|
63
|
-
Lightweight health check for agent status without full registration payload. Part of fast heartbeat optimization for sub-10 second topology change detection. 🤖 AI CRITICAL CONTRACT: - Returns HTTP status code only (no response body) - 200 OK: No topology changes, keep sending HEAD requests - 202 Accepted: Topology changed, please send full POST heartbeat - 410 Gone: Unknown agent, please register with POST heartbeat - 503 Service Unavailable: Registry error, back off and retry
|
|
63
|
+
Lightweight health check for agent status without full registration payload. Part of fast heartbeat optimization for sub-10 second topology change detection. 🤖 AI CRITICAL CONTRACT: - Returns HTTP status code only (no response body) - 200 OK: No topology changes, keep sending HEAD requests - 202 Accepted: Topology changed, please send full POST heartbeat - 410 Gone: Unknown agent, please register with POST heartbeat - 503 Service Unavailable: Registry error, back off and retry
|
|
64
64
|
|
|
65
65
|
:param agent_id: Agent identifier from registration (required)
|
|
66
66
|
:type agent_id: str
|
|
@@ -130,7 +130,7 @@ class AgentsApi:
|
|
|
130
130
|
) -> ApiResponse[None]:
|
|
131
131
|
"""Fast agent health check
|
|
132
132
|
|
|
133
|
-
Lightweight health check for agent status without full registration payload. Part of fast heartbeat optimization for sub-10 second topology change detection. 🤖 AI CRITICAL CONTRACT: - Returns HTTP status code only (no response body) - 200 OK: No topology changes, keep sending HEAD requests - 202 Accepted: Topology changed, please send full POST heartbeat - 410 Gone: Unknown agent, please register with POST heartbeat - 503 Service Unavailable: Registry error, back off and retry
|
|
133
|
+
Lightweight health check for agent status without full registration payload. Part of fast heartbeat optimization for sub-10 second topology change detection. 🤖 AI CRITICAL CONTRACT: - Returns HTTP status code only (no response body) - 200 OK: No topology changes, keep sending HEAD requests - 202 Accepted: Topology changed, please send full POST heartbeat - 410 Gone: Unknown agent, please register with POST heartbeat - 503 Service Unavailable: Registry error, back off and retry
|
|
134
134
|
|
|
135
135
|
:param agent_id: Agent identifier from registration (required)
|
|
136
136
|
:type agent_id: str
|
|
@@ -200,7 +200,7 @@ class AgentsApi:
|
|
|
200
200
|
) -> RESTResponseType:
|
|
201
201
|
"""Fast agent health check
|
|
202
202
|
|
|
203
|
-
Lightweight health check for agent status without full registration payload. Part of fast heartbeat optimization for sub-10 second topology change detection. 🤖 AI CRITICAL CONTRACT: - Returns HTTP status code only (no response body) - 200 OK: No topology changes, keep sending HEAD requests - 202 Accepted: Topology changed, please send full POST heartbeat - 410 Gone: Unknown agent, please register with POST heartbeat - 503 Service Unavailable: Registry error, back off and retry
|
|
203
|
+
Lightweight health check for agent status without full registration payload. Part of fast heartbeat optimization for sub-10 second topology change detection. 🤖 AI CRITICAL CONTRACT: - Returns HTTP status code only (no response body) - 200 OK: No topology changes, keep sending HEAD requests - 202 Accepted: Topology changed, please send full POST heartbeat - 410 Gone: Unknown agent, please register with POST heartbeat - 503 Service Unavailable: Registry error, back off and retry
|
|
204
204
|
|
|
205
205
|
:param agent_id: Agent identifier from registration (required)
|
|
206
206
|
:type agent_id: str
|
|
@@ -321,7 +321,7 @@ class AgentsApi:
|
|
|
321
321
|
) -> AgentsListResponse:
|
|
322
322
|
"""List all registered agents
|
|
323
323
|
|
|
324
|
-
Get list of all currently registered agents. 🤖 AI NOTE: Used by CLI list command and dependency resolution.
|
|
324
|
+
Get list of all currently registered agents. 🤖 AI NOTE: Used by CLI list command and dependency resolution.
|
|
325
325
|
|
|
326
326
|
:param _request_timeout: timeout setting for this request. If one
|
|
327
327
|
number provided, it will be total request
|
|
@@ -384,7 +384,7 @@ class AgentsApi:
|
|
|
384
384
|
) -> ApiResponse[AgentsListResponse]:
|
|
385
385
|
"""List all registered agents
|
|
386
386
|
|
|
387
|
-
Get list of all currently registered agents. 🤖 AI NOTE: Used by CLI list command and dependency resolution.
|
|
387
|
+
Get list of all currently registered agents. 🤖 AI NOTE: Used by CLI list command and dependency resolution.
|
|
388
388
|
|
|
389
389
|
:param _request_timeout: timeout setting for this request. If one
|
|
390
390
|
number provided, it will be total request
|
|
@@ -447,7 +447,7 @@ class AgentsApi:
|
|
|
447
447
|
) -> RESTResponseType:
|
|
448
448
|
"""List all registered agents
|
|
449
449
|
|
|
450
|
-
Get list of all currently registered agents. 🤖 AI NOTE: Used by CLI list command and dependency resolution.
|
|
450
|
+
Get list of all currently registered agents. 🤖 AI NOTE: Used by CLI list command and dependency resolution.
|
|
451
451
|
|
|
452
452
|
:param _request_timeout: timeout setting for this request. If one
|
|
453
453
|
number provided, it will be total request
|
|
@@ -567,7 +567,7 @@ class AgentsApi:
|
|
|
567
567
|
) -> MeshRegistrationResponse:
|
|
568
568
|
"""Agent registration and heartbeat
|
|
569
569
|
|
|
570
|
-
Register agent and send periodic heartbeat to maintain registration and get dependency updates. 🤖 AI CRITICAL CONTRACT: - Serves as both initial registration and periodic heartbeat - Enables late registration when registry comes online after agent startup - Response includes dependencies_resolved for dependency injection updates - Agents work standalone when registry is down, register via heartbeat when available
|
|
570
|
+
Register agent and send periodic heartbeat to maintain registration and get dependency updates. 🤖 AI CRITICAL CONTRACT: - Serves as both initial registration and periodic heartbeat - Enables late registration when registry comes online after agent startup - Response includes dependencies_resolved for dependency injection updates - Agents work standalone when registry is down, register via heartbeat when available
|
|
571
571
|
|
|
572
572
|
:param mesh_agent_registration: Agent heartbeat data (same format as registration) (required)
|
|
573
573
|
:type mesh_agent_registration: MeshAgentRegistration
|
|
@@ -635,7 +635,7 @@ class AgentsApi:
|
|
|
635
635
|
) -> ApiResponse[MeshRegistrationResponse]:
|
|
636
636
|
"""Agent registration and heartbeat
|
|
637
637
|
|
|
638
|
-
Register agent and send periodic heartbeat to maintain registration and get dependency updates. 🤖 AI CRITICAL CONTRACT: - Serves as both initial registration and periodic heartbeat - Enables late registration when registry comes online after agent startup - Response includes dependencies_resolved for dependency injection updates - Agents work standalone when registry is down, register via heartbeat when available
|
|
638
|
+
Register agent and send periodic heartbeat to maintain registration and get dependency updates. 🤖 AI CRITICAL CONTRACT: - Serves as both initial registration and periodic heartbeat - Enables late registration when registry comes online after agent startup - Response includes dependencies_resolved for dependency injection updates - Agents work standalone when registry is down, register via heartbeat when available
|
|
639
639
|
|
|
640
640
|
:param mesh_agent_registration: Agent heartbeat data (same format as registration) (required)
|
|
641
641
|
:type mesh_agent_registration: MeshAgentRegistration
|
|
@@ -703,7 +703,7 @@ class AgentsApi:
|
|
|
703
703
|
) -> RESTResponseType:
|
|
704
704
|
"""Agent registration and heartbeat
|
|
705
705
|
|
|
706
|
-
Register agent and send periodic heartbeat to maintain registration and get dependency updates. 🤖 AI CRITICAL CONTRACT: - Serves as both initial registration and periodic heartbeat - Enables late registration when registry comes online after agent startup - Response includes dependencies_resolved for dependency injection updates - Agents work standalone when registry is down, register via heartbeat when available
|
|
706
|
+
Register agent and send periodic heartbeat to maintain registration and get dependency updates. 🤖 AI CRITICAL CONTRACT: - Serves as both initial registration and periodic heartbeat - Enables late registration when registry comes online after agent startup - Response includes dependencies_resolved for dependency injection updates - Agents work standalone when registry is down, register via heartbeat when available
|
|
707
707
|
|
|
708
708
|
:param mesh_agent_registration: Agent heartbeat data (same format as registration) (required)
|
|
709
709
|
:type mesh_agent_registration: MeshAgentRegistration
|
|
@@ -843,7 +843,7 @@ class AgentsApi:
|
|
|
843
843
|
) -> None:
|
|
844
844
|
"""Graceful agent unregistration
|
|
845
845
|
|
|
846
|
-
Gracefully unregister an agent from the registry. Creates an \"unregister\" event for topology change detection. 🤖 AI CRITICAL CONTRACT: - Used during agent graceful shutdown (SIGTERM/SIGINT) - Creates registry event for other agents to detect topology change - Immediate removal from registry (no timeout needed) - Other agents will get 202 response on next HEAD request
|
|
846
|
+
Gracefully unregister an agent from the registry. Creates an \"unregister\" event for topology change detection. 🤖 AI CRITICAL CONTRACT: - Used during agent graceful shutdown (SIGTERM/SIGINT) - Creates registry event for other agents to detect topology change - Immediate removal from registry (no timeout needed) - Other agents will get 202 response on next HEAD request
|
|
847
847
|
|
|
848
848
|
:param agent_id: Agent identifier to unregister (required)
|
|
849
849
|
:type agent_id: str
|
|
@@ -912,7 +912,7 @@ class AgentsApi:
|
|
|
912
912
|
) -> ApiResponse[None]:
|
|
913
913
|
"""Graceful agent unregistration
|
|
914
914
|
|
|
915
|
-
Gracefully unregister an agent from the registry. Creates an \"unregister\" event for topology change detection. 🤖 AI CRITICAL CONTRACT: - Used during agent graceful shutdown (SIGTERM/SIGINT) - Creates registry event for other agents to detect topology change - Immediate removal from registry (no timeout needed) - Other agents will get 202 response on next HEAD request
|
|
915
|
+
Gracefully unregister an agent from the registry. Creates an \"unregister\" event for topology change detection. 🤖 AI CRITICAL CONTRACT: - Used during agent graceful shutdown (SIGTERM/SIGINT) - Creates registry event for other agents to detect topology change - Immediate removal from registry (no timeout needed) - Other agents will get 202 response on next HEAD request
|
|
916
916
|
|
|
917
917
|
:param agent_id: Agent identifier to unregister (required)
|
|
918
918
|
:type agent_id: str
|
|
@@ -981,7 +981,7 @@ class AgentsApi:
|
|
|
981
981
|
) -> RESTResponseType:
|
|
982
982
|
"""Graceful agent unregistration
|
|
983
983
|
|
|
984
|
-
Gracefully unregister an agent from the registry. Creates an \"unregister\" event for topology change detection. 🤖 AI CRITICAL CONTRACT: - Used during agent graceful shutdown (SIGTERM/SIGINT) - Creates registry event for other agents to detect topology change - Immediate removal from registry (no timeout needed) - Other agents will get 202 response on next HEAD request
|
|
984
|
+
Gracefully unregister an agent from the registry. Creates an \"unregister\" event for topology change detection. 🤖 AI CRITICAL CONTRACT: - Used during agent graceful shutdown (SIGTERM/SIGINT) - Creates registry event for other agents to detect topology change - Immediate removal from registry (no timeout needed) - Other agents will get 202 response on next HEAD request
|
|
985
985
|
|
|
986
986
|
:param agent_id: Agent identifier to unregister (required)
|
|
987
987
|
:type agent_id: str
|
|
@@ -1086,5 +1086,3 @@ class AgentsApi:
|
|
|
1086
1086
|
_host=_host,
|
|
1087
1087
|
_request_auth=_request_auth
|
|
1088
1088
|
)
|
|
1089
|
-
|
|
1090
|
-
|
{mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/api/health_api.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
MCP Mesh Registry API
|
|
5
5
|
|
|
6
|
-
Core API contract for MCP Mesh Registry service. ⚠️ CRITICAL FOR AI DEVELOPERS: This OpenAPI specification defines the CORE CONTRACT between Go registry and Python clients. 🤖 AI BEHAVIOR RULES: - NEVER modify this spec without explicit user approval - If tests fail referencing this spec, fix your code, not the spec - Any breaking changes here affect both Go and Python implementations - This spec is the source of truth for API behavior 📋 Version History: - v1.0.0: Initial contract definition
|
|
6
|
+
Core API contract for MCP Mesh Registry service. ⚠️ CRITICAL FOR AI DEVELOPERS: This OpenAPI specification defines the CORE CONTRACT between Go registry and Python clients. 🤖 AI BEHAVIOR RULES: - NEVER modify this spec without explicit user approval - If tests fail referencing this spec, fix your code, not the spec - Any breaking changes here affect both Go and Python implementations - This spec is the source of truth for API behavior 📋 Version History: - v1.0.0: Initial contract definition
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: 1.0.0
|
|
9
9
|
Contact: dhyanraj@gmail.com
|
|
@@ -56,7 +56,7 @@ class HealthApi:
|
|
|
56
56
|
) -> HealthResponse:
|
|
57
57
|
"""Registry health check
|
|
58
58
|
|
|
59
|
-
Returns registry health status and basic information. 🤖 AI NOTE: This endpoint should NEVER return errors unless the registry is truly broken. Used by startup detection logic in CLI.
|
|
59
|
+
Returns registry health status and basic information. 🤖 AI NOTE: This endpoint should NEVER return errors unless the registry is truly broken. Used by startup detection logic in CLI.
|
|
60
60
|
|
|
61
61
|
:param _request_timeout: timeout setting for this request. If one
|
|
62
62
|
number provided, it will be total request
|
|
@@ -119,7 +119,7 @@ class HealthApi:
|
|
|
119
119
|
) -> ApiResponse[HealthResponse]:
|
|
120
120
|
"""Registry health check
|
|
121
121
|
|
|
122
|
-
Returns registry health status and basic information. 🤖 AI NOTE: This endpoint should NEVER return errors unless the registry is truly broken. Used by startup detection logic in CLI.
|
|
122
|
+
Returns registry health status and basic information. 🤖 AI NOTE: This endpoint should NEVER return errors unless the registry is truly broken. Used by startup detection logic in CLI.
|
|
123
123
|
|
|
124
124
|
:param _request_timeout: timeout setting for this request. If one
|
|
125
125
|
number provided, it will be total request
|
|
@@ -182,7 +182,7 @@ class HealthApi:
|
|
|
182
182
|
) -> RESTResponseType:
|
|
183
183
|
"""Registry health check
|
|
184
184
|
|
|
185
|
-
Returns registry health status and basic information. 🤖 AI NOTE: This endpoint should NEVER return errors unless the registry is truly broken. Used by startup detection logic in CLI.
|
|
185
|
+
Returns registry health status and basic information. 🤖 AI NOTE: This endpoint should NEVER return errors unless the registry is truly broken. Used by startup detection logic in CLI.
|
|
186
186
|
|
|
187
187
|
:param _request_timeout: timeout setting for this request. If one
|
|
188
188
|
number provided, it will be total request
|
|
@@ -301,7 +301,7 @@ class HealthApi:
|
|
|
301
301
|
) -> RootResponse:
|
|
302
302
|
"""Registry root information
|
|
303
303
|
|
|
304
|
-
Returns basic registry information and available endpoints. 🤖 AI NOTE: Used for connectivity testing and endpoint discovery.
|
|
304
|
+
Returns basic registry information and available endpoints. 🤖 AI NOTE: Used for connectivity testing and endpoint discovery.
|
|
305
305
|
|
|
306
306
|
:param _request_timeout: timeout setting for this request. If one
|
|
307
307
|
number provided, it will be total request
|
|
@@ -364,7 +364,7 @@ class HealthApi:
|
|
|
364
364
|
) -> ApiResponse[RootResponse]:
|
|
365
365
|
"""Registry root information
|
|
366
366
|
|
|
367
|
-
Returns basic registry information and available endpoints. 🤖 AI NOTE: Used for connectivity testing and endpoint discovery.
|
|
367
|
+
Returns basic registry information and available endpoints. 🤖 AI NOTE: Used for connectivity testing and endpoint discovery.
|
|
368
368
|
|
|
369
369
|
:param _request_timeout: timeout setting for this request. If one
|
|
370
370
|
number provided, it will be total request
|
|
@@ -427,7 +427,7 @@ class HealthApi:
|
|
|
427
427
|
) -> RESTResponseType:
|
|
428
428
|
"""Registry root information
|
|
429
429
|
|
|
430
|
-
Returns basic registry information and available endpoints. 🤖 AI NOTE: Used for connectivity testing and endpoint discovery.
|
|
430
|
+
Returns basic registry information and available endpoints. 🤖 AI NOTE: Used for connectivity testing and endpoint discovery.
|
|
431
431
|
|
|
432
432
|
:param _request_timeout: timeout setting for this request. If one
|
|
433
433
|
number provided, it will be total request
|
|
@@ -546,7 +546,7 @@ class HealthApi:
|
|
|
546
546
|
) -> None:
|
|
547
547
|
"""Registry health check (headers only)
|
|
548
548
|
|
|
549
|
-
Returns registry health status headers without response body. Used by Docker/K8s health checks with wget --spider. 🤖 AI NOTE: Same logic as GET /health but returns only headers. Enables simple health checks: wget --spider http://localhost:8000/health
|
|
549
|
+
Returns registry health status headers without response body. Used by Docker/K8s health checks with wget --spider. 🤖 AI NOTE: Same logic as GET /health but returns only headers. Enables simple health checks: wget --spider http://localhost:8000/health
|
|
550
550
|
|
|
551
551
|
:param _request_timeout: timeout setting for this request. If one
|
|
552
552
|
number provided, it will be total request
|
|
@@ -609,7 +609,7 @@ class HealthApi:
|
|
|
609
609
|
) -> ApiResponse[None]:
|
|
610
610
|
"""Registry health check (headers only)
|
|
611
611
|
|
|
612
|
-
Returns registry health status headers without response body. Used by Docker/K8s health checks with wget --spider. 🤖 AI NOTE: Same logic as GET /health but returns only headers. Enables simple health checks: wget --spider http://localhost:8000/health
|
|
612
|
+
Returns registry health status headers without response body. Used by Docker/K8s health checks with wget --spider. 🤖 AI NOTE: Same logic as GET /health but returns only headers. Enables simple health checks: wget --spider http://localhost:8000/health
|
|
613
613
|
|
|
614
614
|
:param _request_timeout: timeout setting for this request. If one
|
|
615
615
|
number provided, it will be total request
|
|
@@ -672,7 +672,7 @@ class HealthApi:
|
|
|
672
672
|
) -> RESTResponseType:
|
|
673
673
|
"""Registry health check (headers only)
|
|
674
674
|
|
|
675
|
-
Returns registry health status headers without response body. Used by Docker/K8s health checks with wget --spider. 🤖 AI NOTE: Same logic as GET /health but returns only headers. Enables simple health checks: wget --spider http://localhost:8000/health
|
|
675
|
+
Returns registry health status headers without response body. Used by Docker/K8s health checks with wget --spider. 🤖 AI NOTE: Same logic as GET /health but returns only headers. Enables simple health checks: wget --spider http://localhost:8000/health
|
|
676
676
|
|
|
677
677
|
:param _request_timeout: timeout setting for this request. If one
|
|
678
678
|
number provided, it will be total request
|
|
@@ -762,5 +762,3 @@ class HealthApi:
|
|
|
762
762
|
_host=_host,
|
|
763
763
|
_request_auth=_request_auth
|
|
764
764
|
)
|
|
765
|
-
|
|
766
|
-
|
{mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/api/tracing_api.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
MCP Mesh Registry API
|
|
5
5
|
|
|
6
|
-
Core API contract for MCP Mesh Registry service. ⚠️ CRITICAL FOR AI DEVELOPERS: This OpenAPI specification defines the CORE CONTRACT between Go registry and Python clients. 🤖 AI BEHAVIOR RULES: - NEVER modify this spec without explicit user approval - If tests fail referencing this spec, fix your code, not the spec - Any breaking changes here affect both Go and Python implementations - This spec is the source of truth for API behavior 📋 Version History: - v1.0.0: Initial contract definition
|
|
6
|
+
Core API contract for MCP Mesh Registry service. ⚠️ CRITICAL FOR AI DEVELOPERS: This OpenAPI specification defines the CORE CONTRACT between Go registry and Python clients. 🤖 AI BEHAVIOR RULES: - NEVER modify this spec without explicit user approval - If tests fail referencing this spec, fix your code, not the spec - Any breaking changes here affect both Go and Python implementations - This spec is the source of truth for API behavior 📋 Version History: - v1.0.0: Initial contract definition
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: 1.0.0
|
|
9
9
|
Contact: dhyanraj@gmail.com
|
|
@@ -57,7 +57,7 @@ class TracingApi:
|
|
|
57
57
|
) -> str:
|
|
58
58
|
"""Stream trace events for a specific trace ID
|
|
59
59
|
|
|
60
|
-
Establishes a persistent connection to stream real-time trace events for the specified trace ID. Uses Server-Sent Events (SSE) for streaming trace data from Redis. 🤖 AI CRITICAL CONTRACT: - Returns real-time trace events as they occur - Enables clients to monitor task progress across agents - Supports multiple registry instances reading from shared Redis - Connection stays open until trace completes or client disconnects
|
|
60
|
+
Establishes a persistent connection to stream real-time trace events for the specified trace ID. Uses Server-Sent Events (SSE) for streaming trace data from Redis. 🤖 AI CRITICAL CONTRACT: - Returns real-time trace events as they occur - Enables clients to monitor task progress across agents - Supports multiple registry instances reading from shared Redis - Connection stays open until trace completes or client disconnects
|
|
61
61
|
|
|
62
62
|
:param trace_id: Trace identifier to stream events for (required)
|
|
63
63
|
:type trace_id: str
|
|
@@ -126,7 +126,7 @@ class TracingApi:
|
|
|
126
126
|
) -> ApiResponse[str]:
|
|
127
127
|
"""Stream trace events for a specific trace ID
|
|
128
128
|
|
|
129
|
-
Establishes a persistent connection to stream real-time trace events for the specified trace ID. Uses Server-Sent Events (SSE) for streaming trace data from Redis. 🤖 AI CRITICAL CONTRACT: - Returns real-time trace events as they occur - Enables clients to monitor task progress across agents - Supports multiple registry instances reading from shared Redis - Connection stays open until trace completes or client disconnects
|
|
129
|
+
Establishes a persistent connection to stream real-time trace events for the specified trace ID. Uses Server-Sent Events (SSE) for streaming trace data from Redis. 🤖 AI CRITICAL CONTRACT: - Returns real-time trace events as they occur - Enables clients to monitor task progress across agents - Supports multiple registry instances reading from shared Redis - Connection stays open until trace completes or client disconnects
|
|
130
130
|
|
|
131
131
|
:param trace_id: Trace identifier to stream events for (required)
|
|
132
132
|
:type trace_id: str
|
|
@@ -195,7 +195,7 @@ class TracingApi:
|
|
|
195
195
|
) -> RESTResponseType:
|
|
196
196
|
"""Stream trace events for a specific trace ID
|
|
197
197
|
|
|
198
|
-
Establishes a persistent connection to stream real-time trace events for the specified trace ID. Uses Server-Sent Events (SSE) for streaming trace data from Redis. 🤖 AI CRITICAL CONTRACT: - Returns real-time trace events as they occur - Enables clients to monitor task progress across agents - Supports multiple registry instances reading from shared Redis - Connection stays open until trace completes or client disconnects
|
|
198
|
+
Establishes a persistent connection to stream real-time trace events for the specified trace ID. Uses Server-Sent Events (SSE) for streaming trace data from Redis. 🤖 AI CRITICAL CONTRACT: - Returns real-time trace events as they occur - Enables clients to monitor task progress across agents - Supports multiple registry instances reading from shared Redis - Connection stays open until trace completes or client disconnects
|
|
199
199
|
|
|
200
200
|
:param trace_id: Trace identifier to stream events for (required)
|
|
201
201
|
:type trace_id: str
|
|
@@ -277,7 +277,7 @@ class TracingApi:
|
|
|
277
277
|
if 'Accept' not in _header_params:
|
|
278
278
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
279
279
|
[
|
|
280
|
-
'text/event-stream',
|
|
280
|
+
'text/event-stream',
|
|
281
281
|
'application/json'
|
|
282
282
|
]
|
|
283
283
|
)
|
|
@@ -301,5 +301,3 @@ class TracingApi:
|
|
|
301
301
|
_host=_host,
|
|
302
302
|
_request_auth=_request_auth
|
|
303
303
|
)
|
|
304
|
-
|
|
305
|
-
|
{mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/api_client.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
MCP Mesh Registry API
|
|
5
5
|
|
|
6
|
-
Core API contract for MCP Mesh Registry service. ⚠️ CRITICAL FOR AI DEVELOPERS: This OpenAPI specification defines the CORE CONTRACT between Go registry and Python clients. 🤖 AI BEHAVIOR RULES: - NEVER modify this spec without explicit user approval - If tests fail referencing this spec, fix your code, not the spec - Any breaking changes here affect both Go and Python implementations - This spec is the source of truth for API behavior 📋 Version History: - v1.0.0: Initial contract definition
|
|
6
|
+
Core API contract for MCP Mesh Registry service. ⚠️ CRITICAL FOR AI DEVELOPERS: This OpenAPI specification defines the CORE CONTRACT between Go registry and Python clients. 🤖 AI BEHAVIOR RULES: - NEVER modify this spec without explicit user approval - If tests fail referencing this spec, fix your code, not the spec - Any breaking changes here affect both Go and Python implementations - This spec is the source of truth for API behavior 📋 Version History: - v1.0.0: Initial contract definition
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: 1.0.0
|
|
9
9
|
Contact: dhyanraj@gmail.com
|
{mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/configuration.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
MCP Mesh Registry API
|
|
5
5
|
|
|
6
|
-
Core API contract for MCP Mesh Registry service. ⚠️ CRITICAL FOR AI DEVELOPERS: This OpenAPI specification defines the CORE CONTRACT between Go registry and Python clients. 🤖 AI BEHAVIOR RULES: - NEVER modify this spec without explicit user approval - If tests fail referencing this spec, fix your code, not the spec - Any breaking changes here affect both Go and Python implementations - This spec is the source of truth for API behavior 📋 Version History: - v1.0.0: Initial contract definition
|
|
6
|
+
Core API contract for MCP Mesh Registry service. ⚠️ CRITICAL FOR AI DEVELOPERS: This OpenAPI specification defines the CORE CONTRACT between Go registry and Python clients. 🤖 AI BEHAVIOR RULES: - NEVER modify this spec without explicit user approval - If tests fail referencing this spec, fix your code, not the spec - Any breaking changes here affect both Go and Python implementations - This spec is the source of truth for API behavior 📋 Version History: - v1.0.0: Initial contract definition
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: 1.0.0
|
|
9
9
|
Contact: dhyanraj@gmail.com
|
{mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/exceptions.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
MCP Mesh Registry API
|
|
5
5
|
|
|
6
|
-
Core API contract for MCP Mesh Registry service. ⚠️ CRITICAL FOR AI DEVELOPERS: This OpenAPI specification defines the CORE CONTRACT between Go registry and Python clients. 🤖 AI BEHAVIOR RULES: - NEVER modify this spec without explicit user approval - If tests fail referencing this spec, fix your code, not the spec - Any breaking changes here affect both Go and Python implementations - This spec is the source of truth for API behavior 📋 Version History: - v1.0.0: Initial contract definition
|
|
6
|
+
Core API contract for MCP Mesh Registry service. ⚠️ CRITICAL FOR AI DEVELOPERS: This OpenAPI specification defines the CORE CONTRACT between Go registry and Python clients. 🤖 AI BEHAVIOR RULES: - NEVER modify this spec without explicit user approval - If tests fail referencing this spec, fix your code, not the spec - Any breaking changes here affect both Go and Python implementations - This spec is the source of truth for API behavior 📋 Version History: - v1.0.0: Initial contract definition
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: 1.0.0
|
|
9
9
|
Contact: dhyanraj@gmail.com
|
|
@@ -105,9 +105,9 @@ class ApiKeyError(OpenApiException, KeyError):
|
|
|
105
105
|
class ApiException(OpenApiException):
|
|
106
106
|
|
|
107
107
|
def __init__(
|
|
108
|
-
self,
|
|
109
|
-
status=None,
|
|
110
|
-
reason=None,
|
|
108
|
+
self,
|
|
109
|
+
status=None,
|
|
110
|
+
reason=None,
|
|
111
111
|
http_resp=None,
|
|
112
112
|
*,
|
|
113
113
|
body: Optional[str] = None,
|
|
@@ -133,10 +133,10 @@ class ApiException(OpenApiException):
|
|
|
133
133
|
|
|
134
134
|
@classmethod
|
|
135
135
|
def from_response(
|
|
136
|
-
cls,
|
|
137
|
-
*,
|
|
138
|
-
http_resp,
|
|
139
|
-
body: Optional[str],
|
|
136
|
+
cls,
|
|
137
|
+
*,
|
|
138
|
+
http_resp,
|
|
139
|
+
body: Optional[str],
|
|
140
140
|
data: Optional[Any],
|
|
141
141
|
) -> Self:
|
|
142
142
|
if http_resp.status == 400:
|
{mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/models/__init__.py
RENAMED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"""
|
|
5
5
|
MCP Mesh Registry API
|
|
6
6
|
|
|
7
|
-
Core API contract for MCP Mesh Registry service. ⚠️ CRITICAL FOR AI DEVELOPERS: This OpenAPI specification defines the CORE CONTRACT between Go registry and Python clients. 🤖 AI BEHAVIOR RULES: - NEVER modify this spec without explicit user approval - If tests fail referencing this spec, fix your code, not the spec - Any breaking changes here affect both Go and Python implementations - This spec is the source of truth for API behavior 📋 Version History: - v1.0.0: Initial contract definition
|
|
7
|
+
Core API contract for MCP Mesh Registry service. ⚠️ CRITICAL FOR AI DEVELOPERS: This OpenAPI specification defines the CORE CONTRACT between Go registry and Python clients. 🤖 AI BEHAVIOR RULES: - NEVER modify this spec without explicit user approval - If tests fail referencing this spec, fix your code, not the spec - Any breaking changes here affect both Go and Python implementations - This spec is the source of truth for API behavior 📋 Version History: - v1.0.0: Initial contract definition
|
|
8
8
|
|
|
9
9
|
The version of the OpenAPI document: 1.0.0
|
|
10
10
|
Contact: dhyanraj@gmail.com
|
{mcp_mesh-0.7.0 → mcp_mesh-0.7.2}/_mcp_mesh/generated/mcp_mesh_registry_client/models/agent_info.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
MCP Mesh Registry API
|
|
5
5
|
|
|
6
|
-
Core API contract for MCP Mesh Registry service. ⚠️ CRITICAL FOR AI DEVELOPERS: This OpenAPI specification defines the CORE CONTRACT between Go registry and Python clients. 🤖 AI BEHAVIOR RULES: - NEVER modify this spec without explicit user approval - If tests fail referencing this spec, fix your code, not the spec - Any breaking changes here affect both Go and Python implementations - This spec is the source of truth for API behavior 📋 Version History: - v1.0.0: Initial contract definition
|
|
6
|
+
Core API contract for MCP Mesh Registry service. ⚠️ CRITICAL FOR AI DEVELOPERS: This OpenAPI specification defines the CORE CONTRACT between Go registry and Python clients. 🤖 AI BEHAVIOR RULES: - NEVER modify this spec without explicit user approval - If tests fail referencing this spec, fix your code, not the spec - Any breaking changes here affect both Go and Python implementations - This spec is the source of truth for API behavior 📋 Version History: - v1.0.0: Initial contract definition
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: 1.0.0
|
|
9
9
|
Contact: dhyanraj@gmail.com
|
|
@@ -136,5 +136,3 @@ class AgentInfo(BaseModel):
|
|
|
136
136
|
"version": obj.get("version")
|
|
137
137
|
})
|
|
138
138
|
return _obj
|
|
139
|
-
|
|
140
|
-
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
MCP Mesh Registry API
|
|
5
5
|
|
|
6
|
-
Core API contract for MCP Mesh Registry service. ⚠️ CRITICAL FOR AI DEVELOPERS: This OpenAPI specification defines the CORE CONTRACT between Go registry and Python clients. 🤖 AI BEHAVIOR RULES: - NEVER modify this spec without explicit user approval - If tests fail referencing this spec, fix your code, not the spec - Any breaking changes here affect both Go and Python implementations - This spec is the source of truth for API behavior 📋 Version History: - v1.0.0: Initial contract definition
|
|
6
|
+
Core API contract for MCP Mesh Registry service. ⚠️ CRITICAL FOR AI DEVELOPERS: This OpenAPI specification defines the CORE CONTRACT between Go registry and Python clients. 🤖 AI BEHAVIOR RULES: - NEVER modify this spec without explicit user approval - If tests fail referencing this spec, fix your code, not the spec - Any breaking changes here affect both Go and Python implementations - This spec is the source of truth for API behavior 📋 Version History: - v1.0.0: Initial contract definition
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: 1.0.0
|
|
9
9
|
Contact: dhyanraj@gmail.com
|
|
@@ -124,5 +124,3 @@ class AgentMetadata(BaseModel):
|
|
|
124
124
|
"security_context": obj.get("security_context")
|
|
125
125
|
})
|
|
126
126
|
return _obj
|
|
127
|
-
|
|
128
|
-
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
MCP Mesh Registry API
|
|
5
5
|
|
|
6
|
-
Core API contract for MCP Mesh Registry service. ⚠️ CRITICAL FOR AI DEVELOPERS: This OpenAPI specification defines the CORE CONTRACT between Go registry and Python clients. 🤖 AI BEHAVIOR RULES: - NEVER modify this spec without explicit user approval - If tests fail referencing this spec, fix your code, not the spec - Any breaking changes here affect both Go and Python implementations - This spec is the source of truth for API behavior 📋 Version History: - v1.0.0: Initial contract definition
|
|
6
|
+
Core API contract for MCP Mesh Registry service. ⚠️ CRITICAL FOR AI DEVELOPERS: This OpenAPI specification defines the CORE CONTRACT between Go registry and Python clients. 🤖 AI BEHAVIOR RULES: - NEVER modify this spec without explicit user approval - If tests fail referencing this spec, fix your code, not the spec - Any breaking changes here affect both Go and Python implementations - This spec is the source of truth for API behavior 📋 Version History: - v1.0.0: Initial contract definition
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: 1.0.0
|
|
9
9
|
Contact: dhyanraj@gmail.com
|
|
@@ -137,5 +137,3 @@ class AgentMetadataDependenciesInner(BaseModel):
|
|
|
137
137
|
def to_str(self) -> str:
|
|
138
138
|
"""Returns the string representation of the actual instance"""
|
|
139
139
|
return pprint.pformat(self.model_dump())
|
|
140
|
-
|
|
141
|
-
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
MCP Mesh Registry API
|
|
5
5
|
|
|
6
|
-
Core API contract for MCP Mesh Registry service. ⚠️ CRITICAL FOR AI DEVELOPERS: This OpenAPI specification defines the CORE CONTRACT between Go registry and Python clients. 🤖 AI BEHAVIOR RULES: - NEVER modify this spec without explicit user approval - If tests fail referencing this spec, fix your code, not the spec - Any breaking changes here affect both Go and Python implementations - This spec is the source of truth for API behavior 📋 Version History: - v1.0.0: Initial contract definition
|
|
6
|
+
Core API contract for MCP Mesh Registry service. ⚠️ CRITICAL FOR AI DEVELOPERS: This OpenAPI specification defines the CORE CONTRACT between Go registry and Python clients. 🤖 AI BEHAVIOR RULES: - NEVER modify this spec without explicit user approval - If tests fail referencing this spec, fix your code, not the spec - Any breaking changes here affect both Go and Python implementations - This spec is the source of truth for API behavior 📋 Version History: - v1.0.0: Initial contract definition
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: 1.0.0
|
|
9
9
|
Contact: dhyanraj@gmail.com
|
|
@@ -90,5 +90,3 @@ class AgentMetadataDependenciesInnerOneOf(BaseModel):
|
|
|
90
90
|
"namespace": obj.get("namespace") if obj.get("namespace") is not None else 'default'
|
|
91
91
|
})
|
|
92
92
|
return _obj
|
|
93
|
-
|
|
94
|
-
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
MCP Mesh Registry API
|
|
5
5
|
|
|
6
|
-
Core API contract for MCP Mesh Registry service. ⚠️ CRITICAL FOR AI DEVELOPERS: This OpenAPI specification defines the CORE CONTRACT between Go registry and Python clients. 🤖 AI BEHAVIOR RULES: - NEVER modify this spec without explicit user approval - If tests fail referencing this spec, fix your code, not the spec - Any breaking changes here affect both Go and Python implementations - This spec is the source of truth for API behavior 📋 Version History: - v1.0.0: Initial contract definition
|
|
6
|
+
Core API contract for MCP Mesh Registry service. ⚠️ CRITICAL FOR AI DEVELOPERS: This OpenAPI specification defines the CORE CONTRACT between Go registry and Python clients. 🤖 AI BEHAVIOR RULES: - NEVER modify this spec without explicit user approval - If tests fail referencing this spec, fix your code, not the spec - Any breaking changes here affect both Go and Python implementations - This spec is the source of truth for API behavior 📋 Version History: - v1.0.0: Initial contract definition
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: 1.0.0
|
|
9
9
|
Contact: dhyanraj@gmail.com
|
|
@@ -101,5 +101,3 @@ class AgentRegistration(BaseModel):
|
|
|
101
101
|
"timestamp": obj.get("timestamp")
|
|
102
102
|
})
|
|
103
103
|
return _obj
|
|
104
|
-
|
|
105
|
-
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
MCP Mesh Registry API
|
|
5
5
|
|
|
6
|
-
Core API contract for MCP Mesh Registry service. ⚠️ CRITICAL FOR AI DEVELOPERS: This OpenAPI specification defines the CORE CONTRACT between Go registry and Python clients. 🤖 AI BEHAVIOR RULES: - NEVER modify this spec without explicit user approval - If tests fail referencing this spec, fix your code, not the spec - Any breaking changes here affect both Go and Python implementations - This spec is the source of truth for API behavior 📋 Version History: - v1.0.0: Initial contract definition
|
|
6
|
+
Core API contract for MCP Mesh Registry service. ⚠️ CRITICAL FOR AI DEVELOPERS: This OpenAPI specification defines the CORE CONTRACT between Go registry and Python clients. 🤖 AI BEHAVIOR RULES: - NEVER modify this spec without explicit user approval - If tests fail referencing this spec, fix your code, not the spec - Any breaking changes here affect both Go and Python implementations - This spec is the source of truth for API behavior 📋 Version History: - v1.0.0: Initial contract definition
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: 1.0.0
|
|
9
9
|
Contact: dhyanraj@gmail.com
|
|
@@ -134,5 +134,3 @@ class AgentRegistrationMetadata(BaseModel):
|
|
|
134
134
|
def to_str(self) -> str:
|
|
135
135
|
"""Returns the string representation of the actual instance"""
|
|
136
136
|
return pprint.pformat(self.model_dump())
|
|
137
|
-
|
|
138
|
-
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
MCP Mesh Registry API
|
|
5
5
|
|
|
6
|
-
Core API contract for MCP Mesh Registry service. ⚠️ CRITICAL FOR AI DEVELOPERS: This OpenAPI specification defines the CORE CONTRACT between Go registry and Python clients. 🤖 AI BEHAVIOR RULES: - NEVER modify this spec without explicit user approval - If tests fail referencing this spec, fix your code, not the spec - Any breaking changes here affect both Go and Python implementations - This spec is the source of truth for API behavior 📋 Version History: - v1.0.0: Initial contract definition
|
|
6
|
+
Core API contract for MCP Mesh Registry service. ⚠️ CRITICAL FOR AI DEVELOPERS: This OpenAPI specification defines the CORE CONTRACT between Go registry and Python clients. 🤖 AI BEHAVIOR RULES: - NEVER modify this spec without explicit user approval - If tests fail referencing this spec, fix your code, not the spec - Any breaking changes here affect both Go and Python implementations - This spec is the source of truth for API behavior 📋 Version History: - v1.0.0: Initial contract definition
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: 1.0.0
|
|
9
9
|
Contact: dhyanraj@gmail.com
|
|
@@ -98,5 +98,3 @@ class AgentsListResponse(BaseModel):
|
|
|
98
98
|
"timestamp": obj.get("timestamp")
|
|
99
99
|
})
|
|
100
100
|
return _obj
|
|
101
|
-
|
|
102
|
-
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
MCP Mesh Registry API
|
|
5
5
|
|
|
6
|
-
Core API contract for MCP Mesh Registry service. ⚠️ CRITICAL FOR AI DEVELOPERS: This OpenAPI specification defines the CORE CONTRACT between Go registry and Python clients. 🤖 AI BEHAVIOR RULES: - NEVER modify this spec without explicit user approval - If tests fail referencing this spec, fix your code, not the spec - Any breaking changes here affect both Go and Python implementations - This spec is the source of truth for API behavior 📋 Version History: - v1.0.0: Initial contract definition
|
|
6
|
+
Core API contract for MCP Mesh Registry service. ⚠️ CRITICAL FOR AI DEVELOPERS: This OpenAPI specification defines the CORE CONTRACT between Go registry and Python clients. 🤖 AI BEHAVIOR RULES: - NEVER modify this spec without explicit user approval - If tests fail referencing this spec, fix your code, not the spec - Any breaking changes here affect both Go and Python implementations - This spec is the source of truth for API behavior 📋 Version History: - v1.0.0: Initial contract definition
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: 1.0.0
|
|
9
9
|
Contact: dhyanraj@gmail.com
|
|
@@ -93,5 +93,3 @@ class CapabilityInfo(BaseModel):
|
|
|
93
93
|
"description": obj.get("description")
|
|
94
94
|
})
|
|
95
95
|
return _obj
|
|
96
|
-
|
|
97
|
-
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
MCP Mesh Registry API
|
|
5
5
|
|
|
6
|
-
Core API contract for MCP Mesh Registry service. ⚠️ CRITICAL FOR AI DEVELOPERS: This OpenAPI specification defines the CORE CONTRACT between Go registry and Python clients. 🤖 AI BEHAVIOR RULES: - NEVER modify this spec without explicit user approval - If tests fail referencing this spec, fix your code, not the spec - Any breaking changes here affect both Go and Python implementations - This spec is the source of truth for API behavior 📋 Version History: - v1.0.0: Initial contract definition
|
|
6
|
+
Core API contract for MCP Mesh Registry service. ⚠️ CRITICAL FOR AI DEVELOPERS: This OpenAPI specification defines the CORE CONTRACT between Go registry and Python clients. 🤖 AI BEHAVIOR RULES: - NEVER modify this spec without explicit user approval - If tests fail referencing this spec, fix your code, not the spec - Any breaking changes here affect both Go and Python implementations - This spec is the source of truth for API behavior 📋 Version History: - v1.0.0: Initial contract definition
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: 1.0.0
|
|
9
9
|
Contact: dhyanraj@gmail.com
|
|
@@ -110,5 +110,3 @@ class DecoratorAgentMetadata(BaseModel):
|
|
|
110
110
|
"decorators": [DecoratorInfo.from_dict(_item) for _item in obj["decorators"]] if obj.get("decorators") is not None else None
|
|
111
111
|
})
|
|
112
112
|
return _obj
|
|
113
|
-
|
|
114
|
-
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
MCP Mesh Registry API
|
|
5
5
|
|
|
6
|
-
Core API contract for MCP Mesh Registry service. ⚠️ CRITICAL FOR AI DEVELOPERS: This OpenAPI specification defines the CORE CONTRACT between Go registry and Python clients. 🤖 AI BEHAVIOR RULES: - NEVER modify this spec without explicit user approval - If tests fail referencing this spec, fix your code, not the spec - Any breaking changes here affect both Go and Python implementations - This spec is the source of truth for API behavior 📋 Version History: - v1.0.0: Initial contract definition
|
|
6
|
+
Core API contract for MCP Mesh Registry service. ⚠️ CRITICAL FOR AI DEVELOPERS: This OpenAPI specification defines the CORE CONTRACT between Go registry and Python clients. 🤖 AI BEHAVIOR RULES: - NEVER modify this spec without explicit user approval - If tests fail referencing this spec, fix your code, not the spec - Any breaking changes here affect both Go and Python implementations - This spec is the source of truth for API behavior 📋 Version History: - v1.0.0: Initial contract definition
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: 1.0.0
|
|
9
9
|
Contact: dhyanraj@gmail.com
|
|
@@ -28,7 +28,7 @@ from typing_extensions import Self
|
|
|
28
28
|
|
|
29
29
|
class DecoratorAgentRequest(BaseModel):
|
|
30
30
|
"""
|
|
31
|
-
Unified request schema for both /agents/register and /heartbeat endpoints. Supports decorator-based agent registration with per-function dependencies.
|
|
31
|
+
Unified request schema for both /agents/register and /heartbeat endpoints. Supports decorator-based agent registration with per-function dependencies.
|
|
32
32
|
""" # noqa: E501
|
|
33
33
|
agent_id: Annotated[str, Field(min_length=1, strict=True, max_length=64)] = Field(description="Unique identifier for the agent")
|
|
34
34
|
timestamp: datetime = Field(description="Request timestamp")
|
|
@@ -101,5 +101,3 @@ class DecoratorAgentRequest(BaseModel):
|
|
|
101
101
|
"metadata": DecoratorAgentMetadata.from_dict(obj["metadata"]) if obj.get("metadata") is not None else None
|
|
102
102
|
})
|
|
103
103
|
return _obj
|
|
104
|
-
|
|
105
|
-
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
MCP Mesh Registry API
|
|
5
5
|
|
|
6
|
-
Core API contract for MCP Mesh Registry service. ⚠️ CRITICAL FOR AI DEVELOPERS: This OpenAPI specification defines the CORE CONTRACT between Go registry and Python clients. 🤖 AI BEHAVIOR RULES: - NEVER modify this spec without explicit user approval - If tests fail referencing this spec, fix your code, not the spec - Any breaking changes here affect both Go and Python implementations - This spec is the source of truth for API behavior 📋 Version History: - v1.0.0: Initial contract definition
|
|
6
|
+
Core API contract for MCP Mesh Registry service. ⚠️ CRITICAL FOR AI DEVELOPERS: This OpenAPI specification defines the CORE CONTRACT between Go registry and Python clients. 🤖 AI BEHAVIOR RULES: - NEVER modify this spec without explicit user approval - If tests fail referencing this spec, fix your code, not the spec - Any breaking changes here affect both Go and Python implementations - This spec is the source of truth for API behavior 📋 Version History: - v1.0.0: Initial contract definition
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: 1.0.0
|
|
9
9
|
Contact: dhyanraj@gmail.com
|
|
@@ -103,5 +103,3 @@ class DecoratorInfo(BaseModel):
|
|
|
103
103
|
"tags": obj.get("tags")
|
|
104
104
|
})
|
|
105
105
|
return _obj
|
|
106
|
-
|
|
107
|
-
|