You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor ElicitationCard and update README highlights
Enhanced ElicitationCard.vue to improve property normalization, dynamic model handling, and input rendering for various schema types. Updated README.md to clarify feature highlights and added a detailed MCP features table.
Copy file name to clipboardExpand all lines: README.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ This repository is essentially an **LLM chat desktop application based on MCP**.
14
14
15
15
Given the considerations regarding the quality and safety of AI-generated content, this project employs strict syntax checks and naming conventions. Therefore, for any further development, please ensure that you use the linting tools I've set up to check and automatically fix syntax issues.
16
16
17
-
## ✨ Features
17
+
## ✨ Highlights
18
18
19
19
- ✨ Accelerate AI tool integration via MCP
20
20
- ✨ Orchestrate cross-vendor LLM APIs through dynamic configuring
@@ -25,6 +25,19 @@ Given the considerations regarding the quality and safety of AI-generated conten
25
25
- ✨ Global state management through the Pinia store
26
26
- ✨ Quick support through the GitHub community and official documentation
27
27
28
+
## 🔥 MCP features
29
+
30
+
| Status | Feature | Category | Note |
31
+
| --- | --- | --- | --- |
32
+
| ✅ |[Tools](https://modelcontextprotocol.io/specification/latest/server/tools)| Server ||
33
+
| ✅ |[Prompts](https://modelcontextprotocol.io/specification/latest/server/prompts)| Server ||
34
+
| ✅ |[Resources](https://modelcontextprotocol.io/specification/latest/server/resources)| Server ||
35
+
| 🔲 |[Roots](https://modelcontextprotocol.io/specification/latest/client/roots)| Client | This is generally only used for the Vibe Coding IDE and can typically be configured through server environment variables. |
| ✅ |[Discovery](https://github.com/modelcontextprotocol/registry)| Registry | Provides real-time MCP server discovery on the MCP registry |
39
+
| ✅ |[MCPB](https://github.com/modelcontextprotocol/mcpb)| Extension | MCP Bundles (.mcpb) is the new name for what was previously known as Desktop Extensions (.dxt) |
40
+
28
41
## 🚀 Getting Started
29
42
30
43
You can quickly get started with the project through a variety of options tailored to your role and needs:
0 commit comments