#!/bin/bash

# Set environment variable to indicate we're running with MCP inspector
export MCP_INSPECTOR=true

# Run the MCP inspector with our server
npx @modelcontextprotocol/inspector npx -y @jocebal/mcp-server-oci --profile DEFAULT
