claude-kanban 0.6.7 → 0.6.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bin/cli.js +1 -5
- package/dist/bin/cli.js.map +1 -1
- package/dist/server/index.js +1 -5
- package/dist/server/index.js.map +1 -1
- package/package.json +1 -1
package/dist/server/index.js
CHANGED
|
@@ -1842,11 +1842,7 @@ Begin your response with { - no other text.`;
|
|
|
1842
1842
|
// File tools for codebase analysis
|
|
1843
1843
|
"Read",
|
|
1844
1844
|
"Glob",
|
|
1845
|
-
"Grep"
|
|
1846
|
-
// Firecrawl MCP tools for better web research
|
|
1847
|
-
"mcp__firecrawl__firecrawl_search",
|
|
1848
|
-
"mcp__firecrawl__firecrawl_scrape",
|
|
1849
|
-
"mcp__firecrawl__firecrawl_extract"
|
|
1845
|
+
"Grep"
|
|
1850
1846
|
].join(",");
|
|
1851
1847
|
const args = [
|
|
1852
1848
|
"--permission-mode",
|