Update README.md

This commit is contained in:
ahujasid 2025-03-11 11:39:07 +05:30 committed by GitHub
parent b8d2902d7e
commit 1746d6b806
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -119,16 +119,12 @@ The system uses a simple JSON-based protocol over TCP sockets:
- **Commands** are sent as JSON objects with a `type` and optional `params` - **Commands** are sent as JSON objects with a `type` and optional `params`
- **Responses** are JSON objects with a `status` and `result` or `message` - **Responses** are JSON objects with a `status` and `result` or `message`
### Security Considerations ## Limitations & Security Considerations
The `execute_blender_code` tool allows running arbitrary Python code in Blender, which can be powerful but potentially dangerous. Use with caution in production environments. ALWAYS save your work before using it. - The `execute_blender_code` tool allows running arbitrary Python code in Blender, which can be powerful but potentially dangerous. Use with caution in production environments. ALWAYS save your work before using it.
## Limitations
- The connection is local only (localhost)
- Large data transfers may cause timeouts
- Complex operations might need to be broken down into smaller steps - Complex operations might need to be broken down into smaller steps
## Contributing ## Contributing
Contributions are welcome! Please feel free to submit a Pull Request. Contributions are welcome! Please feel free to submit a Pull Request.