@adrata/adrata-mcp 1.0.0 → 1.0.1
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/package.json +7 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adrata/adrata-mcp",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Adrata MCP Server
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"description": "Adrata MCP Server \u2014 connect Claude Code, Codex, Gemini, Cursor, and other AI tools to your CRM. 80+ tools for companies, people, deals, actions, buyer groups, warm intros, webhooks, intelligence, and more.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "server.js",
|
|
7
7
|
"bin": {
|
|
@@ -32,7 +32,8 @@
|
|
|
32
32
|
},
|
|
33
33
|
"repository": {
|
|
34
34
|
"type": "git",
|
|
35
|
-
"url": "https://
|
|
35
|
+
"url": "https://github.com/adrata/adrata",
|
|
36
|
+
"directory": "code/mcp"
|
|
36
37
|
},
|
|
37
38
|
"homepage": "https://adrata.com",
|
|
38
39
|
"engines": {
|
|
@@ -64,5 +65,8 @@
|
|
|
64
65
|
"@hono/node-server": "2.0.12",
|
|
65
66
|
"fast-uri": "3.1.4",
|
|
66
67
|
"hono": "4.12.27"
|
|
68
|
+
},
|
|
69
|
+
"bugs": {
|
|
70
|
+
"url": "https://github.com/adrata/adrata/issues"
|
|
67
71
|
}
|
|
68
72
|
}
|