stack-sentinel

jlausbr/stack-sentinel
★ 0 stars Python API Integration Updated 14d ago
Hub de investigação técnica para devs. Parte 1: serviço mockado (FastAPI), uma tool tipada (fetch_ticket_context) e um MCP Server mínimo expondo essa tool.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "stack-sentinel": {
      "command": "uvx",
      "args": [
        "stack-sentinel"
      ]
    }
  }
}

Or install with pip: pip install stack-sentinel

README Excerpt

Hub de investigação técnica para devs. Parte 1: serviço mockado (FastAPI), uma tool tipada (`fetch_ticket_context`) e um MCP Server mínimo expondo essa tool. ```bash uv run uvicorn stack_sentinel.mock.api:app --port 8001 # sobe a mock API uv run mcp dev src/stack_sentinel/mcp_server/server.py # abre o MCP Inspector pra chamar a tool