feat: Created a new iwe skill and installed the iwe MCP server for utilizing large knowledgebases

This commit is contained in:
2026-07-03 22:04:16 -06:00
parent 2ec2aec4c0
commit ede0f75a89
4 changed files with 78 additions and 0 deletions
+5
View File
@@ -18,6 +18,11 @@
"type": "stdio",
"command": "uvx",
"args": ["duckduckgo-mcp-server"]
},
"iwe": {
"type": "stdio",
"command": "iwec",
"args": ["--project", "."]
}
}
}