#!/bin/bash
# Quick start script for Fusion 360 MCP Server
cd "$(dirname "$0")"
echo "Starting Fusion 360 MCP Server..."
echo "Server will be available at: http://localhost:8888"
echo "Press Ctrl+C to stop"
echo ""
# Use system Python to avoid code signing issues
python3 server.py