deleted filesystem mcp from typical config
This commit is contained in:
+4
-10
@@ -22,12 +22,6 @@ port = 8080
|
|||||||
timeout_secs = 60
|
timeout_secs = 60
|
||||||
|
|
||||||
[mcp_servers]
|
[mcp_servers]
|
||||||
# [mcp_servers.filesystem]
|
|
||||||
# transport = "stdio"
|
|
||||||
# command = "npx"
|
|
||||||
# args = ["-y", "@modelcontextprotocol/server-filesystem", "."]
|
|
||||||
# env = []
|
|
||||||
|
|
||||||
[mcp_servers.context7]
|
[mcp_servers.context7]
|
||||||
transport = "http"
|
transport = "http"
|
||||||
url = "https://mcp.context7.com/mcp"
|
url = "https://mcp.context7.com/mcp"
|
||||||
@@ -46,7 +40,7 @@ port = 8080
|
|||||||
description = "Lead Architect and project coordinator"
|
description = "Lead Architect and project coordinator"
|
||||||
max_iterations = 15
|
max_iterations = 15
|
||||||
subagents = ["coder", "reviewer", "tester"]
|
subagents = ["coder", "reviewer", "tester"]
|
||||||
toolsets = ["filesystem", "context7", "exa"]
|
toolsets = ["context7", "exa"]
|
||||||
goals = [
|
goals = [
|
||||||
"Coordinate complex software engineering tasks",
|
"Coordinate complex software engineering tasks",
|
||||||
"Ensure high-quality code delivery by delegating to specialized agents",
|
"Ensure high-quality code delivery by delegating to specialized agents",
|
||||||
@@ -60,7 +54,7 @@ port = 8080
|
|||||||
system_prompt = "You are a Senior Software Engineer specializing in implementation. Your goal is to write clean, efficient, and well-documented code based on the architect's instructions."
|
system_prompt = "You are a Senior Software Engineer specializing in implementation. Your goal is to write clean, efficient, and well-documented code based on the architect's instructions."
|
||||||
description = "Senior Developer focused on implementation and refactoring"
|
description = "Senior Developer focused on implementation and refactoring"
|
||||||
max_iterations = 10
|
max_iterations = 10
|
||||||
toolsets = ["filesystem", "context7"]
|
toolsets = ["context7"]
|
||||||
goals = [
|
goals = [
|
||||||
"Implement features and bug fixes with precision",
|
"Implement features and bug fixes with precision",
|
||||||
"Adhere to project-specific coding standards and best practices",
|
"Adhere to project-specific coding standards and best practices",
|
||||||
@@ -73,7 +67,7 @@ port = 8080
|
|||||||
system_prompt = "You are a Quality Assurance Specialist and Code Reviewer. Your role is to analyze code for potential bugs, security vulnerabilities, and style violations."
|
system_prompt = "You are a Quality Assurance Specialist and Code Reviewer. Your role is to analyze code for potential bugs, security vulnerabilities, and style violations."
|
||||||
description = "Code Reviewer and Quality Assurance specialist"
|
description = "Code Reviewer and Quality Assurance specialist"
|
||||||
max_iterations = 8
|
max_iterations = 8
|
||||||
toolsets = ["filesystem", "context7"]
|
toolsets = ["context7"]
|
||||||
goals = [
|
goals = [
|
||||||
"Perform thorough code reviews and identify edge cases",
|
"Perform thorough code reviews and identify edge cases",
|
||||||
"Suggest optimizations and improvements",
|
"Suggest optimizations and improvements",
|
||||||
@@ -87,7 +81,7 @@ port = 8080
|
|||||||
system_prompt = "You are a Test Engineer. Your primary responsibility is to write and execute tests to ensure software reliability and correctness."
|
system_prompt = "You are a Test Engineer. Your primary responsibility is to write and execute tests to ensure software reliability and correctness."
|
||||||
description = "Test Engineer focused on automated testing and verification"
|
description = "Test Engineer focused on automated testing and verification"
|
||||||
max_iterations = 10
|
max_iterations = 10
|
||||||
toolsets = ["filesystem"]
|
toolsets = ["context7"]
|
||||||
goals = [
|
goals = [
|
||||||
"Develop comprehensive test suites (unit, integration, e2e)",
|
"Develop comprehensive test suites (unit, integration, e2e)",
|
||||||
"Run tests and analyze failures to provide actionable feedback",
|
"Run tests and analyze failures to provide actionable feedback",
|
||||||
|
|||||||
Reference in New Issue
Block a user