|
|
|
|
|
by tuananh
455 days ago
|
|
I'm working on a MCP (model context protocol) server with plugin system backed by WebAssembly and OCI registry. The motivation is that I dont want to add all kinds of MCP servers to my LLM, written in all kind of languages. I just want a single MCP and add capabilities (tools) to the MCP servers via the plugin system (local wasm file, http link or oci image). The project is here https://github.com/tuananh/hyper-mcp |
|