Skip to content

Conversation

caomengxuan666
Copy link
Owner

  • Enable writing MCP tools in Python to lower the barrier for contributors
  • Allow developers to create and submit plugins using Python scripts
  • This branch introduces initial Python plugin support via pybind11 and embedded interpreter
  • Known issues remain, including initialization timing and DLL loading on Windows
  • Further refactoring and stability fixes are required before production use
  • We used pybind so that we can easily convert python into shared libraries to use.

- Enable writing MCP tools in Python to lower the barrier for contributors
- Allow developers to create and submit plugins using Python scripts
- This branch introduces initial Python plugin support via pybind11 and embedded interpreter
- Known issues remain, including initialization timing and DLL loading on Windows
- Further refactoring and stability fixes are required before production use
- We used pybind so that we can easily convert python into shared libraries to use.
@caomengxuan666 caomengxuan666 merged commit a5f5ad0 into master Aug 25, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant