Skip to content

Commit 1e30998

Browse files
committed
Rename to @socketsecurity/mcp
This keeps it in line with the rest of the public npm packages we have, and we need to worry about typosquatting slightly less.
1 parent ec44c98 commit 1e30998

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Socket MCP Server
22

3-
A Model Context Protocol (MCP) server for Socket integration, allowing AI assistants to efficiently check dependency vulnerability scores and security information.
3+
A Model Context Protocol (MCP) server for Socket integration, allowing AI assistants to efficiently check dependency vulnerability scores and security information.
44

55
🛠️ This project is in early development and rapidly evolving.
66

@@ -33,7 +33,7 @@ To use this MCP server with Claude Desktop:
3333
1. Install the Socket MCP server:
3434

3535
```bash
36-
npm install -g socket-mcp
36+
npm install -g @socketsecurity/mcp
3737
```
3838

3939
2. Set the API key in your environment:
@@ -110,7 +110,7 @@ To use this MCP server in VS Code:
110110
```
111111

112112
3. Now you can ask questions about dependency security within your VS Code environment.
113-
4. Feel free to add the following to your `.github/copilot-instructions.md` file to control better how the tools is used by your agent:
113+
4. Feel free to add the following to your `.github/copilot-instructions.md` file to control better how the tools is used by your agent:
114114

115115
```markdown
116116
## Socket MCP Server
@@ -179,7 +179,7 @@ socket-mcp
179179

180180
## Adjust tool usage with custom rules
181181

182-
You can further customize how the Socket MCP server interacts with your AI assistant by modifying your client rules. The rules are usually a markdown file and its location depends on the AI assistant you are using.
182+
You can further customize how the Socket MCP server interacts with your AI assistant by modifying your client rules. The rules are usually a markdown file and its location depends on the AI assistant you are using.
183183

184184
| MCP Client | Rules File Location |
185185
|---|---|
@@ -194,4 +194,4 @@ Rules that can be added to the client rules file include the following:
194194
Always check dependency scores with the debscore tool when you add a new dependency. If the score is low, consider using an alternative library or writing the code yourself. If you are unsure about the score, ask for a review from someone with more experience. When checking dependencies, make sure to also check the imports not just the pyproject.toml file.
195195
```
196196

197-
You can adjust the rules to fit your needs. For example, you can add rules to include specific manifest files, or guide the AI assistant on how to handle low scores. The rules are flexible and can be tailored to your workflow.
197+
You can adjust the rules to fit your needs. For example, you can add rules to include specific manifest files, or guide the AI assistant on how to handle low scores. The rules are flexible and can be tailored to your workflow.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "socket-mcp",
2+
"name": "@socketsecurity/mcp",
33
"version": "0.0.1",
44
"type": "module",
55
"main": "./build/index.js",

0 commit comments

Comments
 (0)