0.1.0pypi · hephaestus-setup-mcp · current release
Observed 2026-08-23T23:50:28.654Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.
{
"experimental": {},
"logging": {},
"prompts": {
"listChanged": false
},
"resources": {
"subscribe": false,
"listChanged": false
},
"tools": {
"listChanged": true
},
"extensions": {
"io.modelcontextprotocol/ui": {}
}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
check_prerequisitesCheck if all required tools are installed for running Hephaestus.Input schema{
"additionalProperties": false,
"properties": {},
"type": "object"
}Output schema{
"additionalProperties": true,
"type": "object"
} | — | — · — | — |
check_servicesCheck the status of Docker daemon, Qdrant, and MCP server.Input schema{
"additionalProperties": false,
"properties": {},
"type": "object"
}Output schema{
"additionalProperties": true,
"type": "object"
} | — | — · — | — |
health_checkPerform comprehensive health check of all Hephaestus services.Input schema{
"additionalProperties": false,
"properties": {},
"type": "object"
}Output schema{
"additionalProperties": true,
"type": "object"
} | — | — · — | — |
start_qdrantStart the Qdrant vector database container.Input schema{
"additionalProperties": false,
"properties": {},
"type": "object"
}Output schema{
"additionalProperties": true,
"type": "object"
} | — | — · — | — |
stop_qdrantStop the Qdrant container.Input schema{
"additionalProperties": false,
"properties": {
"remove_volume": {
"default": false,
"type": "boolean"
}
},
"type": "object"
}Output schema{
"additionalProperties": true,
"type": "object"
} | — | — · — | — |
validate_envValidate the .env file has required API keys configured.Input schema{
"additionalProperties": false,
"properties": {},
"type": "object"
}Output schema{
"additionalProperties": true,
"type": "object"
} | — | — · — | — |
view_logsView recent logs from a Hephaestus service (qdrant, server, or monitor).Input schema{
"additionalProperties": false,
"properties": {
"service": {
"default": "qdrant",
"type": "string"
},
"lines": {
"default": 50,
"type": "integer"
}
},
"type": "object"
}Output schema{
"additionalProperties": true,
"type": "object"
} | — | — · — | — |