We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5566a97 commit ff38d8aCopy full SHA for ff38d8a
nexusmcp/workflow_transport.py
@@ -119,7 +119,7 @@ async def _handle_list_tools(self) -> types.ListToolsResult:
119
return types.ListToolsResult(tools=tools)
120
121
async def _handle_call_tool(self, params: types.CallToolRequestParams) -> types.CallToolResult:
122
- service, _, operation = params.name.partition("/")
+ service, _, operation = params.name.partition("_")
123
nexus_client = workflow.create_nexus_client(
124
endpoint=self.endpoint,
125
service=service,
0 commit comments