Spaces:
Sleeping
Sleeping
Update mcp_spaces_finder.py
Browse files- mcp_spaces_finder.py +2 -2
mcp_spaces_finder.py
CHANGED
|
@@ -2,7 +2,6 @@
|
|
| 2 |
Simple HuggingFace MCP Spaces Finder Module - Corrected Version
|
| 3 |
A minimal module to discover MCP servers on HuggingFace Spaces.
|
| 4 |
Fixed to fetch ALL available MCP servers using proper pagination.
|
| 5 |
-
|
| 6 |
Usage:
|
| 7 |
from mcp_spaces_finder import create_simple_mcp_selector
|
| 8 |
|
|
@@ -184,4 +183,5 @@ if __name__ == "__main__":
|
|
| 184 |
]
|
| 185 |
|
| 186 |
print("Testing MCP space discovery...")
|
| 187 |
-
debug_search_for_spaces(test_spaces)
|
|
|
|
|
|
| 2 |
Simple HuggingFace MCP Spaces Finder Module - Corrected Version
|
| 3 |
A minimal module to discover MCP servers on HuggingFace Spaces.
|
| 4 |
Fixed to fetch ALL available MCP servers using proper pagination.
|
|
|
|
| 5 |
Usage:
|
| 6 |
from mcp_spaces_finder import create_simple_mcp_selector
|
| 7 |
|
|
|
|
| 183 |
]
|
| 184 |
|
| 185 |
print("Testing MCP space discovery...")
|
| 186 |
+
debug_search_for_spaces(test_spaces)
|
| 187 |
+
|