We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cyberagiinc/DevDocs'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
permanently_enable_crawl_selected_button.md•774 B
# Feature: Permanently Enable "Crawl Selected" Button
**Objective:** Modify the `CrawlStatusMonitor.tsx` component to ensure the "Crawl Selected" button is always visible, regardless of the `canCrawl` state.
**Tasks:**
1. [ ] **Locate Button:** Identify the JSX code for the "Crawl Selected" button in `components/CrawlStatusMonitor.tsx`.
2. [ ] **Identify Condition:** Find the `canCrawl &&` conditional rendering logic wrapping the button.
3. [ ] **Read File:** Use `read_file` to confirm the structure and line numbers.
4. [ ] **Remove Condition:** Use `apply_diff` to remove the `canCrawl &&` wrapper.
5. [ ] **Verify:** Ensure the button and its container `div` are rendered unconditionally.
6. [ ] **Seal Task:** Mark task as complete after user confirmation.