Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Model Context Protocol (MCP) Example Implementation
|
2 |
|
3 |
This repository demonstrates the implementation of the Model Context Protocol (MCP), a standardized approach for managing context in AI/ML models.
|
|
|
1 |
+
---
|
2 |
+
title: MCP Task Manager CLI
|
3 |
+
emoji: 📋
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: purple
|
6 |
+
sdk: docker
|
7 |
+
sdk_version: "3.11"
|
8 |
+
app_file: mcp_task_client.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# Model Context Protocol (MCP) Example Implementation
|
13 |
|
14 |
This repository demonstrates the implementation of the Model Context Protocol (MCP), a standardized approach for managing context in AI/ML models.
|