We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5135913 commit 3593d84Copy full SHA for 3593d84
1 file changed
EXTENSIONS.md
@@ -0,0 +1,17 @@
1
+# RUSTCAST EXTENSIONS
2
+
3
+## Preamble:
4
5
+RustCast doesn't support extensions yet.
6
7
+However, it is in my todo list to support them.
8
9
+This page is currently about methods that might be used to add extensions to
10
+RustCast.
11
12
+## Methods:
13
14
+1. Using an MCP server.
15
+ - MCP Servers are used by GenAI to call functions and retrieve data.
16
+ - Maybe if we stripped the AI from MCP Servers, they could be used for
17
+ extensions, not just in rustcast, but in all projects.
0 commit comments