diff --git a/README.md b/README.md index 0afaf41..9a89672 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,6 @@ Linked API actions run through a cloud browser and are queued like normal automa If a tool returns `status`, `workflowId`, `operationName`, and `message`, the action is still running. Do not retry the original tool because that can queue duplicate work. Call `get_workflow_result` with the exact `workflowId` and `operationName` until the final result is returned. By default `get_workflow_result` long-polls until the workflow completes or the current MCP client's request budget elapses; pass `waitSeconds: 0` for an immediate single-shot snapshot. -If a tool returns `type: "trialLimitReached"` and `retryable: false`, the workspace has used its -free trial workflow allowance. Do not retry the tool; ask the user to subscribe or contact support -for a trial extension. - ## License This project is licensed under the MIT – see the [LICENSE](https://github.com/Linked-API/linkedapi-mcp/blob/main/LICENSE) file for details. diff --git a/package-lock.json b/package-lock.json index b3308fe..7608b9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@linkedapi/mcp", - "version": "2.3.2", + "version": "2.3.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@linkedapi/mcp", - "version": "2.3.2", + "version": "2.3.3", "license": "MIT", "dependencies": { "@linkedapi/node": "^2.3.3", diff --git a/package.json b/package.json index eda7bb2..37e5b4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@linkedapi/mcp", - "version": "2.3.2", + "version": "2.3.3", "description": "MCP server that lets AI assistants control LinkedIn accounts and retrieve real-time data.", "main": "dist/index.js", "bin": {