We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8e331 commit 71f70ceCopy full SHA for 71f70ce
src/mcp_shell_server/server.py
@@ -44,7 +44,7 @@ def get_tool_description(self) -> Tool:
44
"""Get the tool description for the execute command"""
45
return Tool(
46
name=self.name,
47
- description=f"{self.description}\nAllowed commands: {', '.join(self.get_allowed_commands())}",
+ description=f"{self.description}\nAllowed commands: {allowed_commands}\nAllowed patterns: {allowed_patterns}",
48
inputSchema={
49
"type": "object",
50
"properties": {
0 commit comments