Gianpaolo Macario
commited on
Commit
·
c471665
1
Parent(s):
7262a5b
docs: update README.md
Browse files
README.md
CHANGED
@@ -8,30 +8,36 @@ sdk_version: 5.33.0
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
-
short_description:
|
12 |
tags:
|
13 |
- mcp-server-track
|
14 |
- agent-demo-track
|
15 |
---
|
16 |
|
|
|
|
|
17 |
## Simple Calculator
|
18 |
|
19 |
[](https://github.com/gperdrizet/rss-mcp-client/actions/workflows/publish_hf_space.yml)
|
20 |
|
21 |
An MCP server providing a few helpful tools:
|
22 |
|
|
|
23 |
- Greeter (testing parameter passing)
|
24 |
- Tell a dad joke (testing REST API integration)
|
25 |
-
- Handheld Calculator (testing tools errors)
|
26 |
- Image generation (performed through [Modal.com](https://modal.com/) ephemeral containers)
|
27 |
|
28 |
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).
|
29 |
|
30 |
-
<!-- Check out the configuration reference at <https://huggingface.co/docs/hub/spaces-config-reference> -->
|
31 |
-
|
32 |
## Team
|
33 |
|
34 |
- [Gianpaolo Macario](https://huggingface.co/gmacario)
|
35 |
- [Alessio Chessa](https://huggingface.co/aleche28)
|
36 |
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
<!-- EOF -->
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
+
short_description: Calculator and other helpful tools
|
12 |
tags:
|
13 |
- mcp-server-track
|
14 |
- agent-demo-track
|
15 |
---
|
16 |
|
17 |
+
<!-- Check out the configuration reference at <https://huggingface.co/docs/hub/spaces-config-reference> -->
|
18 |
+
|
19 |
## Simple Calculator
|
20 |
|
21 |
[](https://github.com/gperdrizet/rss-mcp-client/actions/workflows/publish_hf_space.yml)
|
22 |
|
23 |
An MCP server providing a few helpful tools:
|
24 |
|
25 |
+
- A simple Handheld Calculator
|
26 |
- Greeter (testing parameter passing)
|
27 |
- Tell a dad joke (testing REST API integration)
|
|
|
28 |
- Image generation (performed through [Modal.com](https://modal.com/) ephemeral containers)
|
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 -->
|
40 |
+
|
41 |
+
[](https://www.youtube.com/watch?v=iUe4N7yvpmA "OpenCV AI Competition 2023 Grand Prize Winners - OpenCV Live 126")
|
42 |
+
|
43 |
<!-- EOF -->
|