Skip to content
This repository was archived by the owner on May 16, 2025. It is now read-only.

Commit 304c184

Browse files
authored
fix package.json path (#28)
1 parent 40ffbf4 commit 304c184

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@langchain/mcp-adapters",
33
"version": "0.3.0",
44
"description": "LangChain.js adapters for Model Context Protocol (MCP)",
5-
"main": "dist/index.js",
6-
"types": "dist/index.d.ts",
5+
"main": "dist/src/index.js",
6+
"types": "dist/src/index.d.ts",
77
"type": "module",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)