Skip to content

Commit f006572

Browse files
authored
chore(mcp): update package to be private (#6606)
1 parent e07036b commit f006572

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/mcp/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "@primer/mcp",
3+
"private": true,
34
"description": "An MCP server that connects AI tools to the Primer Design System",
4-
"version": "0.0.2",
5+
"version": "0.0.3",
56
"type": "module",
67
"bin": {
78
"mcp": "./bin/mcp.js"

0 commit comments

Comments
 (0)