{"openapi":"3.1.0","info":{"title":"Turso CLI","description":"Turso CLI로 엣지 SQLite(libSQL) 데이터베이스를 관리합니다. turso db create로 데이터베이스를 생성하고, turso db shell로 SQL을 직접 실행하며, 글로벌 복제 설정과 인증 토큰을 관리합니다.","version":"1.0.0","x-fusepie-id":"cli-turso","x-fusepie-category":"data","x-fusepie-provider":"Turso"},"servers":[{"url":"brew install tursodatabase/tap/turso","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_cli_turso","summary":"Turso CLI","description":"Turso CLI로 엣지 SQLite(libSQL) 데이터베이스를 관리합니다. turso db create로 데이터베이스를 생성하고, turso db shell로 SQL을 직접 실행하며, 글로벌 복제 설정과 인증 토큰을 관리합니다.","parameters":[{"name":"q","in":"query","description":"Search query or main parameter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}}},"security":[{"apiKey":[]}]}}},"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"Authorization","description":"API key required"}}},"x-mcp-config":{"mcpServers":{"cli-turso":{"command":"npx","args":["-y","@fusepie/mcp-cli-turso"],"env":{"API_KEY":""}}}}}