Add I Ching MCP to extension catalog (#4525)

This commit is contained in:
Joe Gracyk
2025-09-22 12:35:28 -07:00
committed by GitHub
parent c36b9b59b4
commit 83fc8a69d3
4 changed files with 119 additions and 1 deletions
@@ -14,7 +14,7 @@ function getStdioConfig(
timeout: number
) {
// Validate that the command is one of the allowed commands
const allowedCommands = ['cu', 'docker', 'jbang', 'npx', 'uvx', 'goosed', 'npx.cmd'];
const allowedCommands = ['cu', 'docker', 'jbang', 'npx', 'uvx', 'goosed', 'npx.cmd', 'i-ching-mcp-server'];
if (!allowedCommands.includes(cmd)) {
toastService.handleError(
'Invalid Command',