feat: 扩展 MCP AI 友好检索层

This commit is contained in:
ILoveBingLu
2026-04-01 22:00:47 +08:00
parent f5ca04ad51
commit fe8bcf7cd9
6 changed files with 1074 additions and 117 deletions
+2 -2
View File
@@ -258,7 +258,7 @@ function McpPage() {
<Box>
<Typography sx={{ fontWeight: 600, color: 'var(--text-primary)' }}></Typography>
<Typography sx={{ mt: 0.5, fontSize: 13, color: 'var(--text-secondary)' }}>
`get_messages`
`get_messages``search_messages``get_session_context`
</Typography>
</Box>
<Switch
@@ -328,7 +328,7 @@ function McpPage() {
<Stack direction={{ xs: 'column', sm: 'row' }} spacing={1.2} justifyContent="space-between" alignItems={{ xs: 'stretch', sm: 'center' }}>
<Typography sx={{ fontSize: 13, color: 'var(--text-secondary)' }}>
v1 `health_check``get_status``list_sessions``get_messages`
v1 `health_check``get_status``list_sessions``get_messages``list_contacts``search_messages``get_session_context`
</Typography>
<Button
variant="contained"