@ehrocks/fe-mcp-server 1.0.3 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -4
- package/dist/index.js +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,6 @@ An MCP server for searching Hero Design System components.
|
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
|
-
- Ensure you have configured `EH_GITHUB_PKG_TOKEN` to read the internal npm package. [Read more](https://employmenthero.atlassian.net/wiki/spaces/WEBPLATFORM/pages/3314778914/PRD+Experimental+migrating+private+package+hosting+to+Github+Packages#Prerequisite)
|
|
8
7
|
- Update mcp config from Cursor, e.g. on macOS `~/.cursor/mcp.json`
|
|
9
8
|
```
|
|
10
9
|
{
|
|
@@ -13,9 +12,7 @@ An MCP server for searching Hero Design System components.
|
|
|
13
12
|
"command": "npx",
|
|
14
13
|
"args": [
|
|
15
14
|
"-y",
|
|
16
|
-
"
|
|
17
|
-
"--//npm.pkg.github.com/:_authToken=${EH_GITHUB_PKG_TOKEN}",
|
|
18
|
-
"@thinkei/fe-mcp-server"
|
|
15
|
+
"@ehrocks/fe-mcp-server"
|
|
19
16
|
]
|
|
20
17
|
}
|
|
21
18
|
}
|
package/dist/index.js
CHANGED
|
File without changes
|