markitdown
markitdown copied to clipboard
third part plugin for MCP
I looked at the MCP implementation code and I don't see any way to add a third party plugin to it?
Yeah, this is a great feature request. Let me think about the best way to do this.
Probably, the easiest way is provide an environment variable to enable plugins, at which point the library will just load any plugins that are installed. If using Docker, you would just modify the Docker file to install what you need?
What do you think?
I have a draft PR for this here: https://github.com/microsoft/markitdown/pull/1273
Yea I think this is the simplest way for now. Thx for the effort.