Spaces:
Configuration error
Configuration error
Create mcp_config.py
Browse files- mcp_config.py +11 -0
mcp_config.py
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
metadata = {
|
2 |
+
"name": "geo-agent",
|
3 |
+
"description": (
|
4 |
+
"GEO (Generative Engine Optimisation) tool: evaluates brand/website visibility "
|
5 |
+
"across LLMs using corpus, structure, quality, and hygiene scores, then returns "
|
6 |
+
"a combined GEO score and recommendations."
|
7 |
+
),
|
8 |
+
"input_type": "text", # e.g., "https://example.com" or "Brand Name"
|
9 |
+
"output_type": "json",
|
10 |
+
"author": "Aryan Salge"
|
11 |
+
}
|