Skip to content

Commit 2274463

Browse files
committed
Added axios dependency
1 parent 96d3a73 commit 2274463

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.yarn/install-state.gz

11.4 KB
Binary file not shown.

packages/mcp-server/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
},
2626
"dependencies": {
2727
"@modelcontextprotocol/sdk": "^1.7.0",
28+
"axios": "^1.10.0",
2829
"cors": "^2.8.5",
2930
"dotenv": "^16.5.0",
3031
"express": "^4.21.2",

yarn.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3509,6 +3509,7 @@ __metadata:
35093509
"@modelcontextprotocol/sdk": "npm:^1.7.0"
35103510
"@types/cors": "npm:^2.8.17"
35113511
"@types/express": "npm:^5.0.0"
3512+
axios: "npm:^1.10.0"
35123513
cors: "npm:^2.8.5"
35133514
dotenv: "npm:^16.5.0"
35143515
express: "npm:^4.21.2"
@@ -5023,7 +5024,7 @@ __metadata:
50235024
languageName: node
50245025
linkType: hard
50255026

5026-
"axios@npm:^1.4.0, axios@npm:^1.6.2":
5027+
"axios@npm:^1.10.0, axios@npm:^1.4.0, axios@npm:^1.6.2":
50275028
version: 1.10.0
50285029
resolution: "axios@npm:1.10.0"
50295030
dependencies:

0 commit comments

Comments
 (0)