feat: add MCP

This commit is contained in:
qixinbo
2026-03-27 22:06:00 +08:00
parent 5d013231bc
commit b24aff956a
8 changed files with 600 additions and 69 deletions
+18 -3
View File
@@ -181,8 +181,8 @@
"unknownError": "Unknown error",
"confirmDeleteSkill": "Are you sure you want to delete this skill?",
"selectProjectToManageSkills": "Please select a project at the top first to manage its skills",
"skillsRepository": "Skills Repository - {{project}}",
"manageAiSkillsDesc": "Manage AI skills and tools for this project, supports file uploads conforming to the agentskills.io standard",
"skillsRepository": "Skill Center",
"manageAiSkillsDesc": "Manage AI skills and MCP server configurations for this project",
"uploadSkill": "Upload Skill",
"source": "Source",
"installationTime": "Installation Time",
@@ -236,5 +236,20 @@
"dontHaveAccount": "Don't have an account?",
"alreadyHaveAccount": "Already have an account?",
"registrationSuccess": "Registration successful! Please login.",
"errorOccurred": "An error occurred"
"errorOccurred": "An error occurred",
"mcpConfig": "MCP Configuration",
"mcp": "MCP",
"skills": "Skills Configuration",
"transport": "Transport",
"command": "Command",
"args": "Args (JSON Array)",
"env": "Env (JSON Object)",
"url": "URL",
"headers": "Headers (JSON Object)",
"addMcpServer": "Add MCP Server",
"editMcpServer": "Edit MCP Server",
"mcpServerName": "MCP Server Name",
"noMcpServers": "No MCP servers configured",
"confirmDeleteMcpServer": "Are you sure you want to delete this MCP server?",
"saveMcpServer": "Save MCP Server"
}