Gianpaolo Macario commited on
Commit
f273191
·
1 Parent(s): b63b631

docs: expand README

Browse files
Files changed (1) hide show
  1. README.md +22 -1
README.md CHANGED
@@ -9,8 +9,29 @@ app_file: app.py
9
  pinned: false
10
  license: mit
11
  short_description: A Simple Calculator
 
 
 
12
  ---
13
 
14
- Check out the configuration reference at <https://huggingface.co/docs/hub/spaces-config-reference>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
 
16
  <!-- EOF -->
 
9
  pinned: false
10
  license: mit
11
  short_description: A Simple Calculator
12
+ tags:
13
+ - mcp-server-track
14
+ - agent-demo-track
15
  ---
16
 
17
+ ## Simple Calculator
18
+
19
+ [![HuggingFace Space](https://github.com/gperdrizet/rss-mcp-client/actions/workflows/publish_hf_space.yml/badge.svg)](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 -->