comprehensive_mcp_web¶
Comprehensive MCP Discovery Web Interface.
Combines all features: - CSV data browsing with sorting/filtering - Self-query RAG search with metadata filtering - Parent document retrieval for full content - Enhanced data viewing with README content
Functions¶
|
Display search results. |
|
Main. |
|
Perform advanced search with multiple methods. |
|
Perform search based on selected method. |
Advanced search with all retrieval methods. |
|
Analytics and visualizations. |
|
Main dashboard with overview and quick search. |
|
Enhanced data browser with filtering and sorting. |
|
Detailed server information with enhanced data. |
|
Tools and utilities. |
Module Contents¶
- comprehensive_mcp_web.display_search_results(results: dict[str, Any], query: str)¶
Display search results.
- comprehensive_mcp_web.main()¶
Main.
- comprehensive_mcp_web.perform_advanced_search(query: str, methods: list[str], max_results: int)¶
Perform advanced search with multiple methods.
- comprehensive_mcp_web.search_servers(query: str, method: str) dict[str, Any] ¶
Perform search based on selected method.
- comprehensive_mcp_web.show_advanced_search()¶
Advanced search with all retrieval methods.
- comprehensive_mcp_web.show_analytics()¶
Analytics and visualizations.
- comprehensive_mcp_web.show_dashboard()¶
Main dashboard with overview and quick search.
- comprehensive_mcp_web.show_data_browser()¶
Enhanced data browser with filtering and sorting.
- comprehensive_mcp_web.show_server_details()¶
Detailed server information with enhanced data.
- comprehensive_mcp_web.show_tools()¶
Tools and utilities.