Skip to content

feat(plugins): Add Python plugin support for MCP server.#1

Merged
caomengxuan666 merged 1 commit intomasterfrom
fix/python-plugin-support
Aug 25, 2025
Merged

feat(plugins): Add Python plugin support for MCP server.#1
caomengxuan666 merged 1 commit intomasterfrom
fix/python-plugin-support

Conversation

@caomengxuan666
Copy link
Copy Markdown
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