Skip to content

Commit e08c48e

Browse files
committed
feat: public access
1 parent 2eb4e51 commit e08c48e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/usehooks-mcp/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "mcp-usehooks",
3-
"access": "public",
3+
"publishConfig": {
4+
"access": "public"
5+
},
6+
"private": false,
47
"version": "1.2.0",
58
"description": "MCP server to explore React hooks from usehooks.io with enhanced formatting and caching",
69
"type": "module",

0 commit comments

Comments
 (0)