mcp-mesh 0.7.1__py3-none-any.whl → 0.7.3__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.
Files changed (52) hide show
  1. _mcp_mesh/__init__.py +1 -1
  2. _mcp_mesh/generated/.openapi-generator-ignore +1 -0
  3. _mcp_mesh/generated/mcp_mesh_registry_client/__init__.py +17 -1
  4. _mcp_mesh/generated/mcp_mesh_registry_client/api/__init__.py +0 -1
  5. _mcp_mesh/generated/mcp_mesh_registry_client/api/agents_api.py +13 -15
  6. _mcp_mesh/generated/mcp_mesh_registry_client/api/health_api.py +10 -12
  7. _mcp_mesh/generated/mcp_mesh_registry_client/api/tracing_api.py +5 -7
  8. _mcp_mesh/generated/mcp_mesh_registry_client/api_client.py +1 -1
  9. _mcp_mesh/generated/mcp_mesh_registry_client/configuration.py +1 -1
  10. _mcp_mesh/generated/mcp_mesh_registry_client/exceptions.py +8 -8
  11. _mcp_mesh/generated/mcp_mesh_registry_client/models/__init__.py +1 -1
  12. _mcp_mesh/generated/mcp_mesh_registry_client/models/agent_info.py +1 -3
  13. _mcp_mesh/generated/mcp_mesh_registry_client/models/agent_metadata.py +1 -3
  14. _mcp_mesh/generated/mcp_mesh_registry_client/models/agent_metadata_dependencies_inner.py +1 -3
  15. _mcp_mesh/generated/mcp_mesh_registry_client/models/agent_metadata_dependencies_inner_one_of.py +1 -3
  16. _mcp_mesh/generated/mcp_mesh_registry_client/models/agent_registration.py +1 -3
  17. _mcp_mesh/generated/mcp_mesh_registry_client/models/agent_registration_metadata.py +1 -3
  18. _mcp_mesh/generated/mcp_mesh_registry_client/models/agents_list_response.py +1 -3
  19. _mcp_mesh/generated/mcp_mesh_registry_client/models/capability_info.py +1 -3
  20. _mcp_mesh/generated/mcp_mesh_registry_client/models/decorator_agent_metadata.py +1 -3
  21. _mcp_mesh/generated/mcp_mesh_registry_client/models/decorator_agent_request.py +2 -4
  22. _mcp_mesh/generated/mcp_mesh_registry_client/models/decorator_info.py +1 -3
  23. _mcp_mesh/generated/mcp_mesh_registry_client/models/dependency_info.py +1 -3
  24. _mcp_mesh/generated/mcp_mesh_registry_client/models/dependency_resolution_info.py +1 -3
  25. _mcp_mesh/generated/mcp_mesh_registry_client/models/error_response.py +1 -3
  26. _mcp_mesh/generated/mcp_mesh_registry_client/models/health_response.py +1 -3
  27. _mcp_mesh/generated/mcp_mesh_registry_client/models/heartbeat_request.py +1 -3
  28. _mcp_mesh/generated/mcp_mesh_registry_client/models/heartbeat_request_metadata.py +1 -3
  29. _mcp_mesh/generated/mcp_mesh_registry_client/models/heartbeat_response.py +1 -3
  30. _mcp_mesh/generated/mcp_mesh_registry_client/models/llm_provider.py +2 -4
  31. _mcp_mesh/generated/mcp_mesh_registry_client/models/llm_tool_filter.py +2 -4
  32. _mcp_mesh/generated/mcp_mesh_registry_client/models/llm_tool_filter_filter_inner.py +1 -3
  33. _mcp_mesh/generated/mcp_mesh_registry_client/models/llm_tool_filter_filter_inner_one_of.py +1 -3
  34. _mcp_mesh/generated/mcp_mesh_registry_client/models/llm_tool_info.py +2 -4
  35. _mcp_mesh/generated/mcp_mesh_registry_client/models/mesh_agent_register_metadata.py +1 -3
  36. _mcp_mesh/generated/mcp_mesh_registry_client/models/mesh_agent_registration.py +2 -4
  37. _mcp_mesh/generated/mcp_mesh_registry_client/models/mesh_registration_response.py +1 -3
  38. _mcp_mesh/generated/mcp_mesh_registry_client/models/mesh_registration_response_dependencies_resolved_value_inner.py +1 -3
  39. _mcp_mesh/generated/mcp_mesh_registry_client/models/mesh_tool_dependency_registration.py +1 -3
  40. _mcp_mesh/generated/mcp_mesh_registry_client/models/mesh_tool_register_metadata.py +1 -3
  41. _mcp_mesh/generated/mcp_mesh_registry_client/models/mesh_tool_registration.py +1 -3
  42. _mcp_mesh/generated/mcp_mesh_registry_client/models/registration_response.py +1 -3
  43. _mcp_mesh/generated/mcp_mesh_registry_client/models/resolved_llm_provider.py +2 -4
  44. _mcp_mesh/generated/mcp_mesh_registry_client/models/rich_dependency.py +1 -3
  45. _mcp_mesh/generated/mcp_mesh_registry_client/models/root_response.py +1 -3
  46. _mcp_mesh/generated/mcp_mesh_registry_client/models/standardized_dependency.py +1 -3
  47. _mcp_mesh/generated/mcp_mesh_registry_client/models/trace_event.py +1 -3
  48. _mcp_mesh/generated/mcp_mesh_registry_client/rest.py +1 -1
  49. {mcp_mesh-0.7.1.dist-info → mcp_mesh-0.7.3.dist-info}/METADATA +1 -1
  50. {mcp_mesh-0.7.1.dist-info → mcp_mesh-0.7.3.dist-info}/RECORD +52 -52
  51. {mcp_mesh-0.7.1.dist-info → mcp_mesh-0.7.3.dist-info}/WHEEL +0 -0
  52. {mcp_mesh-0.7.1.dist-info → mcp_mesh-0.7.3.dist-info}/licenses/LICENSE +0 -0
