Skip to content

Commit 1a76964

Browse files
committed
Merge branch 'main' of github.com:SocketDev/socket-mcp
2 parents a082ba2 + 481e816 commit 1a76964

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,11 @@ 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 tool is used by your agent:
114114

115115
```markdown
116116
## Socket MCP Server
117-
Always check the dependencies scores with the depscore tool when you add a new dependency. If the score is low, consider using an alternative library or writing the code yourself. If you decide to use a library with a low score, make sure to document the reasons for your choice. If you are unsure about the score, ask for a review from someone with more experience.
117+
Always check the dependency scores with the depscore tool when you add a new dependency. If the score is low, consider using an alternative library or writing the code yourself. If you decide to use a library with a low score, make sure to document the reasons for your choice. If you are unsure about the score, ask for a review from someone with more experience.
118118

119119
When checking dependencies, make sure to also check the imports not just the pyproject.toml/package.json/dependency file.
120120
```
@@ -191,7 +191,7 @@ You can further customize how the Socket MCP server interacts with your AI assis
191191
Rules that can be added to the client rules file include the following:
192192

193193
```md
194-
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.
194+
Always check dependency scores with the depscore 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/package.json/dependency file.
195195
```
196196

197197
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.

0 commit comments

Comments
 (0)