{"name":"cursor-ndjson-ingest","displayName":"Cursor NDJSON Ingest","description":"HTTP server for ingesting NDJSON logs to workspace/.cursor/debug.log","author":"Anysphere, Inc.","publisher":"anysphere","version":"0.0.1","private":true,"repository":{"type":"git","url":"https://github.com/getcursor/cursor"},"engines":{"vscode":"^1.43.0","yarn":"please-use-npm"},"extensionKind":["workspace"],"activationEvents":["onCommand:cursor.ndjsonIngest.start"],"main":"./dist/main","contributes":{"commands":[{"command":"cursor.ndjsonIngest.start","title":"Cursor NDJSON Ingest: Start Server"},{"command":"cursor.ndjsonIngest.stop","title":"Cursor NDJSON Ingest: Stop Server"},{"command":"cursor.ndjsonIngest.copyCurl","title":"Cursor NDJSON Ingest: Copy curl command"},{"command":"cursor.ndjsonIngest.showStatus","title":"Cursor NDJSON Ingest: Show server info"}],"configuration":{"title":"NDJSON Ingest","properties":{"ndjson.port":{"type":"number","default":0,"minimum":0,"maximum":65535,"description":"Port for NDJSON ingest server. Set to 0 for auto-allocation in range 7242-7942."},"ndjson.bindAddress":{"type":"string","default":"127.0.0.1","description":"Address to bind the NDJSON ingest server to.\nWARNING: Setting this to a non-localhost address (e.g., 0.0.0.0) exposes this endpoint to the external network, which is potentially dangerous as it allows remote access to the log ingestion endpoint."}}}}}