ai-coding-gym-mcp 0.1.3__py3-none-any.whl → 0.1.4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ai-coding-gym-mcp
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: MCP server for AI Coding Gym - fetch and submit coding challenges
5
5
  Home-page: https://github.com/yourusername/ai-coding-gym-mcp
6
6
  Author: AICodingGym Team
@@ -61,15 +61,45 @@ Add to your Claude Desktop config (`~/Library/Application Support/Claude/claude_
61
61
  ```json
62
62
  {
63
63
  "mcpServers": {
64
+ "ai-coding-gym": {
65
+ "command": "ai-coding-gym-mcp"
66
+ }
67
+ }
68
+ }
69
+ ```
70
+
71
+ ### Configure VS Code (Copilot with MCP)
72
+
73
+ Add to your VS Code settings (`.vscode/settings.json` or User Settings):
74
+
75
+ ```json
76
+ {
77
+ "github.copilot.chat.codeGeneration.instructions": [
78
+ {
79
+ "text": "Use AI Coding Gym MCP tools for problem solving"
80
+ }
81
+ ],
82
+ "mcp.servers": {
64
83
  "ai-coding-gym": {
65
84
  "command": "python",
66
- "args": ["-m", "server"]
85
+ "args": ["-m", "server"],
86
+ "cwd": "/path/to/ai-coding-gym-mcp"
67
87
  }
68
88
  }
69
89
  }
70
90
  ```
71
91
 
72
- See [INSTALLATION.md](INSTALLATION.md) for detailed setup instructions for Claude Desktop and VS Code.
92
+ Or if installed via pip, use the executable directly:
93
+
94
+ ```json
95
+ {
96
+ "mcp.servers": {
97
+ "ai-coding-gym": {
98
+ "command": "ai-coding-gym-mcp"
99
+ }
100
+ }
101
+ }
102
+ ```
73
103
 
74
104
  ## Usage
75
105
 
@@ -212,13 +242,6 @@ The MCP server connects to the hardcoded AI Coding Gym server and uses the follo
212
242
  **"Directory already exists"**
213
243
  - Remove the existing directory or use a different workspace location
214
244
 
215
- ## Publishing
216
-
217
- See [PUBLISHING.md](PUBLISHING.md) for instructions on:
218
- - Publishing to PyPI
219
- - Publishing to GitHub
220
- - Version management
221
- - Release workflow
222
245
 
223
246
  ## Development
224
247
 
@@ -0,0 +1,6 @@
1
+ server.py,sha256=CPUOvS60mwvBa7iSFGkUhFvfi2sB8DAJr1eHqB1MJYQ,16939
2
+ ai_coding_gym_mcp-0.1.4.dist-info/METADATA,sha256=36X6NU8ecK7txC6d8KxQkkQExz-0t0_6RszSgoayJgw,6526
3
+ ai_coding_gym_mcp-0.1.4.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
4
+ ai_coding_gym_mcp-0.1.4.dist-info/entry_points.txt,sha256=8RFDakwz8EhbAs4nFxFMAFuiH2NBJsZygTNgWIs-nV4,82
5
+ ai_coding_gym_mcp-0.1.4.dist-info/top_level.txt,sha256=StKOSmRhvWS5IPcvhsDRbtxUTEofJgYFGOu5AAJdSWo,7
6
+ ai_coding_gym_mcp-0.1.4.dist-info/RECORD,,
@@ -1,2 +1,3 @@
1
1
  [console_scripts]
2
2
  ai-coding-gym-mcp = server:main
3
+ ai_coding_gym_mcp = server:main
@@ -1,6 +0,0 @@
1
- server.py,sha256=CPUOvS60mwvBa7iSFGkUhFvfi2sB8DAJr1eHqB1MJYQ,16939
2
- ai_coding_gym_mcp-0.1.3.dist-info/METADATA,sha256=mf71-4IFxeRbyuRF8FyW--PmJ76-2i_95T5v6y4WAjU,6223
3
- ai_coding_gym_mcp-0.1.3.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
4
- ai_coding_gym_mcp-0.1.3.dist-info/entry_points.txt,sha256=O_Ya91fge6V-bwpf4oace2eFB2asJVEE4Oe3fWcL6dY,50
5
- ai_coding_gym_mcp-0.1.3.dist-info/top_level.txt,sha256=StKOSmRhvWS5IPcvhsDRbtxUTEofJgYFGOu5AAJdSWo,7
6
- ai_coding_gym_mcp-0.1.3.dist-info/RECORD,,