@@ -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
@@ -89,5 +89,3 @@ class ErrorResponse(BaseModel):
89
89
  "details": obj.get("details")
90
90
  })
91
91
  return _obj
92
-
93
-
@@ -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 HealthResponse(BaseModel):
101
101
  "service": obj.get("service")
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
@@ -99,5 +99,3 @@ class HeartbeatRequest(BaseModel):
99
99
  "metadata": HeartbeatRequestMetadata.from_dict(obj["metadata"]) if obj.get("metadata") is not None else None
100
100
  })
101
101
  return _obj
102
-
103
-
@@ -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
@@ -109,5 +109,3 @@ class HeartbeatRequestMetadata(BaseModel):
109
109
  _obj.additional_properties[_key] = obj.get(_key)
110
110
 
111
111
  return _obj
112
-
113
-
@@ -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
@@ -115,5 +115,3 @@ class HeartbeatResponse(BaseModel):
115
115
  )
116
116
  })
117
117
  return _obj
118
-
119
-
@@ -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
@@ -26,7 +26,7 @@ from typing_extensions import Self
26
26
 
27
27
  class LLMProvider(BaseModel):
28
28
  """
29
- LLM provider specification for mesh delegation mode. When @mesh.llm uses provider=dict, the registry resolves a matching LLM provider agent and returns its endpoint in llm_providers response field. 🤖 AI NOTE: This enables LLM mesh delegation (v0.6.1 feature).
29
+ LLM provider specification for mesh delegation mode. When @mesh.llm uses provider=dict, the registry resolves a matching LLM provider agent and returns its endpoint in llm_providers response field. 🤖 AI NOTE: This enables LLM mesh delegation (v0.6.1 feature).
30
30
  """ # noqa: E501
31
31
  capability: Annotated[str, Field(min_length=1, strict=True)] = Field(description="Required capability name (typically \"llm\")")
32
32
  tags: Optional[List[StrictStr]] = Field(default=None, description="Tags for smart matching with operators: - \"tag\" = required - \"+tag\" = preferred - \"-tag\" = excluded ")
@@ -91,5 +91,3 @@ class LLMProvider(BaseModel):
91
91
  "namespace": obj.get("namespace") if obj.get("namespace") is not None else 'default'
92
92
  })
93
93
  return _obj
94
-
95
-
@@ -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
@@ -27,7 +27,7 @@ from typing_extensions import Self
27
27
 
28
28
  class LLMToolFilter(BaseModel):
29
29
  """
30
- Tool filter specification for an @mesh.llm decorated function. Embedded within MeshToolRegistration - function_name is implicit from parent tool. Registry matches tools based on filter criteria and returns filtered list in llm_tools response.
30
+ Tool filter specification for an @mesh.llm decorated function. Embedded within MeshToolRegistration - function_name is implicit from parent tool. Registry matches tools based on filter criteria and returns filtered list in llm_tools response.
31
31
  """ # noqa: E501
32
32
  filter: Annotated[List[LLMToolFilterFilterInner], Field(min_length=1)] = Field(description="List of capability filters. Can be simple strings (capability names) or rich objects with tags and version constraints. ")
33
33
  filter_mode: Optional[StrictStr] = Field(default='all', description="Filter mode for tool matching: - \"all\": Include all tools matching any filter criteria - \"best_match\": One tool per capability (best tag match) - \"*\": All available tools in mesh (ignores filter) ")
@@ -107,5 +107,3 @@ class LLMToolFilter(BaseModel):
107
107
  "inject_param": obj.get("inject_param") if obj.get("inject_param") is not None else 'llm_tools'
108
108
  })
109
109
  return _obj
110
-
111
-
@@ -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 LLMToolFilterFilterInner(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
@@ -89,5 +89,3 @@ class LLMToolFilterFilterInnerOneOf(BaseModel):
89
89
  "version": obj.get("version")
90
90
  })
91
91
  return _obj
92
-
93
-
@@ -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
@@ -26,7 +26,7 @@ from typing_extensions import Self
26
26
 
27
27
  class LLMToolInfo(BaseModel):
