Skip to content

Commit bbe6181

Browse files
chore: sync to @black-duck/mcp-server@1.1.6
1 parent 2ea9d74 commit bbe6181

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ Black Duck MCP brings Signal's AI-powered security analysis directly into your d
55
## Key Features & Benefits
66

77
- **Changes Scan**:
8-
- Performs fast, incremental security scans focused only on the code changes introduced by the developer.
8+
- Performs fast, incremental security scans focused only on the code changes introduced by the developer.
99
- Ideal for early-stage detection of issues as code is written
1010
- **File Scan**:
11-
- Runs a targeted security analysis on specific files or directories.
11+
- Runs a targeted security analysis on specific files or directories.
1212
- Best suited for projects that do not use Git or for developers who want to analyze specific portions of the codebase
1313
- **Cross-Platform Support**:
1414
- Works on Windows, macOS, and Linux
@@ -23,7 +23,6 @@ Black Duck MCP brings Signal's AI-powered security analysis directly into your d
2323
### Step 1: Add to your MCP client
2424

2525
Add the following configuration to your MCP client (using Claude user level config as example):
26-
2726
```json
2827
{
2928
"mcpServers": {
@@ -40,7 +39,7 @@ Add the following configuration to your MCP client (using Claude user level conf
4039

4140
### Step 2: Your first scan
4241

43-
Use one of the following prompts in your MCP client to get started:
42+
Use one of following prompts in your MCP client to get you started:
4443

4544
```
4645
Scan my code changes for security vulnerabilities
@@ -95,6 +94,7 @@ You can set these variables in your MCP client configuration:
9594
}
9695
```
9796

97+
9898
## Logging and Troubleshooting
9999

100100
### Log Location
@@ -115,12 +115,12 @@ The following URLs and IP addresses must be accessible for the MCP server to fun
115115

116116
> Ensure your firewall allows outbound HTTPS (port 443) connections to these endpoints
117117
118+
118119
## License Terms
120+
By downloading this package, you are agreeing to the [Black Duck End User License Agreement](https://www.blackduck.com/content/dam/black-duck/en-us/legal/slsa/eSLSA-v2025.1-Global.pdf).
119121

120-
By downloading this package, you are agreeing to the [Black Duck End User License Agreement](https://www.blackduck.com/content/dam/black-duck/en-us/legal/slsa/eSLSA-v2025.1-Global.pdf).
121122

122123
## Resources
123-
124124
- [Documentation](https://documentation.blackduck.com/bundle/signal/page/topics/c_signal_overview.html)
125125
- [Black Duck Signal](https://www.blackduck.com/signal-ai-appsec.html)
126126
- [Contact Us](https://www.blackduck.com/signal-ai-appsec/early-access.html)

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "com.blackduck/mcp-server",
44
"title": "Black Duck Security Scanner",
55
"description": "AI-powered security scanning using Black Duck Signal for vulnerability detection.",
6-
"version": "1.1.5",
6+
"version": "1.1.6",
77
"repository": {
88
"url": "https://github.com/blackducksoftware/mcp-server",
99
"source": "github"
@@ -12,7 +12,7 @@
1212
{
1313
"registryType": "npm",
1414
"identifier": "@black-duck/mcp-server",
15-
"version": "1.1.5",
15+
"version": "1.1.6",
1616
"transport": {
1717
"type": "stdio"
1818
}

0 commit comments

Comments
 (0)