@lobehub/chat 1.96.19 → 1.97.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.env.example +7 -0
- package/CHANGELOG.md +50 -0
- package/apps/desktop/package.json +1 -1
- package/apps/desktop/src/main/core/Browser.ts +2 -1
- package/apps/desktop/src/main/utils/next-electron-rsc.ts +15 -8
- package/changelog/v1.json +18 -0
- package/locales/ar/discover.json +452 -12
- package/locales/ar/metadata.json +4 -0
- package/locales/ar/plugin.json +89 -2
- package/locales/ar/setting.json +1 -0
- package/locales/bg-BG/discover.json +452 -12
- package/locales/bg-BG/metadata.json +4 -0
- package/locales/bg-BG/plugin.json +89 -2
- package/locales/bg-BG/setting.json +1 -0
- package/locales/de-DE/discover.json +452 -12
- package/locales/de-DE/metadata.json +4 -0
- package/locales/de-DE/plugin.json +89 -2
- package/locales/de-DE/setting.json +1 -0
- package/locales/en-US/discover.json +452 -12
- package/locales/en-US/metadata.json +4 -0
- package/locales/en-US/plugin.json +89 -2
- package/locales/en-US/setting.json +1 -0
- package/locales/es-ES/discover.json +452 -12
- package/locales/es-ES/metadata.json +4 -0
- package/locales/es-ES/plugin.json +89 -2
- package/locales/es-ES/setting.json +1 -0
- package/locales/fa-IR/discover.json +452 -12
- package/locales/fa-IR/metadata.json +4 -0
- package/locales/fa-IR/plugin.json +89 -2
- package/locales/fa-IR/setting.json +1 -0
- package/locales/fr-FR/discover.json +452 -12
- package/locales/fr-FR/metadata.json +4 -0
- package/locales/fr-FR/plugin.json +89 -2
- package/locales/fr-FR/setting.json +1 -0
- package/locales/it-IT/discover.json +452 -12
- package/locales/it-IT/metadata.json +4 -0
- package/locales/it-IT/plugin.json +89 -2
- package/locales/it-IT/setting.json +1 -0
- package/locales/ja-JP/discover.json +452 -12
- package/locales/ja-JP/metadata.json +4 -0
- package/locales/ja-JP/plugin.json +89 -2
- package/locales/ja-JP/setting.json +1 -0
- package/locales/ko-KR/discover.json +452 -12
- package/locales/ko-KR/metadata.json +4 -0
- package/locales/ko-KR/plugin.json +89 -2
- package/locales/ko-KR/setting.json +1 -0
- package/locales/nl-NL/discover.json +452 -12
- package/locales/nl-NL/metadata.json +4 -0
- package/locales/nl-NL/plugin.json +89 -2
- package/locales/nl-NL/setting.json +1 -0
- package/locales/pl-PL/discover.json +452 -12
- package/locales/pl-PL/metadata.json +4 -0
- package/locales/pl-PL/plugin.json +89 -2
- package/locales/pl-PL/setting.json +1 -0
- package/locales/pt-BR/discover.json +452 -12
- package/locales/pt-BR/metadata.json +4 -0
- package/locales/pt-BR/plugin.json +89 -2
- package/locales/pt-BR/setting.json +1 -0
- package/locales/ru-RU/discover.json +452 -12
- package/locales/ru-RU/metadata.json +4 -0
- package/locales/ru-RU/plugin.json +89 -2
- package/locales/ru-RU/setting.json +1 -0
- package/locales/tr-TR/discover.json +452 -12
- package/locales/tr-TR/metadata.json +4 -0
- package/locales/tr-TR/plugin.json +89 -2
- package/locales/tr-TR/setting.json +1 -0
- package/locales/vi-VN/discover.json +452 -12
- package/locales/vi-VN/metadata.json +4 -0
- package/locales/vi-VN/plugin.json +89 -2
- package/locales/vi-VN/setting.json +1 -0
- package/locales/zh-CN/discover.json +452 -12
- package/locales/zh-CN/metadata.json +8 -4
- package/locales/zh-CN/plugin.json +89 -2
- package/locales/zh-CN/setting.json +1 -0
- package/locales/zh-TW/discover.json +452 -12
- package/locales/zh-TW/metadata.json +4 -0
- package/locales/zh-TW/plugin.json +89 -2
- package/locales/zh-TW/setting.json +1 -0
- package/next.config.ts +70 -19
- package/package.json +6 -2
- package/scripts/buildSitemapIndex/index.ts +9 -4
- package/src/app/(backend)/trpc/lambda/[trpc]/route.ts +5 -0
- package/src/app/[variants]/(main)/_layout/Mobile/index.tsx +5 -4
- package/src/app/[variants]/(main)/chat/(workspace)/@conversation/features/ChatList/WelcomeChatItem/InboxWelcome/AgentsSuggest.tsx +31 -45
- package/src/app/[variants]/(main)/discover/(detail)/_layout/Desktop.tsx +8 -6
- package/src/app/[variants]/(main)/discover/(detail)/_layout/Mobile/Header.tsx +3 -2
- package/src/app/[variants]/(main)/discover/(detail)/_layout/Mobile/index.tsx +5 -1
- package/src/app/[variants]/(main)/discover/(detail)/assistant/[...slugs]/Client.tsx +40 -0
- package/src/app/[variants]/(main)/discover/(detail)/assistant/[...slugs]/features/DetailProvider.tsx +19 -0
- package/src/app/[variants]/(main)/discover/(detail)/assistant/[...slugs]/features/Details/Capabilities/Block.tsx +27 -0
- package/src/app/[variants]/(main)/discover/(detail)/assistant/[...slugs]/features/Details/Capabilities/Knowledge.tsx +33 -0
- package/src/app/[variants]/(main)/discover/(detail)/assistant/[...slugs]/features/Details/Capabilities/KnowledgeItem.tsx +58 -0
- package/src/app/[variants]/(main)/discover/(detail)/assistant/[...slugs]/features/Details/Capabilities/PluginItem.tsx +68 -0
- package/src/app/[variants]/(main)/discover/(detail)/assistant/[...slugs]/features/Details/Capabilities/Plugins.tsx +32 -0
- package/src/app/[variants]/(main)/discover/(detail)/assistant/[...slugs]/features/Details/Capabilities/index.tsx +37 -0
- package/src/app/[variants]/(main)/discover/(detail)/assistant/[...slugs]/features/Details/Nav.tsx +121 -0
- package/src/app/[variants]/(main)/discover/(detail)/assistant/[...slugs]/features/Details/Overview/TagList.tsx +47 -0
- package/src/app/[variants]/(main)/discover/(detail)/assistant/[...slugs]/features/Details/Overview/index.tsx +96 -0
- package/src/app/[variants]/(main)/discover/(detail)/assistant/[...slugs]/features/Details/Related/index.tsx +31 -0
- package/src/app/[variants]/(main)/discover/(detail)/assistant/[...slugs]/features/Details/SystemRole/TagList.tsx +47 -0
- package/src/app/[variants]/(main)/discover/(detail)/assistant/[...slugs]/features/Details/SystemRole/index.tsx +54 -0
- package/src/app/[variants]/(main)/discover/(detail)/assistant/[...slugs]/features/Details/index.tsx +49 -0
- package/src/app/[variants]/(main)/discover/(detail)/assistant/[...slugs]/features/Header.tsx +176 -0
- package/src/app/[variants]/(main)/discover/(detail)/assistant/{[slug]/features → [...slugs]/features/Sidebar/ActionButton}/AddAgent.tsx +22 -21
- package/src/app/[variants]/(main)/discover/(detail)/assistant/[...slugs]/features/Sidebar/ActionButton/index.tsx +31 -0
- package/src/app/[variants]/(main)/discover/(detail)/assistant/[...slugs]/features/Sidebar/Related/Item.tsx +57 -0
- package/src/app/[variants]/(main)/discover/(detail)/assistant/[...slugs]/features/Sidebar/Related/index.tsx +43 -0
- package/src/app/[variants]/(main)/discover/(detail)/assistant/[...slugs]/features/Sidebar/Summary/index.tsx +38 -0
- package/src/app/[variants]/(main)/discover/(detail)/assistant/[...slugs]/features/Sidebar/TocList/index.tsx +77 -0
- package/src/app/[variants]/(main)/discover/(detail)/assistant/[...slugs]/features/Sidebar/index.tsx +46 -0
- package/src/app/[variants]/(main)/discover/(detail)/assistant/[...slugs]/loading.tsx +48 -0
- package/src/app/[variants]/(main)/discover/(detail)/{plugin/[slug] → assistant/[...slugs]}/page.tsx +39 -42
- package/src/app/[variants]/(main)/discover/(detail)/features/Breadcrumb.tsx +56 -0
- package/src/app/[variants]/(main)/discover/(detail)/features/DetailLayout.tsx +0 -1
- package/src/app/[variants]/(main)/discover/(detail)/features/MakedownRender.tsx +44 -0
- package/src/app/[variants]/(main)/discover/(detail)/features/ShareButton.tsx +4 -3
- package/src/app/[variants]/(main)/discover/(detail)/features/Toc/Heading.tsx +108 -0
- package/src/app/[variants]/(main)/discover/(detail)/features/Toc/index.tsx +92 -0
- package/src/app/[variants]/(main)/discover/(detail)/features/Toc/useToc.tsx +66 -0
- package/src/app/[variants]/(main)/discover/(detail)/mcp/[slug]/Client.tsx +43 -0
- package/src/app/[variants]/(main)/discover/(detail)/mcp/[slug]/features/Details/Related/index.tsx +32 -0
- package/src/app/[variants]/(main)/discover/(detail)/mcp/[slug]/features/Details/Versions/index.tsx +76 -0
- package/src/app/[variants]/(main)/discover/(detail)/mcp/[slug]/features/Details/index.tsx +59 -0
- package/src/app/[variants]/(main)/discover/(detail)/mcp/[slug]/features/Sidebar/ActionButton/index.tsx +84 -0
- package/src/app/[variants]/(main)/discover/(detail)/mcp/[slug]/features/Sidebar/ConnectionTypeAlert.tsx +35 -0
- package/src/app/[variants]/(main)/discover/(detail)/mcp/[slug]/features/Sidebar/Related/Item.tsx +57 -0
- package/src/app/[variants]/(main)/discover/(detail)/mcp/[slug]/features/Sidebar/Related/index.tsx +44 -0
- package/src/app/[variants]/(main)/discover/(detail)/mcp/[slug]/features/Sidebar/ServerConfig.tsx +36 -0
- package/src/app/[variants]/(main)/discover/(detail)/mcp/[slug]/features/Sidebar/TocList/index.tsx +98 -0
- package/src/app/[variants]/(main)/discover/(detail)/mcp/[slug]/features/Sidebar/index.tsx +58 -0
- package/src/app/[variants]/(main)/discover/(detail)/mcp/[slug]/loading.tsx +1 -0
- package/src/app/[variants]/(main)/discover/(detail)/mcp/[slug]/page.tsx +103 -0
- package/src/app/[variants]/(main)/discover/(detail)/model/[...slugs]/Client.tsx +40 -0
- package/src/app/[variants]/(main)/discover/(detail)/model/[...slugs]/features/DetailProvider.tsx +19 -0
- package/src/app/[variants]/(main)/discover/(detail)/model/[...slugs]/features/Details/Nav.tsx +90 -0
- package/src/app/[variants]/(main)/discover/(detail)/model/[...slugs]/features/Details/Overview/ProviderList/index.tsx +179 -0
- package/src/app/[variants]/(main)/discover/(detail)/model/[...slugs]/features/Details/Overview/index.tsx +22 -0
- package/src/app/[variants]/(main)/discover/(detail)/model/[...slugs]/features/{ParameterList → Details/Parameter}/ParameterItem.tsx +1 -1
- package/src/app/[variants]/(main)/discover/(detail)/model/[...slugs]/features/{ParameterList → Details/Parameter}/index.tsx +11 -11
- package/src/app/[variants]/(main)/discover/(detail)/model/[...slugs]/features/Details/Related/index.tsx +31 -0
- package/src/app/[variants]/(main)/discover/(detail)/model/[...slugs]/features/Details/index.tsx +47 -0
- package/src/app/[variants]/(main)/discover/(detail)/model/[...slugs]/features/Header.tsx +84 -59
- package/src/app/[variants]/(main)/discover/(detail)/model/[...slugs]/features/Sidebar/ActionButton/ChatWithModel.tsx +92 -0
- package/src/app/[variants]/(main)/discover/(detail)/model/[...slugs]/features/Sidebar/ActionButton/index.tsx +32 -0
- package/src/app/[variants]/(main)/discover/(detail)/model/[...slugs]/features/Sidebar/Related/Item.tsx +60 -0
- package/src/app/[variants]/(main)/discover/(detail)/model/[...slugs]/features/Sidebar/Related/index.tsx +43 -0
- package/src/app/[variants]/(main)/discover/(detail)/model/[...slugs]/features/Sidebar/RelatedProviders/Item.tsx +60 -0
- package/src/app/[variants]/(main)/discover/(detail)/model/[...slugs]/features/Sidebar/RelatedProviders/index.tsx +34 -0
- package/src/app/[variants]/(main)/discover/(detail)/model/[...slugs]/features/Sidebar/index.tsx +44 -0
- package/src/app/[variants]/(main)/discover/(detail)/model/[...slugs]/loading.tsx +1 -0
- package/src/app/[variants]/(main)/discover/(detail)/model/[...slugs]/page.tsx +22 -45
- package/src/app/[variants]/(main)/discover/(detail)/provider/[...slugs]/Client.tsx +40 -0
- package/src/app/[variants]/(main)/discover/(detail)/provider/[...slugs]/features/DetailProvider.tsx +19 -0
- package/src/app/[variants]/(main)/discover/(detail)/provider/[...slugs]/features/Details/Guide/index.tsx +25 -0
- package/src/app/[variants]/(main)/discover/(detail)/provider/[...slugs]/features/Details/Nav.tsx +99 -0
- package/src/app/[variants]/(main)/discover/(detail)/provider/[...slugs]/features/Details/Overview/ModelList/index.tsx +142 -0
- package/src/app/[variants]/(main)/discover/(detail)/provider/[...slugs]/features/Details/Overview/index.tsx +23 -0
- package/src/app/[variants]/(main)/discover/(detail)/provider/[...slugs]/features/Details/Related/index.tsx +22 -0
- package/src/app/[variants]/(main)/discover/(detail)/provider/[...slugs]/features/Details/index.tsx +47 -0
- package/src/app/[variants]/(main)/discover/(detail)/provider/[...slugs]/features/Header.tsx +99 -0
- package/src/app/[variants]/(main)/discover/(detail)/provider/{[slug]/features → [...slugs]/features/Sidebar/ActionButton}/ProviderConfig.tsx +9 -14
- package/src/app/[variants]/(main)/discover/(detail)/provider/{[slug]/features/Actions.tsx → [...slugs]/features/Sidebar/ActionButton/index.tsx} +14 -18
- package/src/app/[variants]/(main)/discover/(detail)/provider/[...slugs]/features/Sidebar/Related/Item.tsx +60 -0
- package/src/app/[variants]/(main)/discover/(detail)/provider/[...slugs]/features/Sidebar/Related/index.tsx +34 -0
- package/src/app/[variants]/(main)/discover/(detail)/provider/[...slugs]/features/Sidebar/RelatedModels/Item.tsx +60 -0
- package/src/app/[variants]/(main)/discover/(detail)/provider/[...slugs]/features/Sidebar/RelatedModels/index.tsx +43 -0
- package/src/app/[variants]/(main)/discover/(detail)/provider/[...slugs]/features/Sidebar/index.tsx +44 -0
- package/src/app/[variants]/(main)/discover/(detail)/provider/[...slugs]/loading.tsx +1 -0
- package/src/app/[variants]/(main)/discover/(detail)/provider/[...slugs]/page.tsx +103 -0
- package/src/app/[variants]/(main)/discover/(list)/(home)/Client.tsx +24 -21
- package/src/app/[variants]/(main)/discover/(list)/(home)/loading.tsx +1 -1
- package/src/app/[variants]/(main)/discover/(list)/(home)/page.tsx +13 -38
- package/src/app/[variants]/(main)/discover/(list)/_layout/Desktop/Nav.tsx +15 -8
- package/src/app/[variants]/(main)/discover/(list)/_layout/Mobile/Header.tsx +1 -1
- package/src/app/[variants]/(main)/discover/(list)/_layout/Mobile/Nav.tsx +2 -1
- package/src/app/[variants]/(main)/discover/(list)/assistant/Client.tsx +44 -0
- package/src/app/[variants]/(main)/discover/(list)/assistant/features/Category/index.tsx +84 -0
- package/src/app/[variants]/(main)/discover/(list)/assistant/features/Category/useCategory.tsx +112 -0
- package/src/app/[variants]/(main)/discover/(list)/assistant/features/List/Item.tsx +189 -0
- package/src/app/[variants]/(main)/discover/(list)/assistant/features/List/TokenTag.tsx +70 -0
- package/src/app/[variants]/(main)/discover/(list)/assistant/features/List/index.tsx +33 -0
- package/src/app/[variants]/(main)/discover/(list)/assistant/page.tsx +46 -0
- package/src/app/[variants]/(main)/discover/(list)/features/Pagination.tsx +67 -0
- package/src/app/[variants]/(main)/discover/(list)/features/SortButton/index.tsx +184 -0
- package/src/app/[variants]/(main)/discover/(list)/mcp/Client.tsx +44 -0
- package/src/app/[variants]/(main)/discover/(list)/mcp/features/Category/index.tsx +83 -0
- package/src/app/[variants]/(main)/discover/(list)/mcp/features/List/ConnectionTypeTag.tsx +51 -0
- package/src/app/[variants]/(main)/discover/(list)/mcp/features/List/Item.tsx +225 -0
- package/src/app/[variants]/(main)/discover/(list)/mcp/features/List/MetaInfo.tsx +33 -0
- package/src/app/[variants]/(main)/discover/(list)/mcp/features/List/index.tsx +33 -0
- package/src/app/[variants]/(main)/discover/(list)/mcp/page.tsx +46 -0
- package/src/app/[variants]/(main)/discover/(list)/model/Client.tsx +44 -0
- package/src/app/[variants]/(main)/discover/(list)/{models → model}/_layout/Desktop.tsx +1 -7
- package/src/app/[variants]/(main)/discover/(list)/model/features/Category/index.tsx +82 -0
- package/src/app/[variants]/(main)/discover/(list)/model/features/Category/useCategory.tsx +41 -0
- package/src/app/[variants]/(main)/discover/(list)/model/features/List/Item.tsx +190 -0
- package/src/app/[variants]/(main)/discover/(list)/model/features/List/ModelTypeIcon.tsx +39 -0
- package/src/app/[variants]/(main)/discover/(list)/model/features/List/index.tsx +33 -0
- package/src/app/[variants]/(main)/discover/(list)/model/loading.tsx +1 -0
- package/src/app/[variants]/(main)/discover/(list)/model/page.tsx +44 -0
- package/src/app/[variants]/(main)/discover/(list)/provider/Client.tsx +43 -0
- package/src/app/[variants]/(main)/discover/(list)/provider/features/List/Item.tsx +136 -0
- package/src/app/[variants]/(main)/discover/(list)/provider/features/List/index.tsx +33 -0
- package/src/app/[variants]/(main)/discover/(list)/provider/loading.tsx +1 -0
- package/src/app/[variants]/(main)/discover/(list)/provider/page.tsx +44 -0
- package/src/app/[variants]/(main)/discover/_layout/Desktop/Header.tsx +1 -1
- package/src/app/[variants]/(main)/discover/components/CategoryContainer.tsx +7 -5
- package/src/app/[variants]/(main)/discover/components/CategoryMenu.tsx +28 -30
- package/src/app/[variants]/(main)/discover/components/ListLoading.tsx +56 -46
- package/src/app/[variants]/(main)/discover/components/Statistic.tsx +5 -6
- package/src/app/[variants]/(main)/discover/features/Search.tsx +62 -0
- package/src/app/[variants]/(main)/discover/features/Title.tsx +83 -0
- package/src/app/[variants]/(main)/discover/features/__tests__/calculateScore.test.ts +185 -0
- package/src/app/[variants]/(main)/discover/features/useNav.tsx +32 -12
- package/src/app/robots.tsx +7 -5
- package/src/app/sitemap.tsx +81 -13
- package/src/components/CopyableLabel/index.tsx +37 -0
- package/src/components/Descriptions/index.tsx +119 -0
- package/src/components/InlineTable/index.tsx +69 -0
- package/src/{features/PluginSettings/PluginSettingRender.tsx → components/JSONSchemaConfig/ItemRender.tsx} +3 -3
- package/src/components/MCPDepsIcon/Java.tsx +23 -0
- package/src/components/MCPDepsIcon/PowerShell.tsx +23 -0
- package/src/components/MCPDepsIcon/Terminal.tsx +23 -0
- package/src/components/MCPDepsIcon/UV.tsx +23 -0
- package/src/components/MCPDepsIcon/index.tsx +72 -0
- package/src/components/MCPStdioCommandInput/index.tsx +47 -0
- package/src/components/OfficialIcon.tsx +23 -0
- package/src/components/Plugins/MCPTag.tsx +18 -0
- package/src/components/Plugins/PluginTag.tsx +50 -0
- package/src/components/PublishedTime.tsx +71 -0
- package/src/config/__tests__/app.test.ts +6 -2
- package/src/const/discover.ts +8 -34
- package/src/database/models/message.ts +1 -0
- package/src/database/models/plugin.ts +13 -3
- package/src/envs/app.ts +1 -1
- package/src/features/AgentSetting/AgentPlugin/index.tsx +2 -2
- package/src/features/ChatInput/ActionBar/Tools/ToolItem.tsx +1 -1
- package/src/features/ChatInput/ActionBar/Tools/useControls.tsx +5 -5
- package/src/features/Conversation/Messages/Assistant/Tool/Inspector/index.tsx +25 -11
- package/src/features/MCP/MCPInstallProgress/InstallError/ErrorDetails.tsx +110 -0
- package/src/features/MCP/MCPInstallProgress/InstallError/index.tsx +51 -0
- package/src/features/MCP/MCPInstallProgress/MCPConfigForm.tsx +151 -0
- package/src/features/MCP/MCPInstallProgress/MCPDependenciesGuide.tsx +217 -0
- package/src/features/MCP/MCPInstallProgress/index.tsx +118 -0
- package/src/features/MCP/Scores.tsx +268 -0
- package/src/features/MCP/calculateScore.ts +324 -0
- package/src/features/MCP/useScoreList.ts +126 -0
- package/src/features/MCP/utils.ts +225 -0
- package/src/features/MCPPluginDetail/CollapseDesc.tsx +44 -0
- package/src/features/MCPPluginDetail/CollapseLayout.tsx +34 -0
- package/src/features/MCPPluginDetail/Deployment/Platform/index.tsx +47 -0
- package/src/features/MCPPluginDetail/Deployment/index.tsx +322 -0
- package/src/features/MCPPluginDetail/DetailProvider.tsx +19 -0
- package/src/features/MCPPluginDetail/Header.tsx +218 -0
- package/src/features/MCPPluginDetail/Nav.tsx +196 -0
- package/src/features/MCPPluginDetail/Overview/TagList.tsx +47 -0
- package/src/features/MCPPluginDetail/Overview/index.tsx +57 -0
- package/src/features/MCPPluginDetail/Schema/Block.tsx +50 -0
- package/src/features/MCPPluginDetail/Schema/Prompts.tsx +125 -0
- package/src/features/MCPPluginDetail/Schema/Resources.tsx +70 -0
- package/src/features/MCPPluginDetail/Schema/Tools.tsx +146 -0
- package/src/features/MCPPluginDetail/Schema/index.tsx +63 -0
- package/src/features/MCPPluginDetail/Schema/style.ts +9 -0
- package/src/features/MCPPluginDetail/Schema/types.ts +4 -0
- package/src/features/MCPPluginDetail/Score/GithubBadge/index.tsx +82 -0
- package/src/features/MCPPluginDetail/Score/ScoreItem.tsx +34 -0
- package/src/features/MCPPluginDetail/Score/ScoreList.tsx +24 -0
- package/src/features/MCPPluginDetail/Score/TotalScore.tsx +289 -0
- package/src/features/MCPPluginDetail/Score/index.tsx +88 -0
- package/src/features/PluginAvatar/index.tsx +1 -1
- package/src/features/PluginDetailModal/Meta.tsx +3 -4
- package/src/features/PluginDevModal/MCPManifestForm/MCPTypeSelect.tsx +3 -4
- package/src/features/PluginDevModal/MCPManifestForm/index.tsx +4 -41
- package/src/features/PluginDevModal/PluginPreview/EmptyState.tsx +5 -7
- package/src/features/PluginDevModal/PluginPreview/index.tsx +6 -6
- package/src/features/PluginSettings/index.tsx +2 -2
- package/src/features/PluginStore/AddPluginButton.tsx +1 -1
- package/src/features/PluginStore/Content.tsx +59 -0
- package/src/features/PluginStore/InstalledList/Detail/CustomPluginEmptyState.tsx +81 -0
- package/src/features/PluginStore/InstalledList/Detail/index.tsx +21 -0
- package/src/features/PluginStore/InstalledList/EditCustomPlugin.tsx +52 -0
- package/src/features/PluginStore/{PluginItem → InstalledList/List/Item}/Action.tsx +33 -13
- package/src/features/PluginStore/InstalledList/List/Item/index.tsx +62 -0
- package/src/features/PluginStore/InstalledList/List/index.tsx +77 -0
- package/src/features/PluginStore/InstalledList/index.tsx +85 -0
- package/src/features/PluginStore/Loading.tsx +2 -2
- package/src/features/PluginStore/McpList/Detail/Loading.tsx +44 -0
- package/src/features/PluginStore/McpList/Detail/Settings/index.tsx +381 -0
- package/src/features/PluginStore/McpList/Detail/index.tsx +71 -0
- package/src/features/PluginStore/McpList/List/Action.tsx +94 -0
- package/src/features/PluginStore/McpList/List/Item.tsx +84 -0
- package/src/features/PluginStore/McpList/List/index.tsx +97 -0
- package/src/features/PluginStore/McpList/index.tsx +54 -0
- package/src/features/PluginStore/PluginList/Detail/DetailProvider.tsx +19 -0
- package/src/features/PluginStore/PluginList/Detail/EmptyState.tsx +58 -0
- package/src/features/PluginStore/PluginList/Detail/Header.tsx +132 -0
- package/src/features/PluginStore/PluginList/Detail/InstallDetail/Nav.tsx +75 -0
- package/src/features/PluginStore/PluginList/Detail/InstallDetail/Settings.tsx +19 -0
- package/src/features/PluginStore/PluginList/Detail/InstallDetail/Tools.tsx +109 -0
- package/src/features/PluginStore/PluginList/Detail/InstallDetail/index.tsx +24 -0
- package/src/features/PluginStore/PluginList/Detail/Loading.tsx +44 -0
- package/src/features/PluginStore/PluginList/Detail/TagList.tsx +37 -0
- package/src/features/PluginStore/PluginList/Detail/index.tsx +39 -0
- package/src/features/PluginStore/PluginList/Detail/useCategory.tsx +76 -0
- package/src/features/PluginStore/PluginList/List/Action.tsx +72 -0
- package/src/features/PluginStore/PluginList/List/Item.tsx +94 -0
- package/src/features/PluginStore/PluginList/List/index.tsx +91 -0
- package/src/features/PluginStore/PluginList/index.tsx +47 -0
- package/src/features/PluginStore/Search/index.tsx +29 -0
- package/src/features/PluginStore/VirtuosoLoading.tsx +16 -0
- package/src/features/PluginStore/index.tsx +7 -31
- package/src/features/PluginTag/index.tsx +6 -4
- package/src/hooks/useInterceptingRoutes.test.ts +6 -0
- package/src/hooks/useMCPCategory.tsx +133 -0
- package/src/hooks/useQuery.ts +8 -0
- package/src/hooks/useQueryRoute.test.ts +7 -0
- package/src/hooks/useQueryRoute.ts +5 -3
- package/src/libs/mcp/client.ts +265 -13
- package/src/libs/mcp/types.ts +99 -0
- package/src/libs/trpc/client/desktop.ts +2 -3
- package/src/libs/trpc/lambda/context.ts +36 -5
- package/src/libs/trpc/lambda/index.ts +1 -1
- package/src/libs/trpc/lambda/init.ts +8 -1
- package/src/locales/default/discover.ts +457 -12
- package/src/locales/default/metadata.ts +9 -4
- package/src/locales/default/plugin.ts +89 -1
- package/src/locales/default/setting.ts +1 -0
- package/src/locales/resources.ts +1 -1
- package/src/middleware.ts +13 -3
- package/src/server/ld.ts +4 -3
- package/src/server/modules/AssistantStore/index.test.ts +10 -8
- package/src/server/modules/AssistantStore/index.ts +37 -17
- package/src/server/modules/PluginStore/index.test.ts +1 -1
- package/src/server/modules/PluginStore/index.ts +24 -1
- package/src/server/routers/desktop/mcp.ts +36 -2
- package/src/server/routers/edge/index.ts +0 -6
- package/src/server/routers/{edge → lambda}/config/index.ts +1 -1
- package/src/server/routers/lambda/index.ts +4 -0
- package/src/server/routers/lambda/market/index.ts +621 -0
- package/src/server/routers/lambda/plugin.ts +2 -0
- package/src/server/routers/tools/mcp.ts +22 -0
- package/src/server/services/discover/index.test.ts +573 -250
- package/src/server/services/discover/index.ts +1096 -241
- package/src/server/services/mcp/deps/MCPSystemDepsCheckService.ts +238 -0
- package/src/server/services/mcp/deps/checkers/ManualInstallationChecker.ts +20 -0
- package/src/server/services/mcp/deps/checkers/NpmInstallationChecker.ts +51 -0
- package/src/server/services/mcp/deps/checkers/PythonInstallationChecker.ts +69 -0
- package/src/server/services/mcp/deps/index.ts +14 -0
- package/src/server/services/mcp/deps/types.ts +49 -0
- package/src/server/services/mcp/index.ts +251 -33
- package/src/server/sitemap.test.ts +203 -46
- package/src/server/sitemap.ts +159 -52
- package/src/services/__tests__/global.test.ts +4 -7
- package/src/services/__tests__/tool.test.ts +1 -29
- package/src/services/discover.ts +365 -0
- package/src/services/global.ts +3 -3
- package/src/services/mcp.ts +131 -10
- package/src/services/plugin/_deprecated.ts +1 -1
- package/src/services/plugin/type.ts +3 -1
- package/src/services/tool.ts +9 -6
- package/src/store/chat/slices/plugin/action.test.ts +2 -3
- package/src/store/chat/slices/plugin/action.ts +22 -4
- package/src/store/discover/index.ts +1 -0
- package/src/store/discover/slices/assistant/action.ts +73 -0
- package/src/store/discover/slices/assistant/index.ts +1 -0
- package/src/store/discover/slices/mcp/action.ts +70 -0
- package/src/store/discover/slices/mcp/index.ts +1 -0
- package/src/store/discover/slices/model/action.ts +70 -0
- package/src/store/discover/slices/model/index.ts +1 -0
- package/src/store/discover/slices/plugin/action.ts +76 -0
- package/src/store/discover/slices/plugin/index.ts +1 -0
- package/src/store/discover/slices/provider/action.ts +61 -0
- package/src/store/discover/slices/provider/index.ts +1 -0
- package/src/store/discover/store.ts +39 -0
- package/src/store/tool/initialState.ts +8 -2
- package/src/store/tool/selectors/index.ts +2 -1
- package/src/store/tool/selectors/tool.test.ts +3 -1
- package/src/store/tool/selectors/tool.ts +14 -2
- package/src/store/tool/slices/mcpStore/action.ts +496 -0
- package/src/store/tool/slices/mcpStore/initialState.ts +40 -0
- package/src/store/tool/slices/mcpStore/selectors.ts +62 -0
- package/src/store/tool/slices/{store → oldStore}/action.test.ts +24 -19
- package/src/store/tool/slices/oldStore/action.ts +269 -0
- package/src/store/tool/slices/oldStore/index.ts +3 -0
- package/src/store/tool/slices/oldStore/initialState.ts +54 -0
- package/src/store/tool/slices/{store → oldStore}/selectors.test.ts +6 -3
- package/src/store/tool/slices/{store → oldStore}/selectors.ts +18 -5
- package/src/store/tool/slices/plugin/action.test.ts +2 -1
- package/src/store/tool/slices/plugin/action.ts +22 -4
- package/src/store/tool/slices/plugin/selectors.test.ts +12 -4
- package/src/store/tool/slices/plugin/selectors.ts +20 -9
- package/src/store/tool/store.ts +5 -2
- package/src/types/discover/assistants.ts +72 -0
- package/src/types/discover/index.ts +41 -0
- package/src/types/discover/mcp.ts +59 -0
- package/src/types/discover/models.ts +51 -0
- package/src/types/discover/plugins.ts +52 -0
- package/src/types/discover/providers.ts +47 -0
- package/src/types/message/tools.ts +3 -0
- package/src/types/plugins/index.ts +53 -0
- package/src/types/plugins/mcp.ts +188 -0
- package/src/types/plugins/mcpDeps.ts +30 -0
- package/src/types/tool/index.ts +10 -0
- package/src/types/tool/plugin.ts +3 -2
- package/src/types/tool/tool.ts +4 -1
- package/src/utils/client/cookie.ts +5 -2
- package/src/utils/locale.ts +2 -17
- package/src/utils/object.ts +10 -0
- package/src/utils/server/pageProps.ts +9 -0
- package/src/utils/toolCall.ts +5 -1
- package/src/utils/toolManifest.ts +1 -2
- package/vercel.json +1 -1
- package/src/app/[variants]/(main)/discover/(detail)/assistant/[slug]/features/Actions.tsx +0 -35
- package/src/app/[variants]/(main)/discover/(detail)/assistant/[slug]/features/ConversationExample/TopicList.tsx +0 -75
- package/src/app/[variants]/(main)/discover/(detail)/assistant/[slug]/features/ConversationExample/index.tsx +0 -105
- package/src/app/[variants]/(main)/discover/(detail)/assistant/[slug]/features/Header.tsx +0 -115
- package/src/app/[variants]/(main)/discover/(detail)/assistant/[slug]/features/InfoSidebar/SuggestionItem.tsx +0 -62
- package/src/app/[variants]/(main)/discover/(detail)/assistant/[slug]/features/InfoSidebar/ToolItem.tsx +0 -19
- package/src/app/[variants]/(main)/discover/(detail)/assistant/[slug]/features/InfoSidebar/index.tsx +0 -60
- package/src/app/[variants]/(main)/discover/(detail)/assistant/[slug]/features/SystemRole.tsx +0 -35
- package/src/app/[variants]/(main)/discover/(detail)/assistant/[slug]/features/Temp.tsx +0 -44
- package/src/app/[variants]/(main)/discover/(detail)/assistant/[slug]/page.tsx +0 -124
- package/src/app/[variants]/(main)/discover/(detail)/loading.tsx +0 -38
- package/src/app/[variants]/(main)/discover/(detail)/model/[...slugs]/features/Actions.tsx +0 -40
- package/src/app/[variants]/(main)/discover/(detail)/model/[...slugs]/features/ChatWithModel.tsx +0 -93
- package/src/app/[variants]/(main)/discover/(detail)/model/[...slugs]/features/InfoSidebar/SuggestionItem.tsx +0 -74
- package/src/app/[variants]/(main)/discover/(detail)/model/[...slugs]/features/InfoSidebar/index.tsx +0 -45
- package/src/app/[variants]/(main)/discover/(detail)/model/[...slugs]/features/ProviderList/ProviderItem.tsx +0 -139
- package/src/app/[variants]/(main)/discover/(detail)/model/[...slugs]/features/ProviderList/index.tsx +0 -45
- package/src/app/[variants]/(main)/discover/(detail)/plugin/[slug]/features/Actions.tsx +0 -35
- package/src/app/[variants]/(main)/discover/(detail)/plugin/[slug]/features/Header.tsx +0 -119
- package/src/app/[variants]/(main)/discover/(detail)/plugin/[slug]/features/InfoSidebar/SuggestionItem.tsx +0 -64
- package/src/app/[variants]/(main)/discover/(detail)/plugin/[slug]/features/InfoSidebar/index.tsx +0 -45
- package/src/app/[variants]/(main)/discover/(detail)/plugin/[slug]/features/InstallPlugin.tsx +0 -83
- package/src/app/[variants]/(main)/discover/(detail)/plugin/[slug]/features/ParameterList.tsx +0 -95
- package/src/app/[variants]/(main)/discover/(detail)/plugin/[slug]/features/Schema.tsx +0 -23
- package/src/app/[variants]/(main)/discover/(detail)/provider/[slug]/features/Header.tsx +0 -73
- package/src/app/[variants]/(main)/discover/(detail)/provider/[slug]/features/InfoSidebar/SuggestionItem.tsx +0 -77
- package/src/app/[variants]/(main)/discover/(detail)/provider/[slug]/features/InfoSidebar/index.tsx +0 -45
- package/src/app/[variants]/(main)/discover/(detail)/provider/[slug]/features/ModelList/ModelItem.tsx +0 -152
- package/src/app/[variants]/(main)/discover/(detail)/provider/[slug]/features/ModelList/index.tsx +0 -60
- package/src/app/[variants]/(main)/discover/(detail)/provider/[slug]/page.tsx +0 -126
- package/src/app/[variants]/(main)/discover/(list)/(home)/features/AssistantList.tsx +0 -33
- package/src/app/[variants]/(main)/discover/(list)/(home)/features/ModelList.tsx +0 -19
- package/src/app/[variants]/(main)/discover/(list)/(home)/features/PluginList.tsx +0 -25
- package/src/app/[variants]/(main)/discover/(list)/assistants/[slug]/page.tsx +0 -75
- package/src/app/[variants]/(main)/discover/(list)/assistants/features/Card.tsx +0 -195
- package/src/app/[variants]/(main)/discover/(list)/assistants/features/Category.tsx +0 -48
- package/src/app/[variants]/(main)/discover/(list)/assistants/features/List.tsx +0 -98
- package/src/app/[variants]/(main)/discover/(list)/assistants/features/useCategory.tsx +0 -116
- package/src/app/[variants]/(main)/discover/(list)/assistants/page.tsx +0 -64
- package/src/app/[variants]/(main)/discover/(list)/loading.tsx +0 -39
- package/src/app/[variants]/(main)/discover/(list)/models/[slug]/page.tsx +0 -78
- package/src/app/[variants]/(main)/discover/(list)/models/features/Card.tsx +0 -118
- package/src/app/[variants]/(main)/discover/(list)/models/features/Category.tsx +0 -67
- package/src/app/[variants]/(main)/discover/(list)/models/features/List.tsx +0 -71
- package/src/app/[variants]/(main)/discover/(list)/models/loading.tsx +0 -1
- package/src/app/[variants]/(main)/discover/(list)/models/page.tsx +0 -73
- package/src/app/[variants]/(main)/discover/(list)/plugins/[slug]/page.tsx +0 -75
- package/src/app/[variants]/(main)/discover/(list)/plugins/features/Card.tsx +0 -161
- package/src/app/[variants]/(main)/discover/(list)/plugins/features/Category.tsx +0 -45
- package/src/app/[variants]/(main)/discover/(list)/plugins/features/List.tsx +0 -97
- package/src/app/[variants]/(main)/discover/(list)/plugins/features/useCategory.tsx +0 -80
- package/src/app/[variants]/(main)/discover/(list)/plugins/page.tsx +0 -64
- package/src/app/[variants]/(main)/discover/(list)/providers/features/Card.tsx +0 -119
- package/src/app/[variants]/(main)/discover/(list)/providers/features/List.tsx +0 -67
- package/src/app/[variants]/(main)/discover/(list)/providers/loading.tsx +0 -1
- package/src/app/[variants]/(main)/discover/(list)/providers/page.tsx +0 -64
- package/src/app/[variants]/(main)/discover/features/StoreSearchBar.tsx +0 -87
- package/src/app/[variants]/(main)/discover/loading.tsx +0 -3
- package/src/app/[variants]/(main)/discover/search/_layout/Desktop.tsx +0 -42
- package/src/app/[variants]/(main)/discover/search/_layout/Mobile/Header.tsx +0 -31
- package/src/app/[variants]/(main)/discover/search/_layout/Mobile/Nav.tsx +0 -56
- package/src/app/[variants]/(main)/discover/search/_layout/Mobile/index.tsx +0 -32
- package/src/app/[variants]/(main)/discover/search/features/AssistantsResult.tsx +0 -27
- package/src/app/[variants]/(main)/discover/search/features/Category.tsx +0 -41
- package/src/app/[variants]/(main)/discover/search/features/ModelsResult.tsx +0 -27
- package/src/app/[variants]/(main)/discover/search/features/PluginsResult.tsx +0 -27
- package/src/app/[variants]/(main)/discover/search/features/ProvidersResult.tsx +0 -26
- package/src/app/[variants]/(main)/discover/search/layout.tsx +0 -12
- package/src/app/[variants]/(main)/discover/search/loading.tsx +0 -1
- package/src/app/[variants]/(main)/discover/search/page.tsx +0 -82
- package/src/features/PluginStore/InstalledPluginList.tsx +0 -59
- package/src/features/PluginStore/OnlineList.tsx +0 -87
- package/src/features/PluginStore/PluginItem/EditCustomPlugin.tsx +0 -55
- package/src/features/PluginStore/PluginItem/PluginTag.tsx +0 -29
- package/src/features/PluginStore/PluginItem/index.tsx +0 -83
- package/src/server/routers/edge/market/index.ts +0 -108
- package/src/services/__tests__/assistant.test.ts +0 -87
- package/src/services/assistant.ts +0 -25
- package/src/store/tool/slices/store/action.ts +0 -113
- package/src/store/tool/slices/store/initialState.ts +0 -17
- package/src/types/discover.ts +0 -179
- package/src/types/requestCache.ts +0 -3
- /package/src/app/[variants]/(main)/discover/(list)/{assistants → assistant}/_layout/Desktop.tsx +0 -0
- /package/src/app/[variants]/(main)/discover/(list)/{assistants → assistant}/_layout/Mobile.tsx +0 -0
- /package/src/app/[variants]/(main)/discover/(list)/{assistants → assistant}/layout.tsx +0 -0
- /package/src/app/[variants]/(main)/discover/(list)/{assistants → assistant}/loading.tsx +0 -0
- /package/src/app/[variants]/(main)/discover/(list)/{plugins → mcp}/_layout/Desktop.tsx +0 -0
- /package/src/app/[variants]/(main)/discover/(list)/{plugins → mcp}/_layout/Mobile.tsx +0 -0
- /package/src/app/[variants]/(main)/discover/(list)/{plugins → mcp}/layout.tsx +0 -0
- /package/src/app/[variants]/(main)/discover/(list)/{plugins → mcp}/loading.tsx +0 -0
- /package/src/app/[variants]/(main)/discover/(list)/{models → model}/_layout/Mobile.tsx +0 -0
- /package/src/app/[variants]/(main)/discover/(list)/{models → model}/features/const.ts +0 -0
- /package/src/app/[variants]/(main)/discover/(list)/{models → model}/layout.tsx +0 -0
- /package/src/{features/PluginStore/PluginItem → components/Plugins}/PluginAvatar.tsx +0 -0
- /package/src/server/routers/{edge → lambda}/config/__snapshots__/index.test.ts.snap +0 -0
- /package/src/server/routers/{edge → lambda}/config/index.test.ts +0 -0
- /package/src/store/tool/slices/{store → mcpStore}/index.ts +0 -0
@@ -12,6 +12,15 @@
|
|
12
12
|
"tool_call": "Tool Call Request"
|
13
13
|
},
|
14
14
|
"detailModal": {
|
15
|
+
"customPlugin": {
|
16
|
+
"description": "Bitte gehen Sie zur Bearbeitungsseite, um Details anzuzeigen",
|
17
|
+
"editBtn": "Jetzt bearbeiten",
|
18
|
+
"title": "Dies ist ein benutzerdefiniertes Plugin"
|
19
|
+
},
|
20
|
+
"emptyState": {
|
21
|
+
"description": "Bitte installieren Sie dieses Plugin, um die Funktionen und Konfigurationsoptionen anzuzeigen",
|
22
|
+
"title": "Nach der Installation Plugin-Details anzeigen"
|
23
|
+
},
|
15
24
|
"info": {
|
16
25
|
"description": "API-Beschreibung",
|
17
26
|
"name": "API-Name"
|
@@ -230,6 +239,50 @@
|
|
230
239
|
},
|
231
240
|
"title": "Lokale Dateien"
|
232
241
|
},
|
242
|
+
"mcpInstall": {
|
243
|
+
"CHECKING_INSTALLATION": "Installationsumgebung wird überprüft...",
|
244
|
+
"COMPLETED": "Installation abgeschlossen",
|
245
|
+
"CONFIGURATION_REQUIRED": "Bitte schließen Sie die erforderliche Konfiguration ab, um mit der Installation fortzufahren",
|
246
|
+
"ERROR": "Installationsfehler",
|
247
|
+
"FETCHING_MANIFEST": "Plugin-Manifest wird abgerufen...",
|
248
|
+
"GETTING_SERVER_MANIFEST": "MCP-Server wird initialisiert...",
|
249
|
+
"INSTALLING_PLUGIN": "Plugin wird installiert...",
|
250
|
+
"configurationDescription": "Dieses MCP-Plugin benötigt Konfigurationsparameter, um ordnungsgemäß zu funktionieren. Bitte füllen Sie die notwendigen Konfigurationsinformationen aus.",
|
251
|
+
"configurationRequired": "Plugin-Parameter konfigurieren",
|
252
|
+
"continueInstall": "Installation fortsetzen",
|
253
|
+
"dependenciesDescription": "Dieses Plugin benötigt die Installation folgender Systemabhängigkeiten, um korrekt zu funktionieren. Bitte installieren Sie die fehlenden Abhängigkeiten gemäß Anleitung und klicken Sie anschließend auf 'Erneut prüfen', um die Installation fortzusetzen.",
|
254
|
+
"dependenciesRequired": "Bitte installieren Sie die Systemabhängigkeiten des Plugins",
|
255
|
+
"dependencyStatus": {
|
256
|
+
"installed": "Installiert",
|
257
|
+
"notInstalled": "Nicht installiert",
|
258
|
+
"requiredVersion": "Benötigte Version: {{version}}"
|
259
|
+
},
|
260
|
+
"errorDetails": {
|
261
|
+
"args": "Parameter",
|
262
|
+
"command": "Befehl",
|
263
|
+
"connectionParams": "Verbindungsparameter",
|
264
|
+
"env": "Umgebungsvariablen",
|
265
|
+
"errorOutput": "Fehlerprotokoll",
|
266
|
+
"exitCode": "Beendigungscode",
|
267
|
+
"hideDetails": "Details ausblenden",
|
268
|
+
"originalError": "Ursprünglicher Fehler",
|
269
|
+
"showDetails": "Details anzeigen"
|
270
|
+
},
|
271
|
+
"errorTypes": {
|
272
|
+
"CONNECTION_FAILED": "Verbindung fehlgeschlagen",
|
273
|
+
"INITIALIZATION_TIMEOUT": "Initialisierung zeitüberschritten",
|
274
|
+
"PROCESS_SPAWN_ERROR": "Prozessstart fehlgeschlagen",
|
275
|
+
"UNKNOWN_ERROR": "Unbekannter Fehler",
|
276
|
+
"VALIDATION_ERROR": "Parameterüberprüfung fehlgeschlagen"
|
277
|
+
},
|
278
|
+
"installError": "MCP-Plugin-Installation fehlgeschlagen, Grund: {{detail}}",
|
279
|
+
"installMethods": {
|
280
|
+
"manual": "Manuelle Installation:",
|
281
|
+
"recommended": "Empfohlene Installationsmethode:"
|
282
|
+
},
|
283
|
+
"recheckDependencies": "Erneut prüfen",
|
284
|
+
"skipDependencies": "Prüfung überspringen"
|
285
|
+
},
|
233
286
|
"pluginList": "Plugin-Liste",
|
234
287
|
"search": {
|
235
288
|
"apiName": {
|
@@ -266,16 +319,48 @@
|
|
266
319
|
},
|
267
320
|
"setting": "Plugin-Einstellung",
|
268
321
|
"settings": {
|
322
|
+
"capabilities": {
|
323
|
+
"prompts": "Eingabeaufforderungen",
|
324
|
+
"resources": "Ressourcen",
|
325
|
+
"title": "Plugin-Fähigkeiten",
|
326
|
+
"tools": "Werkzeuge"
|
327
|
+
},
|
328
|
+
"configuration": {
|
329
|
+
"title": "Plugin-Konfiguration"
|
330
|
+
},
|
331
|
+
"connection": {
|
332
|
+
"args": "Startparameter",
|
333
|
+
"command": "Startbefehl",
|
334
|
+
"title": "Verbindungsinformationen",
|
335
|
+
"type": "Verbindungstyp",
|
336
|
+
"url": "Dienstadresse"
|
337
|
+
},
|
338
|
+
"edit": "Bearbeiten",
|
339
|
+
"envConfigDescription": "Diese Konfigurationen werden als Umgebungsvariablen beim Start des MCP-Servers an den Prozess übergeben",
|
340
|
+
"httpTypeNotice": "Für HTTP-Typ MCP-Plugins sind derzeit keine Umgebungsvariablen zu konfigurieren",
|
269
341
|
"indexUrl": {
|
270
342
|
"title": "Marktindex",
|
271
343
|
"tooltip": "Online-Bearbeitung wird derzeit nicht unterstützt. Bitte über Umgebungsvariablen bei der Bereitstellung festlegen."
|
272
344
|
},
|
345
|
+
"messages": {
|
346
|
+
"connectionUpdateFailed": "Aktualisierung der Verbindungsinformationen fehlgeschlagen",
|
347
|
+
"connectionUpdateSuccess": "Verbindungsinformationen erfolgreich aktualisiert",
|
348
|
+
"envUpdateFailed": "Speichern der Umgebungsvariablen fehlgeschlagen",
|
349
|
+
"envUpdateSuccess": "Umgebungsvariablen erfolgreich gespeichert"
|
350
|
+
},
|
273
351
|
"modalDesc": "Nachdem Sie die Adresse des Plugin-Marktes konfiguriert haben, können Sie den benutzerdefinierten Plugin-Markt verwenden.",
|
352
|
+
"rules": {
|
353
|
+
"argsRequired": "Bitte Startparameter eingeben",
|
354
|
+
"commandRequired": "Bitte Startbefehl eingeben",
|
355
|
+
"urlRequired": "Bitte Dienstadresse eingeben"
|
356
|
+
},
|
357
|
+
"saveSettings": "Einstellungen speichern",
|
274
358
|
"title": "Plugin-Markteinstellungen"
|
275
359
|
},
|
276
360
|
"showInPortal": "Bitte überprüfen Sie die Details im Portal",
|
277
361
|
"store": {
|
278
362
|
"actions": {
|
363
|
+
"cancel": "Installation abbrechen",
|
279
364
|
"confirmUninstall": "Das Plugin wird deinstalliert und alle Konfigurationen werden gelöscht. Bitte bestätigen Sie Ihre Aktion.",
|
280
365
|
"detail": "Details",
|
281
366
|
"install": "Installieren",
|
@@ -286,13 +371,15 @@
|
|
286
371
|
"communityPlugin": "Community",
|
287
372
|
"customPlugin": "Benutzerdefiniert",
|
288
373
|
"empty": "Keine installierten Plugins vorhanden",
|
374
|
+
"emptySelectHint": "Wählen Sie ein Plugin aus, um Details anzuzeigen",
|
289
375
|
"installAllPlugins": "Alle installieren",
|
290
376
|
"networkError": "Fehler beim Abrufen des Plugin-Shops. Bitte überprüfen Sie die Netzwerkverbindung und versuchen Sie es erneut.",
|
291
377
|
"placeholder": "Suche nach Plugin-Namen, Beschreibung oder Stichwort...",
|
292
378
|
"releasedAt": "Veröffentlicht am {{createdAt}}",
|
293
379
|
"tabs": {
|
294
|
-
"
|
295
|
-
"
|
380
|
+
"installed": "Installiert",
|
381
|
+
"mcp": "MCP-Plugin",
|
382
|
+
"old": "LobeChat-Plugin"
|
296
383
|
},
|
297
384
|
"title": "Plugin-Shop"
|
298
385
|
},
|
@@ -129,6 +129,7 @@
|
|
129
129
|
"waitingForMore": "Weitere Modelle werden <1>geplant</1>, bitte freuen Sie sich auf weitere Updates"
|
130
130
|
},
|
131
131
|
"plugin": {
|
132
|
+
"addMCPPlugin": "MCP-Plugin hinzufügen",
|
132
133
|
"addTooltip": "Benutzerdefiniertes Plugin",
|
133
134
|
"clearDeprecated": "Entfernen Sie ungültige Plugins",
|
134
135
|
"empty": "Keine installierten Plugins vorhanden. Besuchen Sie den <1>Plugin-Store</1>, um mehr zu entdecken.",
|
@@ -10,13 +10,57 @@
|
|
10
10
|
},
|
11
11
|
"description": "Assistant Introduction",
|
12
12
|
"detail": "Details",
|
13
|
+
"details": {
|
14
|
+
"capabilities": {
|
15
|
+
"knowledge": {
|
16
|
+
"desc": "The assistant is equipped with the following knowledge bases to help you answer more questions.",
|
17
|
+
"title": "Knowledge Base"
|
18
|
+
},
|
19
|
+
"plugin": {
|
20
|
+
"desc": "The assistant is equipped with the following plugins to help you complete more tasks.",
|
21
|
+
"title": "Built-in Plugins"
|
22
|
+
},
|
23
|
+
"title": "Assistant Capabilities"
|
24
|
+
},
|
25
|
+
"overview": {
|
26
|
+
"example": "Assistant Demo",
|
27
|
+
"title": "Overview"
|
28
|
+
},
|
29
|
+
"related": {
|
30
|
+
"listTitle": "Related Assistants",
|
31
|
+
"more": "View More",
|
32
|
+
"title": "Related Recommendations"
|
33
|
+
},
|
34
|
+
"sidebar": {
|
35
|
+
"toc": "Table of Contents"
|
36
|
+
},
|
37
|
+
"summary": {
|
38
|
+
"title": "What can you do with this assistant?"
|
39
|
+
},
|
40
|
+
"systemRole": {
|
41
|
+
"openingMessage": "Opening Message",
|
42
|
+
"openingQuestions": "Opening Questions",
|
43
|
+
"title": "Assistant Settings"
|
44
|
+
}
|
45
|
+
},
|
13
46
|
"list": "Assistant List",
|
14
47
|
"more": "More",
|
15
48
|
"plugins": "Integrated Plugins",
|
16
49
|
"recentSubmits": "Recent Updates",
|
50
|
+
"sorts": {
|
51
|
+
"createdAt": "Recently Published",
|
52
|
+
"identifier": "Assistant ID",
|
53
|
+
"knowledgeCount": "Number of Knowledge Bases",
|
54
|
+
"pluginCount": "Number of Plugins",
|
55
|
+
"title": "Assistant Name",
|
56
|
+
"tokenUsage": "Token Usage"
|
57
|
+
},
|
17
58
|
"suggestions": "Related Recommendations",
|
18
59
|
"systemRole": "Assistant Settings",
|
19
|
-
"
|
60
|
+
"tokenUsage": "Assistant Prompt Token Usage",
|
61
|
+
"try": "Try It Out",
|
62
|
+
"withKnowledge": "This assistant includes knowledge bases",
|
63
|
+
"withPlugin": "This assistant includes plugins"
|
20
64
|
},
|
21
65
|
"back": "Back to Discovery",
|
22
66
|
"category": {
|
@@ -41,6 +85,7 @@
|
|
41
85
|
"all": "All",
|
42
86
|
"gaming-entertainment": "Gaming & Entertainment",
|
43
87
|
"life-style": "Lifestyle",
|
88
|
+
"lifestyle": "Lifestyle",
|
44
89
|
"media-generate": "Media Generation",
|
45
90
|
"science-education": "Science & Education",
|
46
91
|
"social": "Social Media",
|
@@ -102,10 +147,368 @@
|
|
102
147
|
"featuredTools": "Featured Plugins",
|
103
148
|
"more": "Discover More"
|
104
149
|
},
|
150
|
+
"isClaimed": "Claimed",
|
151
|
+
"isFeatured": "Featured",
|
152
|
+
"isOfficial": "Officially Verified",
|
105
153
|
"like": "Like",
|
154
|
+
"mcp": {
|
155
|
+
"categories": {
|
156
|
+
"all": {
|
157
|
+
"description": "All MCP Servers",
|
158
|
+
"name": "All"
|
159
|
+
},
|
160
|
+
"business": {
|
161
|
+
"description": "Business and Enterprise Services",
|
162
|
+
"name": "Business Services"
|
163
|
+
},
|
164
|
+
"developer": {
|
165
|
+
"description": "Developer-related Tools and Services",
|
166
|
+
"name": "Developer Tools"
|
167
|
+
},
|
168
|
+
"gaming-entertainment": {
|
169
|
+
"description": "Games, Entertainment, and Leisure Activities",
|
170
|
+
"name": "Gaming & Entertainment"
|
171
|
+
},
|
172
|
+
"health-wellness": {
|
173
|
+
"description": "Health, Fitness, and Wellness",
|
174
|
+
"name": "Health & Wellness"
|
175
|
+
},
|
176
|
+
"lifestyle": {
|
177
|
+
"description": "Personal Lifestyle, Habits, and Daily Activities",
|
178
|
+
"name": "Lifestyle"
|
179
|
+
},
|
180
|
+
"media-generate": {
|
181
|
+
"description": "Media Generation, Editing, and Processing",
|
182
|
+
"name": "Media Generation"
|
183
|
+
},
|
184
|
+
"news": {
|
185
|
+
"description": "News Aggregation, Reporting, and Information Services",
|
186
|
+
"name": "News & Information"
|
187
|
+
},
|
188
|
+
"productivity": {
|
189
|
+
"description": "Task Management, Notes, and Productivity Tools",
|
190
|
+
"name": "Productivity Tools"
|
191
|
+
},
|
192
|
+
"science-education": {
|
193
|
+
"description": "Scientific Research, Learning, and Educational Tools",
|
194
|
+
"name": "Science & Education"
|
195
|
+
},
|
196
|
+
"social": {
|
197
|
+
"description": "Social Networks and Communication",
|
198
|
+
"name": "Social Media"
|
199
|
+
},
|
200
|
+
"stocks-finance": {
|
201
|
+
"description": "Financial Markets, Trading, and Investment",
|
202
|
+
"name": "Stocks & Finance"
|
203
|
+
},
|
204
|
+
"tools": {
|
205
|
+
"description": "General-purpose Practical Tools and Services",
|
206
|
+
"name": "Utility Tools"
|
207
|
+
},
|
208
|
+
"travel-transport": {
|
209
|
+
"description": "Travel Planning and Transportation",
|
210
|
+
"name": "Travel & Transport"
|
211
|
+
},
|
212
|
+
"weather": {
|
213
|
+
"description": "Weather Forecasting and Meteorological Services",
|
214
|
+
"name": "Weather"
|
215
|
+
},
|
216
|
+
"web-search": {
|
217
|
+
"description": "Web Search and Information Retrieval",
|
218
|
+
"name": "Information Retrieval"
|
219
|
+
}
|
220
|
+
},
|
221
|
+
"details": {
|
222
|
+
"connectionType": {
|
223
|
+
"hybrid": {
|
224
|
+
"desc": "This service can run locally or in the cloud depending on configuration or usage scenario, offering dual operation capability.",
|
225
|
+
"title": "Hybrid Service"
|
226
|
+
},
|
227
|
+
"local": {
|
228
|
+
"desc": "This server can only run on the client’s local device, requiring installation and relying on local resources.",
|
229
|
+
"title": "Local Service"
|
230
|
+
},
|
231
|
+
"remote": {
|
232
|
+
"desc": "This server is hosted remotely because it mainly depends on remote services and does not rely on the local environment.",
|
233
|
+
"title": "Cloud Service"
|
234
|
+
}
|
235
|
+
},
|
236
|
+
"deployment": {
|
237
|
+
"args": "Arguments",
|
238
|
+
"checkCommand": "Check Command",
|
239
|
+
"command": "Command",
|
240
|
+
"commandLine": "System Dependencies",
|
241
|
+
"connection": "Connection Method",
|
242
|
+
"connectionType": "Connection Type",
|
243
|
+
"description": "Plugin Installation and Deployment Method",
|
244
|
+
"descriptionPlaceholder": "Optional Description",
|
245
|
+
"empty": "No Deployment Options Available",
|
246
|
+
"env": "Environment Variables",
|
247
|
+
"guide": "Installation Guide",
|
248
|
+
"installation": "Install via {{method}}",
|
249
|
+
"installationMethod": "Installation Method",
|
250
|
+
"other": "Other Settings",
|
251
|
+
"packageName": "Package Name",
|
252
|
+
"platform": {
|
253
|
+
"steps": {
|
254
|
+
"claude": "- Open the **Claude Desktop** app\n- Go to **Settings**, then select **Developer**\n- Click **Edit Configuration**\n- Open the **claude_desktop_config.json** file\n- Copy and paste the server configuration into the existing file, then save",
|
255
|
+
"cline": "- Open VS Code with the Cline extension installed\n- Click the Cline icon in the sidebar\n- Select **MCP Servers** from the dropdown menu\n- In the **Remote Servers** tab, enter the server name and your MCP server URL\n- Click **Add Server** to connect",
|
256
|
+
"cursor": "- Navigate to **Settings**, then select Cursor settings\n- Choose **MCP** on the left\n- Click **Add New Global MCP Server** at the top right\n- Copy and paste the server configuration into the existing file, then save",
|
257
|
+
"lobeChat": "- Open the **LobeChat Desktop** app\n- Go to **Settings** - **Default Assistant**\n- Then select **Plugin Settings** - **Custom Plugins**\n- Click **Quick Import JSON Configuration**\n- Copy and paste the server configuration into the text box, then install",
|
258
|
+
"openai": "- Open your **OpenAI app** or development environment\n- Configure MCP tools in the **Responses API**\n- Add MCP blocks to the **tools** array in API requests\n- Set **server_url** to your MCP server endpoint\n- Include required authentication headers (API key, token, etc.)\n- Use the `allowed_tools` parameter to restrict exposed tools\n- Set `require_approval` to control tool execution approval",
|
259
|
+
"vscode": "- Open VS Code\n- Open the command palette (`Ctrl+Shift+P` / `Cmd+Shift+P`)\n- Type **MCP: Add Server** and select it\n- Choose to add to workspace or user settings\n- Copy and paste the server configuration"
|
260
|
+
},
|
261
|
+
"title": "Install on {{platform}}"
|
262
|
+
},
|
263
|
+
"recommended": "Recommended",
|
264
|
+
"systemDependencies": "System Dependencies",
|
265
|
+
"table": {
|
266
|
+
"description": "Description",
|
267
|
+
"name": "Name",
|
268
|
+
"required": "Required",
|
269
|
+
"type": "Type"
|
270
|
+
},
|
271
|
+
"title": "Installation Method"
|
272
|
+
},
|
273
|
+
"githubBadge": {
|
274
|
+
"desc": "LobeHub regularly scans code repositories and documentation to:\n\n- Confirm MCP server operational status.\n- Extract server features such as tools, resources, prompts, and required parameters.\n- Our badge helps users quickly assess MCP server security, feature set, and installation instructions.\n\nPlease copy the following code into your `README.md` file:"
|
275
|
+
},
|
276
|
+
"nav": {
|
277
|
+
"needHelp": "Need Help?",
|
278
|
+
"reportIssue": "Report Issue",
|
279
|
+
"viewSourceCode": "View Source Code"
|
280
|
+
},
|
281
|
+
"overview": {
|
282
|
+
"title": "Overview"
|
283
|
+
},
|
284
|
+
"related": {
|
285
|
+
"listTitle": "Related MCP Servers",
|
286
|
+
"more": "View More",
|
287
|
+
"title": "Related Recommendations"
|
288
|
+
},
|
289
|
+
"schema": {
|
290
|
+
"mode": {
|
291
|
+
"docs": "Documentation"
|
292
|
+
},
|
293
|
+
"prompts": {
|
294
|
+
"arguments": "Parameter Configuration",
|
295
|
+
"desc": "Interactive templates triggered by user selection",
|
296
|
+
"empty": "No Prompts Available",
|
297
|
+
"instructions": "Instruction Description",
|
298
|
+
"table": {
|
299
|
+
"description": "Description",
|
300
|
+
"name": "Name",
|
301
|
+
"required": "Required"
|
302
|
+
},
|
303
|
+
"title": "Prompt List"
|
304
|
+
},
|
305
|
+
"resources": {
|
306
|
+
"desc": "Context data attached and managed by the client",
|
307
|
+
"empty": "No Resources Available",
|
308
|
+
"table": {
|
309
|
+
"description": "Description",
|
310
|
+
"mineType": "MIME Type",
|
311
|
+
"name": "Name",
|
312
|
+
"uri": "URI"
|
313
|
+
},
|
314
|
+
"title": "Resource List"
|
315
|
+
},
|
316
|
+
"title": "Plugin Features",
|
317
|
+
"tools": {
|
318
|
+
"desc": "Functional interfaces exposed to large language models (LLM) to perform operations",
|
319
|
+
"empty": "No Tools Available",
|
320
|
+
"inputSchema": "Input Description",
|
321
|
+
"instructions": "Instruction Description",
|
322
|
+
"table": {
|
323
|
+
"description": "Description",
|
324
|
+
"name": "Name",
|
325
|
+
"required": "Required",
|
326
|
+
"type": "Type"
|
327
|
+
},
|
328
|
+
"title": "Tool List"
|
329
|
+
}
|
330
|
+
},
|
331
|
+
"score": {
|
332
|
+
"claimed": {
|
333
|
+
"desc": "This MCP Server has been claimed by the owner, ensuring its ownership and management.",
|
334
|
+
"title": "Claimed by Owner"
|
335
|
+
},
|
336
|
+
"deployMoreThanManual": {
|
337
|
+
"desc": "This MCP Server offers installation methods friendlier than Manual, allowing users to deploy and use it easily.",
|
338
|
+
"title": "Offers Friendly Installation Methods"
|
339
|
+
},
|
340
|
+
"deployment": {
|
341
|
+
"desc": "This MCP Server provides at least one installation method, allowing users to deploy and use it.",
|
342
|
+
"descWithCount": "This MCP Server provides {{number}} installation methods, allowing users to deploy and use it.",
|
343
|
+
"title": "Provides At Least One Installation Method"
|
344
|
+
},
|
345
|
+
"license": {
|
346
|
+
"desc": "This repository contains a LICENSE file.",
|
347
|
+
"descWithlicense": "This repository is licensed under {{license}}.",
|
348
|
+
"title": "Has LICENSE"
|
349
|
+
},
|
350
|
+
"listTitle": "Score Details",
|
351
|
+
"notClaimed": {
|
352
|
+
"desc": "If you are the owner of this MCP Server, you can claim it by the following methods.",
|
353
|
+
"title": "Not Claimed by Owner"
|
354
|
+
},
|
355
|
+
"prompts": {
|
356
|
+
"desc": "This MCP Server provides prompts, allowing users to interact with the service.",
|
357
|
+
"descWithCount": "This MCP Server provides {{number}} prompts, allowing users to interact with the service.",
|
358
|
+
"title": "Includes Prompts"
|
359
|
+
},
|
360
|
+
"readme": {
|
361
|
+
"desc": "This repository contains a README.md file.",
|
362
|
+
"title": "Has README"
|
363
|
+
},
|
364
|
+
"resources": {
|
365
|
+
"desc": "This MCP Server provides resources, allowing users to attach and manage context data.",
|
366
|
+
"descWithCount": "This MCP Server provides {{number}} resources, allowing users to attach and manage context data.",
|
367
|
+
"title": "Includes Resources"
|
368
|
+
},
|
369
|
+
"title": "Score",
|
370
|
+
"tools": {
|
371
|
+
"desc": "The service must provide at least one tool, allowing users to perform specific operations.",
|
372
|
+
"descWithCount": "This MCP Server provides {{number}} tool features, allowing users to perform specific operations.",
|
373
|
+
"title": "Includes At Least One Tool"
|
374
|
+
},
|
375
|
+
"validated": {
|
376
|
+
"desc": "This MCP Server has passed installation validation, ensuring its quality and reliability.",
|
377
|
+
"title": "Validated"
|
378
|
+
}
|
379
|
+
},
|
380
|
+
"scoreLevel": {
|
381
|
+
"a": {
|
382
|
+
"desc": "This MCP Server has been rigorously validated, providing comprehensive features and a high-quality user experience.",
|
383
|
+
"fullTitle": "Excellent Plugin",
|
384
|
+
"title": "Premium"
|
385
|
+
},
|
386
|
+
"b": {
|
387
|
+
"desc": "This MCP Server offers good features and user experience but may need improvements in some areas.",
|
388
|
+
"fullTitle": "Good Functionality",
|
389
|
+
"title": "Good"
|
390
|
+
},
|
391
|
+
"f": {
|
392
|
+
"desc": "This MCP Server is incomplete or of low quality; users are advised to use it cautiously.",
|
393
|
+
"fullTitle": "Poor Quality",
|
394
|
+
"title": "Poor"
|
395
|
+
}
|
396
|
+
},
|
397
|
+
"settings": {
|
398
|
+
"capabilities": {
|
399
|
+
"prompts": "Prompts",
|
400
|
+
"resources": "Resources",
|
401
|
+
"title": "Plugin Capabilities",
|
402
|
+
"tools": "Tools"
|
403
|
+
},
|
404
|
+
"configuration": {
|
405
|
+
"title": "Plugin Configuration"
|
406
|
+
},
|
407
|
+
"connection": {
|
408
|
+
"args": "Startup Arguments",
|
409
|
+
"command": "Startup Command",
|
410
|
+
"title": "Connection Information",
|
411
|
+
"type": "Connection Type",
|
412
|
+
"url": "Service URL"
|
413
|
+
},
|
414
|
+
"saveSettings": "Save Settings",
|
415
|
+
"title": "Plugin Settings"
|
416
|
+
},
|
417
|
+
"sidebar": {
|
418
|
+
"install": "Install MCP Server",
|
419
|
+
"meta": {
|
420
|
+
"homepage": "Official Homepage",
|
421
|
+
"installCount": "Install Count",
|
422
|
+
"language": "Source Language",
|
423
|
+
"license": "License",
|
424
|
+
"published": "Published Date",
|
425
|
+
"repo": "Source Repository",
|
426
|
+
"stars": "Stars",
|
427
|
+
"title": "Details",
|
428
|
+
"updated": "Last Updated"
|
429
|
+
},
|
430
|
+
"moreServerConfig": "View Details",
|
431
|
+
"recommendServers": "Related MCP",
|
432
|
+
"serverConfig": "Installation Configuration",
|
433
|
+
"toc": "Table of Contents"
|
434
|
+
},
|
435
|
+
"summary": {
|
436
|
+
"title": "What can you do with this MCP Server?"
|
437
|
+
},
|
438
|
+
"totalScore": {
|
439
|
+
"description": "Total score calculated based on various indicators",
|
440
|
+
"legend": {
|
441
|
+
"aGrade": "Grade A ({{minPercent}}-100%)",
|
442
|
+
"bGrade": "Grade B ({{minPercent}}-{{maxPercent}}%)",
|
443
|
+
"fGrade": "Grade F (0-{{maxPercent}}%)"
|
444
|
+
},
|
445
|
+
"pointsFormat": "{{score}}/{{total}} points",
|
446
|
+
"popover": {
|
447
|
+
"completedOptional": "✅ Completed Optional Items ({{count}})",
|
448
|
+
"completedRequired": "✅ Completed Required Items ({{count}})",
|
449
|
+
"incompleteOptional": "⏸️ Incomplete Optional Items ({{count}})",
|
450
|
+
"incompleteRequired": "❌ Incomplete Required Items ({{count}})",
|
451
|
+
"title": "Score Details"
|
452
|
+
},
|
453
|
+
"ratingFormat": "Rating: {{level}}",
|
454
|
+
"scoreInfo": {
|
455
|
+
"items": "Items",
|
456
|
+
"points": "Points",
|
457
|
+
"requiredItems": "Required Items"
|
458
|
+
},
|
459
|
+
"title": "Total Score"
|
460
|
+
},
|
461
|
+
"versions": {
|
462
|
+
"table": {
|
463
|
+
"isLatest": "Latest Version",
|
464
|
+
"isValidated": "Validated",
|
465
|
+
"publishAt": "Published Date",
|
466
|
+
"version": "Version"
|
467
|
+
},
|
468
|
+
"title": "Version History"
|
469
|
+
}
|
470
|
+
},
|
471
|
+
"hero": {
|
472
|
+
"desc": "An open-source, deployable MCP Servers platform that helps AI systems easily access key resources such as file systems, databases, APIs, and more, comprehensively expanding your AI capabilities.",
|
473
|
+
"subTitle": "Open Source & Ready to Use",
|
474
|
+
"title": "Open Source MCP Marketplace for AI"
|
475
|
+
},
|
476
|
+
"sorts": {
|
477
|
+
"createdAt": "Recently Added",
|
478
|
+
"installCount": "Install Count",
|
479
|
+
"isFeatured": "Featured Plugins",
|
480
|
+
"isValidated": "Validated Plugins",
|
481
|
+
"promptsCount": "Number of Prompts",
|
482
|
+
"ratingCount": "Number of Ratings",
|
483
|
+
"resourcesCount": "Number of Resources",
|
484
|
+
"toolsCount": "Number of Tools",
|
485
|
+
"updatedAt": "Recently Updated"
|
486
|
+
},
|
487
|
+
"title": "MCP Marketplace",
|
488
|
+
"unvalidated": {
|
489
|
+
"desc": "This MCP Server has not been validated yet",
|
490
|
+
"title": "Unvalidated"
|
491
|
+
},
|
492
|
+
"validated": {
|
493
|
+
"desc": "This MCP Server has been validated to ensure its quality and reliability.",
|
494
|
+
"descWithDate": "This MCP Server was validated on {{date}} to ensure its quality and reliability.",
|
495
|
+
"title": "Validated"
|
496
|
+
}
|
497
|
+
},
|
106
498
|
"models": {
|
499
|
+
"abilities": "Model Capabilities",
|
107
500
|
"chat": "Start Conversation",
|
108
501
|
"contentLength": "Maximum Context Length",
|
502
|
+
"details": {
|
503
|
+
"overview": {
|
504
|
+
"title": "Overview"
|
505
|
+
},
|
506
|
+
"related": {
|
507
|
+
"listTitle": "Related Models",
|
508
|
+
"more": "View More",
|
509
|
+
"title": "Related Recommendations"
|
510
|
+
}
|
511
|
+
},
|
109
512
|
"free": "Free",
|
110
513
|
"guide": "Configuration Guide",
|
111
514
|
"list": "Model List",
|
@@ -156,11 +559,30 @@
|
|
156
559
|
"throughput": "Throughput",
|
157
560
|
"throughputTooltip": "Average number of tokens transmitted per second for stream requests"
|
158
561
|
},
|
562
|
+
"sorts": {
|
563
|
+
"contextWindowTokens": "Context Length",
|
564
|
+
"identifier": "Model ID",
|
565
|
+
"inputPrice": "Input Price",
|
566
|
+
"outputPrice": "Output Price",
|
567
|
+
"providerCount": "Number of Providers",
|
568
|
+
"releasedAt": "Recently Released"
|
569
|
+
},
|
159
570
|
"suggestions": "Related Models",
|
160
571
|
"supportedProviders": "Providers Supporting This Model"
|
161
572
|
},
|
162
573
|
"plugins": {
|
163
574
|
"community": "Community Plugins",
|
575
|
+
"details": {
|
576
|
+
"settings": {
|
577
|
+
"title": "Plugin Settings"
|
578
|
+
},
|
579
|
+
"summary": {
|
580
|
+
"title": "What can you do with this plugin?"
|
581
|
+
},
|
582
|
+
"tools": {
|
583
|
+
"title": "Plugin Tools"
|
584
|
+
}
|
585
|
+
},
|
164
586
|
"install": "Install Plugin",
|
165
587
|
"installed": "Installed",
|
166
588
|
"list": "Plugin List",
|
@@ -173,36 +595,54 @@
|
|
173
595
|
"more": "More",
|
174
596
|
"official": "Official Plugins",
|
175
597
|
"recentSubmits": "Recently Updated",
|
598
|
+
"sorts": {
|
599
|
+
"createdAt": "Recently Published",
|
600
|
+
"identifier": "Plugin ID",
|
601
|
+
"title": "Plugin Name"
|
602
|
+
},
|
176
603
|
"suggestions": "Related Recommendations"
|
177
604
|
},
|
178
605
|
"providers": {
|
179
606
|
"config": "Configure Provider",
|
607
|
+
"details": {
|
608
|
+
"guide": {
|
609
|
+
"title": "Integration Guide"
|
610
|
+
},
|
611
|
+
"overview": {
|
612
|
+
"title": "Overview"
|
613
|
+
},
|
614
|
+
"related": {
|
615
|
+
"listTitle": "Related Providers",
|
616
|
+
"more": "View More",
|
617
|
+
"title": "Related Recommendations"
|
618
|
+
}
|
619
|
+
},
|
180
620
|
"list": "Model Provider List",
|
181
621
|
"modelCount": "{{count}} models",
|
622
|
+
"modelName": "Model Name",
|
182
623
|
"modelSite": "Model Documentation",
|
183
624
|
"more": "More",
|
184
625
|
"officialSite": "Official Website",
|
185
626
|
"showAllModels": "Show All Models",
|
627
|
+
"sorts": {
|
628
|
+
"default": "Default Sorting",
|
629
|
+
"identifier": "Provider ID",
|
630
|
+
"modelCount": "Number of Models"
|
631
|
+
},
|
186
632
|
"suggestions": "Related Providers",
|
187
633
|
"supportedModels": "Supported Models"
|
188
634
|
},
|
635
|
+
"publishedTime": "Published on",
|
189
636
|
"search": {
|
190
637
|
"placeholder": "Search by name, description, or keywords...",
|
191
638
|
"result": "{{count}} results about <highlight>{{keyword}}</highlight>",
|
192
639
|
"searching": "Searching..."
|
193
640
|
},
|
194
|
-
"sort": {
|
195
|
-
"mostLiked": "Most Liked",
|
196
|
-
"mostUsed": "Most Used",
|
197
|
-
"newest": "Newest First",
|
198
|
-
"oldest": "Oldest First",
|
199
|
-
"recommended": "Recommended"
|
200
|
-
},
|
201
641
|
"tab": {
|
202
|
-
"
|
642
|
+
"assistant": "Assistant",
|
203
643
|
"home": "Home",
|
204
|
-
"
|
205
|
-
"
|
206
|
-
"
|
644
|
+
"model": "Model",
|
645
|
+
"plugin": "Plugin",
|
646
|
+
"provider": "Model Provider"
|
207
647
|
}
|
208
648
|
}
|