Gianpaolo Macario
commited on
Commit
·
0d98ddf
1
Parent(s):
7c8381c
docs(README): expand contents
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
title: Simple Calculator
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: gradio
|
|
@@ -29,11 +29,24 @@ An MCP server providing a few helpful tools:
|
|
| 29 |
|
| 30 |
The purpose of this space is mainly to test the (still very experimental) integration of an MCP server within [Microsoft Copilot Studio](https://www.microsoft.com/en-us/microsoft-copilot/microsoft-copilot-studio).
|
| 31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
## Team
|
| 33 |
|
| 34 |
- [Gianpaolo Macario](https://huggingface.co/gmacario)
|
| 35 |
- [Alessio Chessa](https://huggingface.co/aleche28)
|
| 36 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
### Demo video
|
| 38 |
|
| 39 |
<!-- TODO: Update link to YouTube video when available -->
|
|
|
|
| 1 |
---
|
| 2 |
title: Simple Calculator
|
| 3 |
+
emoji: 🧮
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: gradio
|
|
|
|
| 29 |
|
| 30 |
The purpose of this space is mainly to test the (still very experimental) integration of an MCP server within [Microsoft Copilot Studio](https://www.microsoft.com/en-us/microsoft-copilot/microsoft-copilot-studio).
|
| 31 |
|
| 32 |
+
## 🛠️ Built With
|
| 33 |
+
|
| 34 |
+
- [Gradio MCP interface](https://www.gradio.app/guides/building-mcp-server-with-gradio)
|
| 35 |
+
- [Hugging Face Spaces](https://huggingface.co/spaces)
|
| 36 |
+
- [Modal.com](https://modal.com/) serverless compute platform
|
| 37 |
+
|
| 38 |
+
<!-- - [Anthropic API](https://www.anthropic.com/api) -->
|
| 39 |
+
<!-- - [Mistral API](https://docs.mistral.ai/api/) -->
|
| 40 |
+
|
| 41 |
## Team
|
| 42 |
|
| 43 |
- [Gianpaolo Macario](https://huggingface.co/gmacario)
|
| 44 |
- [Alessio Chessa](https://huggingface.co/aleche28)
|
| 45 |
|
| 46 |
+
## 📹 Demonstration
|
| 47 |
+
|
| 48 |
+
[This Hugging Face space](https://huggingface.co/spaces/gmacario/test-simple-calculator) actually uses this MCP server, demonstrating its usability.
|
| 49 |
+
|
| 50 |
### Demo video
|
| 51 |
|
| 52 |
<!-- TODO: Update link to YouTube video when available -->
|