WhoDat55 commited on
Commit
4c90e77
·
verified ·
1 Parent(s): 1a390d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -6
README.md CHANGED
@@ -1,12 +1,44 @@
1
  ---
2
- title: Hackathon Core MCP
3
- emoji: 🏆
4
- colorFrom: blue
5
- colorTo: purple
6
  sdk: docker
 
7
  pinned: false
8
  license: mit
9
- short_description: core test for BD hackathon event
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Project Conductor Core MCP
3
+ emoji: ⚙️
4
+ colorFrom: red
5
+ colorTo: yellow
6
  sdk: docker
7
+ sdk_port: 7860
8
  pinned: false
9
  license: mit
10
+ tags: ["building-mcp-track-creative"]
11
  ---
12
 
13
+ # Project: Conductor (Core MCP Server)
14
+
15
+ This is the backend MCP server for Project Conductor, an agentic development system submitted for the MCP's 1st Birthday Hackathon.
16
+
17
+ This application demonstrates **Track 1: Building MCP**. It exposes a powerful, multi-agent workflow via an API endpoint, extending the capabilities of LLMs with strategic reasoning, tool use, and resilience. It is controlled by our client application, the **[Project Conductor Client GUI](https://huggingface.co/spaces/MCP-1st-Birthday/Conductor-GUI)**. *(Note: I've updated this link to point to what I assume your client app space is named. Double-check it!)*
18
+
19
+ ---
20
+
21
+ ### 🛠️ Purpose & Capabilities
22
+
23
+ This MCP server accepts a high-level "Blueprint" and "Intent" and orchestrates a workflow between two specialized AI agents:
24
+ * **The Coder:** A precision-focused agent that generates code but escalates any ambiguity.
25
+ * **The Strategist:** A reasoning agent that resolves ambiguity, makes decisions, and can leverage external tools.
26
+
27
+ **Key Features:**
28
+ * **Autonomous Reasoning:** The system decides when to escalate issues and when to use tools.
29
+ * **Tool Integration:** Capable of using external Gradio/HTTP tools to augment its capabilities.
30
+ * **Fault Tolerance:** Can intelligently handle and report on tool failures without crashing the system.
31
+
32
+ ---
33
+
34
+ ### 🎬 Demo Video
35
+
36
+ The capabilities of this server are best demonstrated via our client application.
37
+
38
+ [LINK TO YOUR DEMO VIDEO WILL GO HERE]
39
+
40
+ ---
41
+
42
+ ### 🌐 Social Media
43
+
44
+ [LINK TO YOUR SOCIAL MEDIA POST WILL GO HERE]