@tenonhq/dovetail-mcp 0.0.7 → 0.0.9
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/README.md +2 -2
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ Node 20 LTS required.
|
|
|
21
21
|
|
|
22
22
|
## Environment variables
|
|
23
23
|
|
|
24
|
-
The server reads `.env` of the **calling** project
|
|
24
|
+
The server reads `.env` of the **calling** project. It boots
|
|
25
25
|
even if some integrations are missing — calls to those tools just return a
|
|
26
26
|
clear "not configured" error.
|
|
27
27
|
|
|
@@ -93,7 +93,7 @@ npx @tenonhq/dovetail-mcp
|
|
|
93
93
|
npx @tenonhq/dovetail-mcp --smoke
|
|
94
94
|
```
|
|
95
95
|
|
|
96
|
-
## Wiring into Claude Code
|
|
96
|
+
## Wiring into Claude Code
|
|
97
97
|
|
|
98
98
|
Add the server entry to `.claude/mcp.json` in the consuming project:
|
|
99
99
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tenonhq/dovetail-mcp",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.9",
|
|
4
4
|
"description": "MCP server exposing read tools for ClickUp / Gmail / Calendar / ServiceNow plus gated ClickUp writes, backed by the Dovetail integration packages.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
"license": "GPL-3.0",
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
20
|
-
"@tenonhq/dovetail-clickup": "
|
|
21
|
-
"@tenonhq/dovetail-gmail": "
|
|
22
|
-
"@tenonhq/dovetail-google-auth": "
|
|
23
|
-
"@tenonhq/dovetail-google-calendar": "
|
|
24
|
-
"@tenonhq/dovetail-servicenow": "
|
|
20
|
+
"@tenonhq/dovetail-clickup": "~0.0.12",
|
|
21
|
+
"@tenonhq/dovetail-gmail": "~0.0.11",
|
|
22
|
+
"@tenonhq/dovetail-google-auth": "~0.0.12",
|
|
23
|
+
"@tenonhq/dovetail-google-calendar": "~0.0.11",
|
|
24
|
+
"@tenonhq/dovetail-servicenow": "~0.0.15",
|
|
25
25
|
"dotenv": "^16.3.1",
|
|
26
26
|
"zod": "^3.23.0"
|
|
27
27
|
},
|