Falguni commited on
Commit
77a06c8
·
1 Parent(s): c574a9a

Update readme

Browse files
Files changed (1) hide show
  1. README.md +15 -10
README.md CHANGED
@@ -6,8 +6,12 @@ colorTo: green
6
  sdk: gradio
7
  sdk_version: 5.33.0
8
  app_file: app.py
9
- pinned: false
10
  license: gpl-3.0
 
 
 
 
11
  ---
12
 
13
  # ThinkSquare
@@ -23,11 +27,10 @@ license: gpl-3.0
23
 
24
  **ThinkSquare** is an AI chess assistant built as an **MCP Server**. It enables users to:
25
 
26
- - Play Chess interactively through any compatible MCP Client (e.g., Claude Desktop, Cline VSCode extension)
 
27
  - Suggest Strong Moves powered by LLMs and cloud infrastructure
28
- - Analyze and Annotate PGN Games with AI insights
29
 
30
- More advanced features are coming soon.
31
 
32
  ---
33
 
@@ -43,13 +46,13 @@ More advanced features are coming soon.
43
 
44
  You can use any compatible MCP Client to connect to ThinkSquare, such as:
45
 
46
- - [Claude Desktop](https://www.anthropic.com/index/claude-desktop)
47
- - [Cline](https://github.com/jzcli/cline) (VSCode extension)
48
- - [Cursor](https://www.cursor.so/)
49
  - Or even another Gradio MCP Client Space
50
 
51
  **ThinkSquare** will automatically respond to tool calls like:
52
- play_chess, suggest_move, analyze_pgn
53
 
54
 
55
  ---
@@ -63,7 +66,8 @@ play_chess, suggest_move, analyze_pgn
63
  ## Author
64
 
65
  **Falguni Das Shuvo**
66
- Engineer · Researcher · RL + Robotics Enthusiast
 
67
  🔗 GitHub: [@shuvoxcd01](https://github.com/shuvoxcd01)
68
  🌐 Hugging Face: [@Falguni](https://huggingface.co/Falguni)
69
  📍 Bangladesh
@@ -71,6 +75,7 @@ Engineer · Researcher · RL + Robotics Enthusiast
71
  ---
72
 
73
  ## Tags
74
-
75
  `mcp-server-track`
 
 
76
 
 
6
  sdk: gradio
7
  sdk_version: 5.33.0
8
  app_file: app.py
9
+ pinned: true
10
  license: gpl-3.0
11
+ tag: mcp-server-track
12
+ tag: modal
13
+ tag: sambanova
14
+
15
  ---
16
 
17
  # ThinkSquare
 
27
 
28
  **ThinkSquare** is an AI chess assistant built as an **MCP Server**. It enables users to:
29
 
30
+ - Analyze and Annotate PGN Games with AI insights
31
+ - Play Chess interactively through any compatible MCP Client (e.g., Claude Desktop, Cline [VSCode extension])
32
  - Suggest Strong Moves powered by LLMs and cloud infrastructure
 
33
 
 
34
 
35
  ---
36
 
 
46
 
47
  You can use any compatible MCP Client to connect to ThinkSquare, such as:
48
 
49
+ - [Claude Desktop](https://claude.ai/download)
50
+ - [Cline](https://cline.bot/)
51
+ - [Cursor](https://www.cursor.com/)
52
  - Or even another Gradio MCP Client Space
53
 
54
  **ThinkSquare** will automatically respond to tool calls like:
55
+ play_chess, suggest_move, annotate_pgn
56
 
57
 
58
  ---
 
66
  ## Author
67
 
68
  **Falguni Das Shuvo**
69
+ Engineer · Researcher
70
+ Focuses: Reinforcement Learning · GenAI · Optimization
71
  🔗 GitHub: [@shuvoxcd01](https://github.com/shuvoxcd01)
72
  🌐 Hugging Face: [@Falguni](https://huggingface.co/Falguni)
73
  📍 Bangladesh
 
75
  ---
76
 
77
  ## Tags
 
78
  `mcp-server-track`
79
+ `modal`
80
+ `sambanova`
81