Skip to content

Commit edc6eb6

Browse files
authored
Merge pull request #72 from stackhawk/feature/anthropic-mcp-registry
Anthropic mcp registry config
2 parents 4c30047 + f61476c commit edc6eb6

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

server.json

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,26 @@
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
]

0 commit comments

Comments
 (0)