Skip to content

Commit a2749cc

Browse files
committed
chore: fix up docs usage
1 parent ea5ff84 commit a2749cc

File tree

1 file changed

+22
-8
lines changed

1 file changed

+22
-8
lines changed

README.md

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ Edit your Claude Desktop MCP Servers configuration file (located on macOS here:
3030

3131
```json
3232
{
33-
"mcpServers": {
34-
"nodejs-api-docs": {
35-
"command": "npx",
36-
"args": ["-y", "mcp-server-nodejs-api-docs"]
37-
}
33+
"mcpServers": {
34+
"nodejs-api-docs": {
35+
"command": "npx",
36+
"args": ["-y", "mcp-server-nodejs-api-docs"]
3837
}
3938
}
39+
}
4040
```
4141

4242
## Usage for Cursor AI:
@@ -46,18 +46,32 @@ Edit your Cursor AI MCP file (located at `~/.cursor/mcp.json`) and add the follo
4646
```json
4747
{
4848
"mcpServers": {
49-
"server-name": {
49+
"nodejs-api-docs": {
5050
"command": "npx",
51-
"args": ["-y", "mcp-server-nodejs-api-docs"],
51+
"args": ["-y", "mcp-server-nodejs-api-docs"]
5252
}
5353
}
5454
}
5555
```
5656

57+
## Development
58+
59+
To build the project with Docker locally run:
60+
61+
```bash
62+
docker build -t mcp-server-nodejs-api-docs .
63+
```
64+
65+
Then run the container as follows for your MCP Server configuration:
66+
67+
```bash
68+
docker run -i --rm --init -e DOCKER_CONTAINER=true mcp-server-nodejs-api-docs
69+
```
70+
5771
## Contributing
5872

5973
Please consult [CONTRIBUTING](./.github/CONTRIBUTING.md) for guidelines on contributing to this project.
6074

6175
## Author
6276

63-
**mcp-server-nodejs-api-docs** © [Liran Tal](https://github.com/lirantal), Released under the [Apache-2.0](./LICENSE) License.
77+
**mcp-server-nodejs-api-docs** © [Liran Tal](https://github.com/lirantal), Released under the [Apache-2.0](./LICENSE) License.

0 commit comments

Comments
 (0)