react front end show available tools from mcp

This commit is contained in:
2026-03-05 19:32:46 +08:00
parent eb7e85e4e6
commit 3fc3d7288c
4 changed files with 76 additions and 0 deletions

View File

@@ -317,6 +317,19 @@ button:disabled {
margin-top: 10px;
}
.mcp-tools-error {
color: #a33434;
margin: 6px 0 0 0;
}
.mcp-tools-inline {
background: #f8fbff;
border: 1px solid #d7e6f6;
border-radius: 8px;
margin: 0 0 10px 0;
padding: 8px;
}
.mcp-entry-card {
background: #fff;
border: 1px solid #d7e6f6;