File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed
Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -347,3 +347,5 @@ Workflows are designed to skip jobs if the latest commit is an automated version
3473472. Select the "Prepare Release" workflow.
3483483. Click "Run workflow" and choose the desired bump type (minor or major).
3493494. The workflow will handle the rest!
350+
351+ [//] : # (mcp-name: stackhawk.com/stackhawk-mcp)
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json" ,
3+ "name" : " stackhawk.com/stackhawk-mcp" ,
4+ "description" : " An MCP server that provides interaction with StackHawk's security scanning platform." ,
5+ "status" : " active" ,
6+ "repository" : {
7+ "url" : " https://github.com/stackhawk/stackhawk-mcp" ,
8+ "source" : " github"
9+ },
10+ "version" : " 1.0.0" ,
11+ "packages" : [
12+ {
13+ "registry_type" : " pypi" ,
14+ "registry_base_url" : " https://pypi.org" ,
15+ "identifier" : " stackhawk-mcp" ,
16+ "version" : " 1.0.0" ,
17+ "transport" : {
18+ "type" : " stdio"
19+ },
20+ "environment_variables" : [
21+ {
22+ "description" : " StackHawk API key" ,
23+ "is_required" : true ,
24+ "format" : " string" ,
25+ "is_secret" : true ,
26+ "name" : " STACKHAWK_API_KEY"
27+ }
28+ ]
29+ }
30+ ]
31+ }
You can’t perform that action at this time.
0 commit comments