Smithery
connect.subscriptions.create
Create a connection-scoped subscription that receives events from one connection.
Remote smithery
Other tools also called connect.subscriptions.create?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"namespace": {
"type": "string",
"description": "path parameter"
},
"connectionId": {
"type": "string",
"description": "path parameter"
}
}
}