victor HF Staff commited on
Commit
5574b6c
·
1 Parent(s): e569cd5

docs: Add Hugging Face Spaces configuration to README

Browse files

- Add YAML frontmatter for Hugging Face Spaces deployment
- Configure Docker SDK with port 3000
- Add project title and description headers

Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
  <a href="https://mcp.scira.ai">
2
  <h1 align="center">Scira MCP Chat</h1>
3
  </a>
 
1
+ ---
2
+ title: Scira Chat
3
+ emoji: 📊
4
+ colorFrom: red
5
+ colorTo: green
6
+ sdk: docker
7
+ pinned: false
8
+ app_port: 3000
9
+ ---
10
+
11
  <a href="https://mcp.scira.ai">
12
  <h1 align="center">Scira MCP Chat</h1>
13
  </a>