@hapticpaper/mcp-server 1.0.11 → 1.0.12
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.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -117,7 +117,7 @@ ${widgetJs}
|
|
|
117
117
|
authorizationUrl: process.env.AUTH_URL || 'https://hh.hapticpaper.com/oauth/authorize',
|
|
118
118
|
tokenUrl: process.env.TOKEN_URL || 'https://hh.hapticpaper.com/api/v1/oauth/token',
|
|
119
119
|
redirectUri: 'http://localhost:8765/callback',
|
|
120
|
-
scopes: ['tasks:read', 'tasks:write', 'workers:read']
|
|
120
|
+
scopes: ['tasks:read', 'tasks:write', 'workers:read', 'account:read']
|
|
121
121
|
});
|
|
122
122
|
const tokens = await auth.authenticate();
|
|
123
123
|
await tokenManager.saveTokens(tokens);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hapticpaper/mcp-server",
|
|
3
3
|
"mcpName": "com.hapticpaper/mcp",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.12",
|
|
5
5
|
"description": "Official MCP Server for Haptic Paper - Connect your account to create human tasks from agentic pipelines.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/index.js",
|