Extensions in rustcast #41
-
Since GenAI has the ability to call functions through MCP Servers, maybe we could have each extension be a tiny MCP Server extension, that would give people the ability to call and use custom extensions, like say doing google search right inside RustCast. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
The other way would be to maybe make a tiny language / send json code that listens on a port on the system and then use that to communicate with the extension |
Beta Was this translation helpful? Give feedback.
-
|
I really wanna get involved with this project, do you have a discord, i wanna talk about adding extensions as i have a few ideas and am a decently competent rust dev |
Beta Was this translation helpful? Give feedback.
-
|
The other way I've been thinking of is WASM and then we expose the main app struct and existing rust functions. This way, we can allow extensions to utilise existing functions as well. |
Beta Was this translation helpful? Give feedback.
The other way I've been thinking of is WASM and then we expose the main app struct and existing rust functions. This way, we can allow extensions to utilise existing functions as well.