ai-coding-gym-mcp 0.1.5__py3-none-any.whl → 0.1.6__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.
- {ai_coding_gym_mcp-0.1.5.dist-info → ai_coding_gym_mcp-0.1.6.dist-info}/METADATA +1 -1
- ai_coding_gym_mcp-0.1.6.dist-info/RECORD +6 -0
- server.py +6 -2
- ai_coding_gym_mcp-0.1.5.dist-info/RECORD +0 -6
- {ai_coding_gym_mcp-0.1.5.dist-info → ai_coding_gym_mcp-0.1.6.dist-info}/WHEEL +0 -0
- {ai_coding_gym_mcp-0.1.5.dist-info → ai_coding_gym_mcp-0.1.6.dist-info}/entry_points.txt +0 -0
- {ai_coding_gym_mcp-0.1.5.dist-info → ai_coding_gym_mcp-0.1.6.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
server.py,sha256=2ksI7IWjKlaguYGQ98eEj4BQQghYha8RC2wJCPWm0-U,14011
|
|
2
|
+
ai_coding_gym_mcp-0.1.6.dist-info/METADATA,sha256=PDkW7qd7oSJTsafS4dHYPf9CpNMHJnVbnRW_qAPclNs,6526
|
|
3
|
+
ai_coding_gym_mcp-0.1.6.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
4
|
+
ai_coding_gym_mcp-0.1.6.dist-info/entry_points.txt,sha256=8RFDakwz8EhbAs4nFxFMAFuiH2NBJsZygTNgWIs-nV4,82
|
|
5
|
+
ai_coding_gym_mcp-0.1.6.dist-info/top_level.txt,sha256=StKOSmRhvWS5IPcvhsDRbtxUTEofJgYFGOu5AAJdSWo,7
|
|
6
|
+
ai_coding_gym_mcp-0.1.6.dist-info/RECORD,,
|
server.py
CHANGED
|
@@ -392,6 +392,10 @@ Your solution has been submitted for evaluation!
|
|
|
392
392
|
return f"Error: Unexpected error: {str(e)}"
|
|
393
393
|
|
|
394
394
|
|
|
395
|
-
|
|
396
|
-
|
|
395
|
+
def main():
|
|
396
|
+
"""Entry point for the MCP server."""
|
|
397
397
|
mcp.run(transport='stdio')
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
if __name__ == "__main__":
|
|
401
|
+
main()
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
server.py,sha256=EpEFN-XHdE0x2GFMMaA9SYuTY6ulSFezI8i7A_g8gB0,13980
|
|
2
|
-
ai_coding_gym_mcp-0.1.5.dist-info/METADATA,sha256=7M0rJOZdNzyWJ0nCEshptavra2hi41_ec2AnFa6IXPc,6526
|
|
3
|
-
ai_coding_gym_mcp-0.1.5.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
4
|
-
ai_coding_gym_mcp-0.1.5.dist-info/entry_points.txt,sha256=8RFDakwz8EhbAs4nFxFMAFuiH2NBJsZygTNgWIs-nV4,82
|
|
5
|
-
ai_coding_gym_mcp-0.1.5.dist-info/top_level.txt,sha256=StKOSmRhvWS5IPcvhsDRbtxUTEofJgYFGOu5AAJdSWo,7
|
|
6
|
-
ai_coding_gym_mcp-0.1.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|