Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cyberagiinc/DevDocs
/ functions
Functions
187 in github.com/cyberagiinc/DevDocs
⨍
Functions
187
◇
Types & classes
61
↳
Endpoints
11
Function
GET
(request: Request)
app/api/script-content/route.ts:5
Function
GET
(request: Request)
app/api/all-files/route.ts:22
Function
GET
(request: Request)
app/api/storage/route.ts:32
Function
GET
(request: NextRequest)
app/api/storage/file-content/route.ts:9
Function
GET
(request: Request)
app/api/storage/download/route.ts:5
Function
GET
()
app/api/debug/route.ts:24
Function
GET
(request: NextRequest)
app/api/mcp/status/route.ts:7
Function
GET
(request: NextRequest)
app/api/mcp/config/route.ts:7
Function
GET
( request: Request, // Keep request parameter even if unused for standard signature { params }: { para
app/api/crawl-status/[job_id]/route.ts:6
Function
Home
()
app/page.tsx:29
Function
JobStatsSummary
({ jobStatus, // consolidatedMetadata, })
components/JobStatsSummary.tsx:29
Function
MCPConfigDialog
({ children })
components/MCPConfigDialog.tsx:22
Function
MCPServerStatus
()
components/MCPServerStatus.tsx:13
Function
MarkdownOutput
({ markdown, isVisible }: MarkdownOutputProps)
components/MarkdownOutput.tsx:12
Function
POST
( request: NextRequest, { params }: { params: { job_id: string } } )
app/api/crawl-cancel/[job_id]/route.ts:5
Function
POST
(request: Request)
app/api/storage/route.ts:7
Function
POST
(request: Request)
app/api/discover/route.ts:3
Function
POST
(request: Request)
app/api/crawl/route.ts:4
Function
ProcessingBlock
({ isProcessing, stats = { subdomainsParsed: 0, pagesCrawled: 0, dataExtracted: '0 KB', errorsEncounte
components/ProcessingBlock.tsx:22
Function
RootLayout
({ children, }: Readonly<{ children: React.ReactNode }>)
app/layout.tsx:9
Function
StoredFiles
()
components/StoredFiles.tsx:29
Function
SubdomainList
({ subdomains, /* onCrawlSelected, */ isProcessing }: SubdomainListProps)
components/SubdomainList.tsx:14
Function
Toaster
()
components/ui/toaster.tsx:13
Function
UrlInput
({ onSubmit }: UrlInputProps)
components/UrlInput.tsx:12
Method
__init__
(self)
fast-markdown-mcp/src/fast_markdown_mcp/document_structure.py:18
Method
__init__
(self, storage_path: str)
fast-markdown-mcp/src/fast_markdown_mcp/server.py:25
Method
__init__
(self, store: MarkdownStore, loop: asyncio.AbstractEventLoop)
fast-markdown-mcp/src/fast_markdown_mcp/server.py:516
Method
__init__
(self, storage_path: str)
fast-markdown-mcp/src/fast_markdown_mcp/server.py:542
Method
__init__
(self)
backend/app/config.py:123
Method
add_section
(section: Section, prefix: str = "")
fast-markdown-mcp/src/fast_markdown_mcp/document_structure.py:86
Method
call_tool
Execute tool.
fast-markdown-mcp/src/fast_markdown_mcp/server.py:731
Function
cancel_crawl_job
Requests cancellation of an ongoing crawl job.
backend/app/main.py:584
Method
cleanup_session
Clean up a crawler session
backend/app/config.py:145
Method
collect_sections
(section_list)
fast-markdown-mcp/src/fast_markdown_mcp/server.py:276
Function
copyConfig
()
components/MCPServerStatus.tsx:107
Function
crawl_endpoint
Initiates crawling for the provided pages list associated with a job ID.
backend/app/main.py:531
Function
crawl_pages
Crawl multiple pages, combine content, save to disk, and update job status including HTTP status code. Args: pages: List of pages t
backend/app/crawler.py:448
Method
create_session
Create a new crawler session
backend/app/config.py:126
Function
discover_endpoint
Initiates page discovery for the provided URL and returns a job ID.
backend/app/main.py:501
Function
discover_pages
Recursively discovers internal links starting from a given URL.
backend/app/crawler.py:134
Function
formatBytes
(bytes: number)
lib/crawl-service.ts:95
Function
getStatusIndicator
(urlStatus: string)
components/CrawlStatusMonitor.tsx:93
Method
get_browser_config
Get standardized browser configuration
backend/app/config.py:12
Function
get_crawl4ai_status
Check if the Crawl4AI service is running
backend/app/main.py:215
Function
get_crawl_status
Retrieves the current status of a crawl job.
backend/app/main.py:571
Method
get_crawler_config
Get standardized crawler configuration
backend/app/config.py:58
Method
get_index
Get list of available files.
fast-markdown-mcp/src/fast_markdown_mcp/server.py:155
Function
get_mcp_config
Get MCP server configuration
backend/app/main.py:126
Function
get_mcp_logs
Get MCP server logs
backend/app/main.py:481
Function
get_mcp_status
Check if the MCP server is running by making a direct request to the MCP container
backend/app/main.py:157
Function
get_storage_file_content
Reads and returns the content of a file from the storage/markdown directory.
backend/app/main.py:435
Method
get_table_of_contents
Get table of contents as [(level, title, section_id)].
fast-markdown-mcp/src/fast_markdown_mcp/document_structure.py:82
Function
handleCancelCrawl
()
app/page.tsx:404
Function
handleCopy
()
components/MarkdownOutput.tsx:29
Function
handleCrawlSelectedClick
()
app/page.tsx:281
Function
handleDownload
()
components/MarkdownOutput.tsx:17
Function
handleRetry
()
components/MCPConfigDialog.tsx:40
Function
handleSelectionChange
(newSelectedUrls: Set<string>)
app/page.tsx:271
Function
handleStatusUpdate
(newStatus: CrawlJobStatus)
app/page.tsx:276
Function
handleSubmit
(e: React.FormEvent)
components/UrlInput.tsx:19
Function
handleSubmit
(submittedUrl: string, depth: number)
app/page.tsx:185
Method
handle_error
Handle different types of crawling errors
backend/app/config.py:155
Function
handle_sigterm
Handle SIGTERM signal.
fast-markdown-mcp/src/fast_markdown_mcp/server.py:866
Method
handle_ssl_error
Handle SSL-related errors
backend/app/config.py:109
Function
health_check
Health check endpoint
backend/app/main.py:121
Method
list_resources
List available resources.
fast-markdown-mcp/src/fast_markdown_mcp/server.py:554
Method
list_tools
List available tools.
fast-markdown-mcp/src/fast_markdown_mcp/server.py:587
Function
loadMarkdown
(url: string)
lib/storage.ts:22
Function
log_stale_memory_files_requests
Intercepts requests specifically for the removed /api/memory-files path and logs detailed information before allowing FastAPI to return a 404
backend/app/main.py:58
Function
onChange
()
components/ui/use-mobile.tsx:10
Function
onChange
()
hooks/use-mobile.tsx:10
Method
on_created
Handle file creation.
fast-markdown-mcp/src/fast_markdown_mcp/server.py:529
Method
on_modified
Handle file modification.
fast-markdown-mcp/src/fast_markdown_mcp/server.py:534
Method
read_resource
Read resource content.
fast-markdown-mcp/src/fast_markdown_mcp/server.py:569
Method
reuse_session
Check if session can be reused
backend/app/config.py:137
Function
saveMarkdown
(url: string, content: string)
lib/storage.ts:1
Function
test_crawl4ai
Test the Crawl4AI service by crawling a URL
backend/app/main.py:249
Function
toggleAll
()
components/SubdomainList.tsx:65
Function
togglePopup
()
components/ConfigSettings.tsx:12
Function
toggleScriptView
()
components/DebugOutput.tsx:78
Function
update
(props: ToasterToast)
components/ui/use-toast.ts:148
Function
update
(props: ToasterToast)
hooks/use-toast.ts:148
Function
url_to_filename
(url: string)
lib/utils.ts:16
Function
useIsMobile
()
components/ui/use-mobile.tsx:5
Function
useIsMobile
()
hooks/use-mobile.tsx:5
Method
validate_certificate
Validate SSL certificate data
backend/app/config.py:103
Method
validate_depth
(cls, v)
backend/app/main.py:88
← previous
101–187 of 187, ranked by callers