sammoftah commited on
Commit
d2c1076
Β·
verified Β·
1 Parent(s): 272acb6

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -9,6 +9,8 @@ app_file: app.py
9
  pinned: false
10
  tags:
11
  - building-mcp-track-consumer
 
 
12
  - mcp
13
  - historical
14
  - image-generation
@@ -16,6 +18,10 @@ tags:
16
  - gemini
17
  - geospatial
18
  - coordinates
 
 
 
 
19
  license: mit
20
  ---
21
 
@@ -113,10 +119,24 @@ The curated database has about 50 events, but Wikidata adds much more coverage.
113
 
114
  The [MCP 1st Birthday Hackathon](https://huggingface.co/MCP-1st-Birthday) by Anthropic and Gradio.
115
 
116
- **Track**: Building MCP (MCP Server Implementation)
 
 
 
 
 
 
 
 
 
 
117
 
118
  ## Social Media
119
 
 
 
 
 
120
 
121
 
122
 
 
9
  pinned: false
10
  tags:
11
  - building-mcp-track-consumer
12
+ - building-mcp-track-provider
13
+ - mcp-in-action-track
14
  - mcp
15
  - historical
16
  - image-generation
 
18
  - gemini
19
  - geospatial
20
  - coordinates
21
+ - agentic-chatbots
22
+ - rag
23
+ - context-engineering
24
+ - gradio-6
25
  license: mit
26
  ---
27
 
 
119
 
120
  The [MCP 1st Birthday Hackathon](https://huggingface.co/MCP-1st-Birthday) by Anthropic and Gradio.
121
 
122
+ **Competing in ALL Tracks:**
123
+ - **Track 1: Building MCP** - Full MCP server implementation with 6+ tools for historical event search and image generation
124
+ - **Track 2: MCP in Action** - Practical application using MCP for agentic workflows, RAG, and context engineering
125
+
126
+ **Key MCP Features:**
127
+ - βœ… MCP Server with multiple tools (`mcp_generate_historical_image`, `mcp_get_events_by_coordinates`, `mcp_search_wikidata_events`, etc.)
128
+ - βœ… Consumer integration (works with Claude Desktop and other MCP clients)
129
+ - βœ… Agentic capabilities (AI assistants can programmatically generate historical images)
130
+ - βœ… RAG implementation (searches curated database + Wikidata for historical context)
131
+ - βœ… Context engineering (builds rich prompts from coordinates, dates, and event data)
132
+ - βœ… Gradio 6.0 with native MCP support
133
 
134
  ## Social Media
135
 
136
+ **X/Twitter Post**: https://x.com/osamaamoftah/status/1995280953116065956?s=20
137
+
138
+ **Demo Video**: https://x.com/osamaamoftah/status/1995280953116065956?s=20
139
+
140
 
141
 
142