28
28
  """
29
- Complete tool information for LLM consumption. Includes everything an LLM needs to understand and call the tool via MCP protocol.
29
+ Complete tool information for LLM consumption. Includes everything an LLM needs to understand and call the tool via MCP protocol.
30
30
  """ # noqa: E501
31
31
  name: Annotated[str, Field(min_length=1, strict=True)] = Field(description="Function name (MCP protocol level)")
32
32
  capability: Annotated[str, Field(min_length=1, strict=True)] = Field(description="Capability name this tool provides")
@@ -99,5 +99,3 @@ class LLMToolInfo(BaseModel):
99
99
  "kwargs": obj.get("kwargs")
100
100
  })
101
101
  return _obj
102
-
103
-
@@ -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 MeshAgentRegisterMetadata(BaseModel):
110
110
  "tools": [MeshToolRegisterMetadata.from_dict(_item) for _item in obj["tools"]] if obj.get("tools") 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 MeshAgentRegistration(BaseModel):
30
30
  """
31
- Service registration request with flattened structure. Used by both /agents/register and /heartbeat endpoints. Supports both agents (agent_type=mcp_agent) and API services (agent_type=api).
31
+ Service registration request with flattened structure. Used by both /agents/register and /heartbeat endpoints. Supports both agents (agent_type=mcp_agent) and API services (agent_type=api).
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
  agent_type: Optional[StrictStr] = Field(default='mcp_agent', description="Type of service - mcp_agent provides capabilities, api consumes them")
@@ -127,5 +127,3 @@ class MeshAgentRegistration(BaseModel):
127
127
  "tools": [MeshToolRegistration.from_dict(_item) for _item in obj["tools"]] if obj.get("tools") is not None else None
128
128
  })
129
129
  return _obj
130
-
131
-
@@ -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
@@ -151,5 +151,3 @@ class MeshRegistrationResponse(BaseModel):
151
151
  else None
152
152
  })
153
153
  return _obj
154
-
155
-
@@ -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
@@ -99,5 +99,3 @@ class MeshRegistrationResponseDependenciesResolvedValueInner(BaseModel):
99
99
  "status": obj.get("status")
100
100
  })
101
101
  return _obj
102
-
103
-
@@ -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
@@ -91,5 +91,3 @@ class MeshToolDependencyRegistration(BaseModel):
91
91
  "namespace": obj.get("namespace") if obj.get("namespace") is not None else 'default'
92
92
  })
93
93
  return _obj
94
-
95
-
@@ -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,5 +105,3 @@ class MeshToolRegisterMetadata(BaseModel):
105
105
  "kwargs": obj.get("kwargs")
106
106
  })
107
107
  return _obj
108
-
109
-
@@ -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
@@ -115,5 +115,3 @@ class MeshToolRegistration(BaseModel):
115
115
  "kwargs": obj.get("kwargs")
116
116
  })
117
117
  return _obj
118
-
119
-
@@ -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
@@ -117,5 +117,3 @@ class RegistrationResponse(BaseModel):
117
117
  )
118
118
  })
119
119
  return _obj
120
-
121
-
@@ -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
@@ -26,7 +26,7 @@ from typing_extensions import Self
26
26
 
27
27
  class ResolvedLLMProvider(BaseModel):
28
28
  """
