Skip to content

Commit 0f53f86

Browse files
committed
readme updates
1 parent 4818d54 commit 0f53f86

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

README.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -224,38 +224,8 @@ The `depscore` tool allows AI assistants to query the Socket API for dependency
224224
"depname": "fastapi",
225225
"version": "0.100.0"
226226
}
227-
<<<<<<< Updated upstream
228-
```
229-
230-
3. Now you can ask questions about dependency security within your VS Code environment.
231-
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:
232-
233-
```markdown
234-
## Socket MCP Server
235-
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.
236-
237-
When checking dependencies, make sure to also check the imports not just the pyproject.toml/package.json/dependency file.
238-
```
239-
240-
## Development
241-
242-
### Prerequisites
243-
244-
- Node.js v16 or higher
245-
- npm or yarn
246-
247-
### Installation
248-
249-
Clone the repository and install dependencies:
250-
251-
```bash
252-
git clone https://github.com/SocketDev/socket-mcp.git
253-
cd socket-mcp
254-
npm install
255-
=======
256227
]
257228
}
258-
>>>>>>> Stashed changes
259229
```
260230

261231
**Sample Response:**

0 commit comments

Comments
 (0)