mcp-mesh 0.7.0__py3-none-any.whl → 0.7.2__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.
- _mcp_mesh/__init__.py +1 -1
- _mcp_mesh/generated/.openapi-generator-ignore +1 -0
- _mcp_mesh/generated/mcp_mesh_registry_client/__init__.py +17 -1
- _mcp_mesh/generated/mcp_mesh_registry_client/api/__init__.py +0 -1
- _mcp_mesh/generated/mcp_mesh_registry_client/api/agents_api.py +13 -15
- _mcp_mesh/generated/mcp_mesh_registry_client/api/health_api.py +10 -12
- _mcp_mesh/generated/mcp_mesh_registry_client/api/tracing_api.py +5 -7
- _mcp_mesh/generated/mcp_mesh_registry_client/api_client.py +1 -1
- _mcp_mesh/generated/mcp_mesh_registry_client/configuration.py +1 -1
- _mcp_mesh/generated/mcp_mesh_registry_client/exceptions.py +8 -8
- _mcp_mesh/generated/mcp_mesh_registry_client/models/__init__.py +1 -1
- _mcp_mesh/generated/mcp_mesh_registry_client/models/agent_info.py +1 -3
- _mcp_mesh/generated/mcp_mesh_registry_client/models/agent_metadata.py +1 -3
- _mcp_mesh/generated/mcp_mesh_registry_client/models/agent_metadata_dependencies_inner.py +1 -3
- _mcp_mesh/generated/mcp_mesh_registry_client/models/agent_metadata_dependencies_inner_one_of.py +1 -3
- _mcp_mesh/generated/mcp_mesh_registry_client/models/agent_registration.py +1 -3
- _mcp_mesh/generated/mcp_mesh_registry_client/models/agent_registration_metadata.py +1 -3
- _mcp_mesh/generated/mcp_mesh_registry_client/models/agents_list_response.py +1 -3
- _mcp_mesh/generated/mcp_mesh_registry_client/models/capability_info.py +1 -3
- _mcp_mesh/generated/mcp_mesh_registry_client/models/decorator_agent_metadata.py +1 -3
- _mcp_mesh/generated/mcp_mesh_registry_client/models/decorator_agent_request.py +2 -4
- _mcp_mesh/generated/mcp_mesh_registry_client/models/decorator_info.py +1 -3
- _mcp_mesh/generated/mcp_mesh_registry_client/models/dependency_info.py +1 -3
- _mcp_mesh/generated/mcp_mesh_registry_client/models/dependency_resolution_info.py +1 -3
- _mcp_mesh/generated/mcp_mesh_registry_client/models/error_response.py +1 -3
- _mcp_mesh/generated/mcp_mesh_registry_client/models/health_response.py +1 -3
- _mcp_mesh/generated/mcp_mesh_registry_client/models/heartbeat_request.py +1 -3
- _mcp_mesh/generated/mcp_mesh_registry_client/models/heartbeat_request_metadata.py +1 -3
- _mcp_mesh/generated/mcp_mesh_registry_client/models/heartbeat_response.py +1 -3
- _mcp_mesh/generated/mcp_mesh_registry_client/models/llm_provider.py +2 -4
- _mcp_mesh/generated/mcp_mesh_registry_client/models/llm_tool_filter.py +2 -4
- _mcp_mesh/generated/mcp_mesh_registry_client/models/llm_tool_filter_filter_inner.py +1 -3
- _mcp_mesh/generated/mcp_mesh_registry_client/models/llm_tool_filter_filter_inner_one_of.py +1 -3
- _mcp_mesh/generated/mcp_mesh_registry_client/models/llm_tool_info.py +2 -4
- _mcp_mesh/generated/mcp_mesh_registry_client/models/mesh_agent_register_metadata.py +1 -3
- _mcp_mesh/generated/mcp_mesh_registry_client/models/mesh_agent_registration.py +2 -4
- _mcp_mesh/generated/mcp_mesh_registry_client/models/mesh_registration_response.py +1 -3
- _mcp_mesh/generated/mcp_mesh_registry_client/models/mesh_registration_response_dependencies_resolved_value_inner.py +1 -3
- _mcp_mesh/generated/mcp_mesh_registry_client/models/mesh_tool_dependency_registration.py +1 -3
- _mcp_mesh/generated/mcp_mesh_registry_client/models/mesh_tool_register_metadata.py +1 -3
- _mcp_mesh/generated/mcp_mesh_registry_client/models/mesh_tool_registration.py +1 -3
- _mcp_mesh/generated/mcp_mesh_registry_client/models/registration_response.py +1 -3
- _mcp_mesh/generated/mcp_mesh_registry_client/models/resolved_llm_provider.py +2 -4
- _mcp_mesh/generated/mcp_mesh_registry_client/models/rich_dependency.py +1 -3
- _mcp_mesh/generated/mcp_mesh_registry_client/models/root_response.py +1 -3
- _mcp_mesh/generated/mcp_mesh_registry_client/models/standardized_dependency.py +1 -3
- _mcp_mesh/generated/mcp_mesh_registry_client/models/trace_event.py +1 -3
- _mcp_mesh/generated/mcp_mesh_registry_client/rest.py +1 -1
- {mcp_mesh-0.7.0.dist-info → mcp_mesh-0.7.2.dist-info}/METADATA +1 -1
- {mcp_mesh-0.7.0.dist-info → mcp_mesh-0.7.2.dist-info}/RECORD +52 -52
- {mcp_mesh-0.7.0.dist-info → mcp_mesh-0.7.2.dist-info}/WHEEL +0 -0
- {mcp_mesh-0.7.0.dist-info → mcp_mesh-0.7.2.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.
|
|
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,4 +1,4 @@
|
|
|
1
|
-
_mcp_mesh/__init__.py,sha256=
|
|
1
|
+
_mcp_mesh/__init__.py,sha256=nv0jbIITq5KEzOfGroigviqbKu2Vuqp-BAvJdqmNhvI,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
|
|
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=
|
|
32
|
-
_mcp_mesh/generated/mcp_mesh_registry_client/api_client.py,sha256=
|
|
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=
|
|
35
|
-
_mcp_mesh/generated/mcp_mesh_registry_client/exceptions.py,sha256=
|
|
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=
|
|
38
|
-
_mcp_mesh/generated/mcp_mesh_registry_client/api/__init__.py,sha256=
|
|
39
|
-
_mcp_mesh/generated/mcp_mesh_registry_client/api/agents_api.py,sha256=
|
|
40
|
-
_mcp_mesh/generated/mcp_mesh_registry_client/api/health_api.py,sha256=
|
|
41
|
-
_mcp_mesh/generated/mcp_mesh_registry_client/api/tracing_api.py,sha256=
|
|
42
|
-
_mcp_mesh/generated/mcp_mesh_registry_client/models/__init__.py,sha256=
|
|
43
|
-
_mcp_mesh/generated/mcp_mesh_registry_client/models/agent_info.py,sha256
|
|
44
|
-
_mcp_mesh/generated/mcp_mesh_registry_client/models/agent_metadata.py,sha256=
|
|
45
|
-
_mcp_mesh/generated/mcp_mesh_registry_client/models/agent_metadata_dependencies_inner.py,sha256=
|
|
46
|
-
_mcp_mesh/generated/mcp_mesh_registry_client/models/agent_metadata_dependencies_inner_one_of.py,sha256=
|
|
47
|
-
_mcp_mesh/generated/mcp_mesh_registry_client/models/agent_registration.py,sha256=
|
|
48
|
-
_mcp_mesh/generated/mcp_mesh_registry_client/models/agent_registration_metadata.py,sha256=
|
|
49
|
-
_mcp_mesh/generated/mcp_mesh_registry_client/models/agents_list_response.py,sha256=
|
|
50
|
-
_mcp_mesh/generated/mcp_mesh_registry_client/models/capability_info.py,sha256=
|
|
51
|
-
_mcp_mesh/generated/mcp_mesh_registry_client/models/decorator_agent_metadata.py,sha256=
|
|
52
|
-
_mcp_mesh/generated/mcp_mesh_registry_client/models/decorator_agent_request.py,sha256=
|
|
53
|
-
_mcp_mesh/generated/mcp_mesh_registry_client/models/decorator_info.py,sha256=
|
|
54
|
-
_mcp_mesh/generated/mcp_mesh_registry_client/models/dependency_info.py,sha256=
|
|
55
|
-
_mcp_mesh/generated/mcp_mesh_registry_client/models/dependency_resolution_info.py,sha256=
|
|
56
|
-
_mcp_mesh/generated/mcp_mesh_registry_client/models/error_response.py,sha256=
|
|
57
|
-
_mcp_mesh/generated/mcp_mesh_registry_client/models/health_response.py,sha256=
|
|
58
|
-
_mcp_mesh/generated/mcp_mesh_registry_client/models/heartbeat_request.py,sha256=
|
|
59
|
-
_mcp_mesh/generated/mcp_mesh_registry_client/models/heartbeat_request_metadata.py,sha256=
|
|
60
|
-
_mcp_mesh/generated/mcp_mesh_registry_client/models/heartbeat_response.py,sha256=
|
|
61
|
-
_mcp_mesh/generated/mcp_mesh_registry_client/models/llm_provider.py,sha256=
|
|
62
|
-
_mcp_mesh/generated/mcp_mesh_registry_client/models/llm_tool_filter.py,sha256=
|
|
63
|
-
_mcp_mesh/generated/mcp_mesh_registry_client/models/llm_tool_filter_filter_inner.py,sha256=
|
|
64
|
-
_mcp_mesh/generated/mcp_mesh_registry_client/models/llm_tool_filter_filter_inner_one_of.py,sha256=
|
|
65
|
-
_mcp_mesh/generated/mcp_mesh_registry_client/models/llm_tool_info.py,sha256=
|
|
66
|
-
_mcp_mesh/generated/mcp_mesh_registry_client/models/mesh_agent_register_metadata.py,sha256=
|
|
67
|
-
_mcp_mesh/generated/mcp_mesh_registry_client/models/mesh_agent_registration.py,sha256=
|
|
68
|
-
_mcp_mesh/generated/mcp_mesh_registry_client/models/mesh_registration_response.py,sha256=
|
|
69
|
-
_mcp_mesh/generated/mcp_mesh_registry_client/models/mesh_registration_response_dependencies_resolved_value_inner.py,sha256=
|
|
70
|
-
_mcp_mesh/generated/mcp_mesh_registry_client/models/mesh_tool_dependency_registration.py,sha256=
|
|
71
|
-
_mcp_mesh/generated/mcp_mesh_registry_client/models/mesh_tool_register_metadata.py,sha256=
|
|
72
|
-
_mcp_mesh/generated/mcp_mesh_registry_client/models/mesh_tool_registration.py,sha256=
|
|
73
|
-
_mcp_mesh/generated/mcp_mesh_registry_client/models/registration_response.py,sha256=
|
|
74
|
-
_mcp_mesh/generated/mcp_mesh_registry_client/models/resolved_llm_provider.py,sha256=
|
|
75
|
-
_mcp_mesh/generated/mcp_mesh_registry_client/models/rich_dependency.py,sha256=
|
|
76
|
-
_mcp_mesh/generated/mcp_mesh_registry_client/models/root_response.py,sha256=
|
|
77
|
-
_mcp_mesh/generated/mcp_mesh_registry_client/models/standardized_dependency.py,sha256=
|
|
78
|
-
_mcp_mesh/generated/mcp_mesh_registry_client/models/trace_event.py,sha256=
|
|
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.
|
|
147
|
-
mcp_mesh-0.7.
|
|
148
|
-
mcp_mesh-0.7.
|
|
149
|
-
mcp_mesh-0.7.
|
|
146
|
+
mcp_mesh-0.7.2.dist-info/METADATA,sha256=OznvUXbLB828DHyfHu_-GVSrBG4ArazX0Alo6uxMlkg,4972
|
|
147
|
+
mcp_mesh-0.7.2.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
148
|
+
mcp_mesh-0.7.2.dist-info/licenses/LICENSE,sha256=_EBQHRQThv9FPOLc5eFOUdeeRO0mYwChC7cx60dM1tM,1078
|
|
149
|
+
mcp_mesh-0.7.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|