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

Commit 176b894

Browse files
committed
feat: Update package description and keywords in package.json
1 parent bf929ba commit 176b894

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

package.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mcp-use",
33
"type": "module",
44
"version": "0.0.1",
5-
"description": "MCP Use",
5+
"description": "A utility library for integrating Model Context Protocol (MCP) with LangChain, Zod, and related tools. Provides helpers for schema conversion, event streaming, and SDK usage.",
66
"author": "Zane",
77
"license": "MIT",
88
"homepage": "https://github.com/zandko/mcp-use#readme",
@@ -13,6 +13,18 @@
1313
"bugs": {
1414
"url": "https://github.com/zandko/mcp-use/issues"
1515
},
16+
"keywords": [
17+
"MCP",
18+
"Model Context Protocol",
19+
"LangChain",
20+
"Zod",
21+
"schema",
22+
"SDK",
23+
"eventsource",
24+
"AI",
25+
"utility",
26+
"typescript"
27+
],
1628
"exports": {
1729
".": {
1830
"types": "./dist/index.d.ts",
@@ -26,7 +38,7 @@
2638
"dist"
2739
],
2840
"publishConfig": {
29-
"access": "public"
41+
"registry": "https://registry.npmjs.org"
3042
},
3143
"scripts": {
3244
"build": "tsc && shx chmod +x dist/*.js",

0 commit comments

Comments
 (0)