-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathserver.json
More file actions
23 lines (23 loc) · 658 Bytes
/
server.json
File metadata and controls
23 lines (23 loc) · 658 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
"name": "io.github.jacksenechal/scan-mcp",
"description": "MCP server for scanner discovery and batch capture via SANE",
"status": "active",
"website_url": "https://github.com/jacksenechal/scan-mcp",
"repository": {
"url": "https://github.com/jacksenechal/scan-mcp",
"source": "github"
},
"version": "0.2.0",
"packages": [
{
"registry_type": "npm",
"registry_base_url": "https://registry.npmjs.org",
"identifier": "scan-mcp",
"version": "0.2.0",
"transport": {
"type": "stdio"
}
}
]
}