Skip to content

Commit a77f27a

Browse files
committed
🐛 make axios a full dependency
1 parent 27b50ca commit a77f27a

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

package-lock.json

+1-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "attio-mcp-server",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "A Model Context Protocol server that connects Attio to LLMs",
55
"main": "dist/index.js",
66
"module": "dist/index.js",
@@ -21,14 +21,14 @@
2121
],
2222
"dependencies": {
2323
"@modelcontextprotocol/sdk": "^1.4.1",
24+
"axios": "^1.7.9",
2425
"shx": "^0.3.4",
2526
"typescript": "^5.7.2"
2627
},
2728
"author": "@hmk",
2829
"license": "BSD-3-Clause",
2930
"devDependencies": {
3031
"@types/jest": "^29.5.14",
31-
"axios": "^1.7.9",
3232
"jest": "^29.7.0",
3333
"ts-jest": "^29.2.5",
3434
"tsx": "^4.19.2"

0 commit comments

Comments
 (0)