Skip to content

Commit 6009d4f

Browse files
committed
Fix: Use correct agent.toml filename and remove shell MCP server
1 parent 05bc73d commit 6009d4f

File tree

2 files changed

+1
-174
lines changed

2 files changed

+1
-174
lines changed

agents/license-compliance/agent.toml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -80,21 +80,7 @@ arguments = [
8080
{ name = "ignore_dev_dependencies", type = "boolean", required = false, description = "Skip license checking for development-only dependencies", default = true }
8181
]
8282

83-
mcpServers = """
84-
{
85-
"mcpServers": {
86-
"shell": {
87-
"command": "uvx",
88-
"args": [
89-
"mcp-shell-server"
90-
],
91-
"env": {
92-
"ALLOW_COMMANDS": "git,npm,pip,cargo,go,mvn,gradle,cat,grep,find,curl,jq,ls,head,tail,sort,uniq"
93-
}
94-
}
95-
}
96-
}
97-
"""
83+
mcpServers = """{}"""
9884

9985
tools = ["git", "filesystem", "shell"]
10086

agents/license-compliance/qodo-agent.toml

Lines changed: 0 additions & 159 deletions
This file was deleted.

0 commit comments

Comments
 (0)