File tree Expand file tree Collapse file tree 2 files changed +9
-11
lines changed
Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -350,4 +350,4 @@ Workflows are designed to skip jobs if the latest commit is an automated version
350350
351351# # MCP Registry name
352352
353- mcp-name : com.stackhawk/*
353+ mcp-name : com.stackhawk/stackhawk
Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://static.modelcontextprotocol.io/schemas/2025-07-09 /server.schema.json" ,
3- "name" : " stackhawk. com/stackhawk-mcp " ,
2+ "$schema" : " https://static.modelcontextprotocol.io/schemas/2025-10-17 /server.schema.json" ,
3+ "name" : " com.stackhawk /stackhawk" ,
44 "description" : " An MCP server that provides interaction with StackHawk's security scanning platform." ,
5- "status" : " active" ,
65 "repository" : {
76 "url" : " https://github.com/stackhawk/stackhawk-mcp" ,
87 "source" : " github"
98 },
10- "version" : " 1.0 .0" ,
9+ "version" : " 1.1 .0" ,
1110 "packages" : [
1211 {
13- "registry_type" : " pypi" ,
14- "registry_base_url" : " https://pypi.org" ,
12+ "registryType" : " pypi" ,
1513 "identifier" : " stackhawk-mcp" ,
16- "version" : " 1.0 .0" ,
14+ "version" : " 1.1 .0" ,
1715 "transport" : {
1816 "type" : " stdio"
1917 },
20- "environment_variables " : [
18+ "environmentVariables " : [
2119 {
2220 "description" : " StackHawk API key" ,
23- "is_required " : true ,
21+ "isRequired " : true ,
2422 "format" : " string" ,
25- "is_secret " : true ,
23+ "isSecret " : true ,
2624 "name" : " STACKHAWK_API_KEY"
2725 }
2826 ]
You can’t perform that action at this time.
0 commit comments