feat: add MCP
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user