29
- Resolved LLM provider information for mesh delegation. Contains all necessary data to create a proxy and delegate LLM calls to this provider. 🤖 AI NOTE: This enables LLM mesh delegation (v0.6.1 feature).
29
+ Resolved LLM provider information for mesh delegation. Contains all necessary data to create a proxy and delegate LLM calls to this provider. 🤖 AI NOTE: This enables LLM mesh delegation (v0.6.1 feature).
30
30
  """ # noqa: E501
31
31
  name: Annotated[str, Field(min_length=1, strict=True)] = Field(description="Function name of the LLM provider tool")
32
32
  endpoint: StrictStr = Field(description="Provider agent endpoint for MCP protocol calls")
@@ -108,5 +108,3 @@ class ResolvedLLMProvider(BaseModel):
108
108
  "kwargs": obj.get("kwargs")
109
109
  })
110
110
  return _obj
111
-
112
-
@@ -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
@@ -91,5 +91,3 @@ class RichDependency(BaseModel):
91
91
  "namespace": obj.get("namespace") if obj.get("namespace") is not None else 'default'
92
92
  })
93
93
  return _obj
94
-
95
-
@@ -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 RootResponse(BaseModel):
90
90
  "endpoints": obj.get("endpoints")
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
@@ -91,5 +91,3 @@ class StandardizedDependency(BaseModel):
91
91
  "namespace": obj.get("namespace") if obj.get("namespace") is not None else 'default'
92
92
  })
93
93
  return _obj
94
-
95
-
@@ -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
@@ -104,5 +104,3 @@ class TraceEvent(BaseModel):
104
104
  "parent_span_id": obj.get("parent_span_id")
105
105
  })
106
106
  return _obj
107
-
108
-
@@ -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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mcp-mesh
3
- Version: 0.7.1
3
+ Version: 0.7.3
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,4 +1,4 @@
1
- _mcp_mesh/__init__.py,sha256=L1BUnhnz_Jt2PYiHAa2DEJQNAaVnKGiUB59l5zOtpxM,2719
1
+ _mcp_mesh/__init__.py,sha256=seufxeJMMfUqdf6-bNeqyINJca6qmqbDd0MHl5QD2qg,2719
2
2
  _mcp_mesh/engine/__init__.py,sha256=2ennzbo7yJcpkXO9BqN69TruLjJfmJY4Y5VEsG644K4,3630
3
3
  _mcp_mesh/engine/async_mcp_client.py,sha256=UcbQjxtgVfeRw6DHTZhAzN1gkcKlTg-lUPEePRPQWAU,6306
4
4
  _mcp_mesh/engine/base_injector.py,sha256=qzRLZqFP2VvEFagVovkpdldvDmm3VwPHm6tHwV58a2k,5648
@@ -25,57 +25,57 @@ _mcp_mesh/engine/provider_handlers/claude_handler.py,sha256=CCmlsWiCfIcgrLbAZzeS
25
25
  _mcp_mesh/engine/provider_handlers/generic_handler.py,sha256=ewcwxWMmNEFEeBJ_2m16Oc3SnhCKpc0PVDtKy7TsLv0,5153
26
26
  _mcp_mesh/engine/provider_handlers/openai_handler.py,sha256=rpHvnOfZkk73uICgU4pKe-BsWts4cQeykm_UXkAA3Rk,7754
27
27
  _mcp_mesh/engine/provider_handlers/provider_handler_registry.py,sha256=d2G3vndANzTiNl2ApfJuE2bmOlUI88y42144PjVst4s,5605
28
- _mcp_mesh/generated/.openapi-generator-ignore,sha256=5opOTZ_fahF3ctMAmN-i3PzJXM0d9Tnji_uAET2ZyEw,162
28
+ _mcp_mesh/generated/.openapi-generator-ignore,sha256=-d-Y-RVAZRrHw36jO0b79oDXpfA8rZdBGPCG4Vs_rUs,227
29
29
  _mcp_mesh/generated/.openapi-generator/FILES,sha256=Jpd-j6le0SjEvwdAJ51SWdZrlOUrUAFLtQ4sCHZVdKk,2571
30
30
  _mcp_mesh/generated/.openapi-generator/VERSION,sha256=nMm490YXJUW3_vAdeAsg7E3yRgUqVwk5-50PuaFonM8,7
31
- _mcp_mesh/generated/mcp_mesh_registry_client/__init__.py,sha256=sFr7LS64qaJLkM9EhlBkRCUd3eeVITsxm-3nRiTdGME,5773
32
- _mcp_mesh/generated/mcp_mesh_registry_client/api_client.py,sha256=SLzm-p1vhbhufVDn7sNKjq9aSBkZUXTdwRIf7Ne57l8,28104
31
+ _mcp_mesh/generated/mcp_mesh_registry_client/__init__.py,sha256=E0jJECND7xQvixnUfINLI8XuqtrsuZGOk1hdf4TbZl4,6346
32
+ _mcp_mesh/generated/mcp_mesh_registry_client/api_client.py,sha256=ollgygfyMeJMc6aeM10o4y9zHAaeEWdcedGVar9yISQ,28103
33
33
  _mcp_mesh/generated/mcp_mesh_registry_client/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
34
- _mcp_mesh/generated/mcp_mesh_registry_client/configuration.py,sha256=PCZ03PQGCEG0lfIn4s1tk8WrB9HpQ-LCXIUK110F1gY,18544
35
- _mcp_mesh/generated/mcp_mesh_registry_client/exceptions.py,sha256=wMmZWaCPfoAloDVS4u9MkRKG0oUjXl_B-3KAOrFQbUM,6921
34
+ _mcp_mesh/generated/mcp_mesh_registry_client/configuration.py,sha256=WMVUHnmfEHvwgYdKY2wtWLk7dlDWqg4fXKsFQWSUTrw,18543
35
+ _mcp_mesh/generated/mcp_mesh_registry_client/exceptions.py,sha256=G78oVVlzThUyQiNZIvGMwCzI6ILbHtEvQ8Lw_VwF7Mk,6913
36
36
  _mcp_mesh/generated/mcp_mesh_registry_client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
37
- _mcp_mesh/generated/mcp_mesh_registry_client/rest.py,sha256=myEMrqhlSTaYUu52NlhUqFFTTMkhBI4V5cXaxjciWSI,9948
38
- _mcp_mesh/generated/mcp_mesh_registry_client/api/__init__.py,sha256=CP4BRsWFhioEIcU_fXbONaCa222wnWB8fTwADfqGUsc,296
39
- _mcp_mesh/generated/mcp_mesh_registry_client/api/agents_api.py,sha256=rHY0h_wcv9eLRzOitkRZ7PDKtgWr5xism3azkZpuI6I,46445
40
- _mcp_mesh/generated/mcp_mesh_registry_client/api/health_api.py,sha256=BJsqdNHz-dZXJsvQmYdZLLM_vf1Lf6DKRH9xzpyfkuU,30552
41
- _mcp_mesh/generated/mcp_mesh_registry_client/api/tracing_api.py,sha256=2FmSDoWiAfx404kB5mkWvYviE37QVY-Cb-kA90o1rn8,13179
42
- _mcp_mesh/generated/mcp_mesh_registry_client/models/__init__.py,sha256=_sh5aElvcubrkEHRD8QMgV3TRX8k6UOhLUDWVJ4c_vY,4711
43
- _mcp_mesh/generated/mcp_mesh_registry_client/models/agent_info.py,sha256=ZC7N5a7fhGmHMDk5BSiSchTghnLR-RkEI_lapJjXWJw,6226
44
- _mcp_mesh/generated/mcp_mesh_registry_client/models/agent_metadata.py,sha256=_ixbM8wlhL5C7jx-NXoA0zdJSK88-TX8URuCIOv7_E8,6520
45
- _mcp_mesh/generated/mcp_mesh_registry_client/models/agent_metadata_dependencies_inner.py,sha256=LiO2JfFwasidNJ859LKmDHa6kV1boGIlTdhFwmpgoxw,6303
46
- _mcp_mesh/generated/mcp_mesh_registry_client/models/agent_metadata_dependencies_inner_one_of.py,sha256=aQ7h5TloM-FvBrQ0uzH0m9iba4EbX--djxh8etcXids,3615
47
- _mcp_mesh/generated/mcp_mesh_registry_client/models/agent_registration.py,sha256=iXZrx4jYBCH2vdHgPqQPZh0hAXC1n-gAhbc7HGC7CJ4,4036
48
- _mcp_mesh/generated/mcp_mesh_registry_client/models/agent_registration_metadata.py,sha256=ib5_C9omMYjRkljd--ydG0jl6yycUwttFp6wPzBOvF0,6109
49
- _mcp_mesh/generated/mcp_mesh_registry_client/models/agents_list_response.py,sha256=galCEftoSD-nGnj9cmcEUaleuAPwIAejThnZn63VGkE,3785
50
- _mcp_mesh/generated/mcp_mesh_registry_client/models/capability_info.py,sha256=Ed9_LU_ONP7ZHoYv5C5K3axS6hPs0-0mAlsp_nf1_Zg,3777
51
- _mcp_mesh/generated/mcp_mesh_registry_client/models/decorator_agent_metadata.py,sha256=tHSZcjTOQFfgLn2OTVMMPWjTkNsx8Z-A81Lvpv3m604,4847
52
- _mcp_mesh/generated/mcp_mesh_registry_client/models/decorator_agent_request.py,sha256=ucZswk2QrQKkJcezCStWFtG1Wk0mi1uoC8RM7Z3WILw,4165
53
- _mcp_mesh/generated/mcp_mesh_registry_client/models/decorator_info.py,sha256=ZiMazIK1SwUglDE7qic___2a5VQJCcI6Z9jNT2Vw4jE,4545
54
- _mcp_mesh/generated/mcp_mesh_registry_client/models/dependency_info.py,sha256=5sHw71W1nEfCjLO0NHiCDEzhyW54Vl-dm-bnaFRZum8,4121
55
- _mcp_mesh/generated/mcp_mesh_registry_client/models/dependency_resolution_info.py,sha256=XbPP2o3RAUaVeyD3VOElCecILPsXKHp3LUn5WnQ1nAo,4463
56
- _mcp_mesh/generated/mcp_mesh_registry_client/models/error_response.py,sha256=DE9b3NAg-vIqgdpD0n8NOb5_nErkn91jeSDkN713_Kc,3244
57
- _mcp_mesh/generated/mcp_mesh_registry_client/models/health_response.py,sha256=vEU0LuCiKMNtqbNUmvmEOI1KP66A7OvCE2ffos2cDiI,3923
58
- _mcp_mesh/generated/mcp_mesh_registry_client/models/heartbeat_request.py,sha256=YRsl7YhZLBfudS_i5s7zRDkG6fO9S9c7TrveeKUV0aM,3901
59
- _mcp_mesh/generated/mcp_mesh_registry_client/models/heartbeat_request_metadata.py,sha256=A-L6mFz19Pa-QExvCihCHrJDHIlIV18w290usgD6_Yo,4317
60
- _mcp_mesh/generated/mcp_mesh_registry_client/models/heartbeat_response.py,sha256=dPJxz5XQukw4QejkeP7F3FAm8m0wW-5gm9xpajlkGqQ,4907
61
- _mcp_mesh/generated/mcp_mesh_registry_client/models/llm_provider.py,sha256=E8Pq0mwzBHP_stDZXrw7bJluJOvIkERmeKVwfXn3gPY,3939
62
- _mcp_mesh/generated/mcp_mesh_registry_client/models/llm_tool_filter.py,sha256=ppSfnM_GHzZCQwuxEyCZgg6JQ5Nt4RtSsF0VOyh0OeI,4953
63
- _mcp_mesh/generated/mcp_mesh_registry_client/models/llm_tool_filter_filter_inner.py,sha256=CXvJanzCYYGOEBhKXpkbznGQAKaG_PZ5ojysFUUUAtM,6147
64
- _mcp_mesh/generated/mcp_mesh_registry_client/models/llm_tool_filter_filter_inner_one_of.py,sha256=pVaZvRphb6IhGbG4Dee5WEolX3Mkkk9PNPgStisY8dQ,3475
65
- _mcp_mesh/generated/mcp_mesh_registry_client/models/llm_tool_info.py,sha256=n3Q5wRpIMi0WGnAn729xsDxrtWtatn7myTsl74F3spY,4504
66
- _mcp_mesh/generated/mcp_mesh_registry_client/models/mesh_agent_register_metadata.py,sha256=HGABUatJp_mu2uFWzC7HBEZACHXIKFmIeegFYfHEcN4,4820
67
- _mcp_mesh/generated/mcp_mesh_registry_client/models/mesh_agent_registration.py,sha256=SNs6Uu0ApistoqrMd4FnGDmk7AcL7I6nKI5F5EW-Wi0,6253
68
- _mcp_mesh/generated/mcp_mesh_registry_client/models/mesh_registration_response.py,sha256=aaEu8bjHbjMVXAIee4AaoZC5eLW24js762J0V5YlzIY,7565
69
- _mcp_mesh/generated/mcp_mesh_registry_client/models/mesh_registration_response_dependencies_resolved_value_inner.py,sha256=tmcFBO8rbB_F-TfpU2lsG29CKTpQPfiuJqE62r81p0k,4071
70
- _mcp_mesh/generated/mcp_mesh_registry_client/models/mesh_tool_dependency_registration.py,sha256=PkY1rWdS3y5TTxRRFpATWmm3dhw_Qw2_4QBzCv_7ZuU,3658
71
- _mcp_mesh/generated/mcp_mesh_registry_client/models/mesh_tool_register_metadata.py,sha256=cvbVtiRMd-VfhrMNQX0bRcmW0_FyotYLwLPX8gAsl1o,4935
72
- _mcp_mesh/generated/mcp_mesh_registry_client/models/mesh_tool_registration.py,sha256=Om3sun8MOKdSyYIG6yvJzJ2K7wIhZ7LsSuALYU1AWqo,6077
73
- _mcp_mesh/generated/mcp_mesh_registry_client/models/registration_response.py,sha256=XzIwhTaBrztXgIHQwvW9KRfWOY5GNjVV4RpZKEwxrV8,5030
74
- _mcp_mesh/generated/mcp_mesh_registry_client/models/resolved_llm_provider.py,sha256=AAEGes_LDMnksj_C_nrzP3MyCrE7cS5aVCiDjUSlXsI,5197
75
- _mcp_mesh/generated/mcp_mesh_registry_client/models/rich_dependency.py,sha256=Y6TB1Zvfkq2U8YMSmWUmIcOZMU6ZZxRFmifUGwdRwa0,3591
76
- _mcp_mesh/generated/mcp_mesh_registry_client/models/root_response.py,sha256=Das3mRHvgqDJVuWsoWLtwUTv_I5nFejhV10U0JZ_CZM,3221
77
- _mcp_mesh/generated/mcp_mesh_registry_client/models/standardized_dependency.py,sha256=fm1tmP0f07ziGMz0zYvpIvMGeIcfff2wrS6jlWgvm9A,3650
78
- _mcp_mesh/generated/mcp_mesh_registry_client/models/trace_event.py,sha256=9Q_8WaVl0MxswRnHpkqq9GKnvOW54HW4tkrTM9oda14,4461
37
+ _mcp_mesh/generated/mcp_mesh_registry_client/rest.py,sha256=NXdl_PkWt8DHzP37fT8Dmnem2fE91Kl2AKJ8Z_DeAkQ,9947
38
+ _mcp_mesh/generated/mcp_mesh_registry_client/api/__init__.py,sha256=pHC3UrKRoxDhoH_lSVZSeb-bS90rngMUWgIv-lnCe68,295
39
+ _mcp_mesh/generated/mcp_mesh_registry_client/api/agents_api.py,sha256=hAESmaDa2MrMxToYaTMsMmXU4azAVDofjeNuQwJPYsg,46430
40
+ _mcp_mesh/generated/mcp_mesh_registry_client/api/health_api.py,sha256=avqNTQ4WUrRN1WPM24hAfOIq9rp1dtt1dVNxouCPSxg,30540
41
+ _mcp_mesh/generated/mcp_mesh_registry_client/api/tracing_api.py,sha256=ZWkvIW4c6bTb5aY29ccQyh5-_diQtvD2Aiw-WnnybyY,13172
42
+ _mcp_mesh/generated/mcp_mesh_registry_client/models/__init__.py,sha256=8Yb7Eh3XuEgds4TbH1J98wj1xMBdFbB7XkAv6_vVREA,4710
43
+ _mcp_mesh/generated/mcp_mesh_registry_client/models/agent_info.py,sha256=-YtJIlli7T6JoafKOCPA6CSiRFCfbreelyoN6FbsTuQ,6223
44
+ _mcp_mesh/generated/mcp_mesh_registry_client/models/agent_metadata.py,sha256=bfAdg4mUzCnAcudkQrCtLyuIQktW5at1K1i7gC-LQPc,6517
45
+ _mcp_mesh/generated/mcp_mesh_registry_client/models/agent_metadata_dependencies_inner.py,sha256=kYio0rfLSA_uTgIkzcMUzLaZlHTIkDOkMnAhgr2fy6A,6300
46
+ _mcp_mesh/generated/mcp_mesh_registry_client/models/agent_metadata_dependencies_inner_one_of.py,sha256=EM7QA5GPBN6v2rgiHdrBBfD4_55S7UN9A4N3zzkpKCs,3612
47
+ _mcp_mesh/generated/mcp_mesh_registry_client/models/agent_registration.py,sha256=ZadE-sL6Gg1Oskv2pBOr7fWgmIhqpDHR-TrzCyoLa0k,4033
48
+ _mcp_mesh/generated/mcp_mesh_registry_client/models/agent_registration_metadata.py,sha256=_ApSLY3oHtbzRCt4aCaGcXrdz5VixQNDt6w00qpPdiA,6106
49
+ _mcp_mesh/generated/mcp_mesh_registry_client/models/agents_list_response.py,sha256=DDssoU0fCexA8bFMEsjaApitIUj39JLSZh73bQtPADY,3782
50
+ _mcp_mesh/generated/mcp_mesh_registry_client/models/capability_info.py,sha256=gfXx8-dLiGuxS0SRvILtwFs7Dl9aAjsEBmLYVSG9bBc,3774
51
+ _mcp_mesh/generated/mcp_mesh_registry_client/models/decorator_agent_metadata.py,sha256=yFLvWLOs4FxW7EnRWuXrTCxBjot7JabwwjS12MOl0l0,4844
52
+ _mcp_mesh/generated/mcp_mesh_registry_client/models/decorator_agent_request.py,sha256=Fl2T17ZHWMXYQiUE2gopRWgPnL1Y8jt_HKpyNh6Lu5c,4161
53
+ _mcp_mesh/generated/mcp_mesh_registry_client/models/decorator_info.py,sha256=RJvQvVEezMObjh9bPPVi89DlKboBnBXmhLOkkmoPMt4,4542
54
+ _mcp_mesh/generated/mcp_mesh_registry_client/models/dependency_info.py,sha256=plhOF_fAXXGLed6XVCgj8_YVzIm_gyaAF2kat_oah8Q,4118
55
+ _mcp_mesh/generated/mcp_mesh_registry_client/models/dependency_resolution_info.py,sha256=D2Fb_a3z0pw9wxbPv0qUSDHpPcgR2gZdmbePFGYQO6o,4460
56
+ _mcp_mesh/generated/mcp_mesh_registry_client/models/error_response.py,sha256=kvCblrJUWcCvmMJiWThz6GBqaRiWk4wefA691R8Z7mY,3241
57
+ _mcp_mesh/generated/mcp_mesh_registry_client/models/health_response.py,sha256=iUgtqxhsJMVxtBFEdd0dg8JS69aTyg7Dng4dMOOilFI,3920
58
+ _mcp_mesh/generated/mcp_mesh_registry_client/models/heartbeat_request.py,sha256=mMBDIGud4EDrPjat0PrgN8jac78-5ejcPq4OQPUHizE,3898
59
+ _mcp_mesh/generated/mcp_mesh_registry_client/models/heartbeat_request_metadata.py,sha256=0yTF0w9-dYDyCUtkG2vqPGupnk3HR8ZWTfGYqgfInmk,4314
60
+ _mcp_mesh/generated/mcp_mesh_registry_client/models/heartbeat_response.py,sha256=rVYdi4T2FAqyhRj5lCWhTE18am3Lu69n9HBZ2CqIqII,4904
61
+ _mcp_mesh/generated/mcp_mesh_registry_client/models/llm_provider.py,sha256=Da4E1D7FexX6_GSBiZlgIJPurqYxjn7tT9oLOIWVNAY,3935
62
+ _mcp_mesh/generated/mcp_mesh_registry_client/models/llm_tool_filter.py,sha256=VF0dnOr5BmXWCnrpyxhwml-vh3_mWTOecgeO5nF2u3o,4949
63
+ _mcp_mesh/generated/mcp_mesh_registry_client/models/llm_tool_filter_filter_inner.py,sha256=EuhzAkeHKwxmMuNnx3WNkx1c8-IQSD7a4LlqNqF9Zxs,6144
64
+ _mcp_mesh/generated/mcp_mesh_registry_client/models/llm_tool_filter_filter_inner_one_of.py,sha256=qE5cpvOpk93JN8NQMtOav92oR-mOOqa38IeciiKby_w,3472
65
+ _mcp_mesh/generated/mcp_mesh_registry_client/models/llm_tool_info.py,sha256=dE2_bp7T7XPY7w1ub6kJzOcIskGbBM8q4DTRKkLbItk,4500
66
+ _mcp_mesh/generated/mcp_mesh_registry_client/models/mesh_agent_register_metadata.py,sha256=GbjXWD8uLa6wHEJ-hjVRnS7A2BCxGGwIA2WXLOFA2KU,4817
67
+ _mcp_mesh/generated/mcp_mesh_registry_client/models/mesh_agent_registration.py,sha256=IdVhdSeKekK97OJrqCYWEAIUhjDzpwwTgwx5fRKVl34,6249
68
+ _mcp_mesh/generated/mcp_mesh_registry_client/models/mesh_registration_response.py,sha256=1fwBGewmZLCfg382E_TR8FUXvdzcnw2BhB8sc9r66QQ,7562
69
+ _mcp_mesh/generated/mcp_mesh_registry_client/models/mesh_registration_response_dependencies_resolved_value_inner.py,sha256=k9TeDGld5NfHqI-oB12SVCuB-wZFMELIFyYicoBzfRs,4068
70
+ _mcp_mesh/generated/mcp_mesh_registry_client/models/mesh_tool_dependency_registration.py,sha256=wgPngbNZSH6yIzHRZ2MENlj45DXNyaQ7DuCEHXx9WS0,3655
71
+ _mcp_mesh/generated/mcp_mesh_registry_client/models/mesh_tool_register_metadata.py,sha256=6rkarwiK6wSfS-In_JmMHQNgXAM1AY-Ai1fDXMiVvJw,4932
72
+ _mcp_mesh/generated/mcp_mesh_registry_client/models/mesh_tool_registration.py,sha256=kfPjf7__lhJeYpLNmzjleo2GFm_HTTNYIShoCQPjo_c,6074
73
+ _mcp_mesh/generated/mcp_mesh_registry_client/models/registration_response.py,sha256=w_6AFTJksn5YRVE7bHMGeMZCCSI-ZN_k-YjMhJ_x9VY,5027
74
+ _mcp_mesh/generated/mcp_mesh_registry_client/models/resolved_llm_provider.py,sha256=K4O0ogcyOIxJQ76fvbE400m-cU1vAtEJyebPcsi_az4,5193
75
+ _mcp_mesh/generated/mcp_mesh_registry_client/models/rich_dependency.py,sha256=_TnwDuMn9JDIgdNFrIsejSFJySmkP8a5Lnyo1L4YMOo,3588
76
+ _mcp_mesh/generated/mcp_mesh_registry_client/models/root_response.py,sha256=PrOUvjxdgri_v774ZBMoTOLucoBRD35GBC1GS-lkyuM,3218
77
+ _mcp_mesh/generated/mcp_mesh_registry_client/models/standardized_dependency.py,sha256=uDaFhNtqSwc1oaid43wLrU0eGsUG6-8Mn462zc9juVg,3647
78
+ _mcp_mesh/generated/mcp_mesh_registry_client/models/trace_event.py,sha256=zceJuFnY-q2B43avqEc1GwkW1UcBpOAgRl__zcb-WDc,4458
79
79
  _mcp_mesh/pipeline/__init__.py,sha256=9Aplh4m1z-rYTQys0JQLYlq9wTPdI72eSOhUPqcnvpA,1557
80
80
  _mcp_mesh/pipeline/api_heartbeat/__init__.py,sha256=IXTLoQLAPqQEWZ8VMWc5W_cQJkDv95rlVGXyXoQDjHk,473
81
81
  _mcp_mesh/pipeline/api_heartbeat/api_dependency_resolution.py,sha256=IvkvVQNyZr0Uqe2lViRpdj9kaLrxtTJ8io-gwjtK5FI,23247
@@ -143,7 +143,7 @@ mesh/__init__.py,sha256=0zequaBtd_9NLOLsr9sNONuwWa_fT_-G4LnJ1CHTEY0,3808
143
143
  mesh/decorators.py,sha256=_3yVrEvGHZ5MKX_pf7Zn-vLdOH68iE7o6EIvxKcGOds,57636
144
144
  mesh/helpers.py,sha256=c3FhSy9U4KBHEH6WH6MjCVrPMw9li5JAgBLUTIoamz4,9472
145
145
  mesh/types.py,sha256=9TqbJSxlybLQaPVjugcKwPiIrVnJEzqAOvPRhlX1zmo,15559
146
- mcp_mesh-0.7.1.dist-info/METADATA,sha256=PB20crMnSTNChuIte5_lRMnoKMY5XBWtW_KEj4L_Qqg,4972
147
- mcp_mesh-0.7.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
148
- mcp_mesh-0.7.1.dist-info/licenses/LICENSE,sha256=_EBQHRQThv9FPOLc5eFOUdeeRO0mYwChC7cx60dM1tM,1078
149
- mcp_mesh-0.7.1.dist-info/RECORD,,
146
+ mcp_mesh-0.7.3.dist-info/METADATA,sha256=63oC2E60O9ERC3oEplSLU6MIRXBB9W_i3FsEbJm_7x0,4972
147
+ mcp_mesh-0.7.3.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
148
+ mcp_mesh-0.7.3.dist-info/licenses/LICENSE,sha256=_EBQHRQThv9FPOLc5eFOUdeeRO0mYwChC7cx60dM1tM,1078
149
+ mcp_mesh-0.7.3.dist-info/RECORD,,