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/bin/cli.js
CHANGED
|
@@ -2170,11 +2170,7 @@ Begin your response with { - no other text.`;
|
|
|
2170
2170
|
// File tools for codebase analysis
|
|
2171
2171
|
"Read",
|
|
2172
2172
|
"Glob",
|
|
2173
|
-
"Grep"
|
|
2174
|
-
// Firecrawl MCP tools for better web research
|
|
2175
|
-
"mcp__firecrawl__firecrawl_search",
|
|
2176
|
-
"mcp__firecrawl__firecrawl_scrape",
|
|
2177
|
-
"mcp__firecrawl__firecrawl_extract"
|
|
2173
|
+
"Grep"
|
|
2178
2174
|
].join(",");
|
|
2179
2175
|
const args = [
|
|
2180
2176
|
"--permission-mode",
|