We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dce44e0 commit 7a5780eCopy full SHA for 7a5780e
1 file changed
src/deepset_mcp/api/client.py
@@ -94,3 +94,7 @@ async def __aexit__(
94
def pipelines(self, workspace: str) -> PipelineResource:
95
"""Resource to interact with pipelines in the specified workspace."""
96
return PipelineResource(client=self, workspace=workspace)
97
+
98
+ def haystack_service(self) -> HaystackServiceResource:
99
+ """Resource to interact with the Haystack service API."""
100
+ return HaystackServiceResource(client=self)
0 commit comments