code-executor-mcp 1.0.2__tar.gz → 1.0.3__tar.gz

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.
Files changed (22) hide show
  1. {code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/PKG-INFO +44 -1
  2. {code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/pyproject.toml +2 -1
  3. {code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/.github/FUNDING.yml +0 -0
  4. {code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/.github/workflows/mcp-smithery-publish.yml +0 -0
  5. {code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/.github/workflows/test.yml +0 -0
  6. {code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/.gitignore +0 -0
  7. {code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/.mcp.json +0 -0
  8. {code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/.well-known/mcp/server-card.json +0 -0
  9. {code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/CODE_OF_CONDUCT.md +0 -0
  10. {code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/CONTRIBUTING.md +0 -0
  11. {code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/Dockerfile.glama +0 -0
  12. {code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/LICENSE +0 -0
  13. {code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/README.md +0 -0
  14. {code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/SECURITY.md +0 -0
  15. {code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/glama.json +0 -0
  16. {code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/mcp-wrapper.py +0 -0
  17. {code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/package.json +0 -0
  18. {code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/pytest.ini +0 -0
  19. {code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/server.json +0 -0
  20. {code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/server.py +0 -0
  21. {code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/smithery.yaml +0 -0
  22. {code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/tests/test_server.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: code-executor-mcp
3
- Version: 1.0.2
3
+ Version: 1.0.3
4
4
  Summary: MCP server for code executor. Features execute code, run command, run tests. From MEOK AI Labs.
5
5
  Project-URL: Homepage, https://meok.ai
6
6
  Project-URL: Repository, https://github.com/CSOAI-ORG/code-executor-mcp
@@ -34,3 +34,46 @@ Classifier: Programming Language :: Python :: 3
34
34
  Classifier: Topic :: Software Development :: Libraries
35
35
  Requires-Python: >=3.10
36
36
  Requires-Dist: mcp>=1.0.0
37
+ Description-Content-Type: text/markdown
38
+
39
+ [![code-executor-mcp MCP server](https://glama.ai/mcp/servers/CSOAI-ORG/code-executor-mcp/badges/card.svg)](https://glama.ai/mcp/servers/CSOAI-ORG/code-executor-mcp)
40
+
41
+ <div align="center">
42
+
43
+ [![GitHub stars](https://img.shields.io/github/stars/CSOAI-ORG/code-executor-mcp)](https://github.com/CSOAI-ORG/code-executor-mcp/stargazers)
44
+
45
+ # ucodeU executorU mcp
46
+
47
+ ****
48
+
49
+ [![npm version](https://img.shields.io/npm/v/@meok-ai/code-executor-mcp)](https://www.npmjs.com/package/@meok-ai/code-executor-mcp)
50
+ [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
51
+ [![MEOK AI Labs](https://img.shields.io/badge/MEOK_AI_Labs-255+_servers-purple)](https://meok.ai)
52
+
53
+ [Installation](#installation) · [Docs](https://csoai.org) · [Report Bug](https://github.com/CSOAI-ORG/code-executor-mcp/issues)
54
+
55
+ </div>
56
+
57
+ ---
58
+
59
+ ## Installation
60
+
61
+ ```bash
62
+ pip install code-executor-mcp
63
+ # or
64
+ npm install -g @meok-ai/code-executor-mcp
65
+ ```
66
+
67
+ ## Quick Start
68
+
69
+ See the project repository for full documentation and examples.
70
+
71
+ ## Enterprise Support
72
+
73
+ - 📧 nicholas@csoai.org
74
+ - 🌐 [CSOAI.org](https://csoai.org)
75
+
76
+ ## License
77
+
78
+ MIT © [CSOAI](https://csoai.org)
79
+ <!-- mcp-name: io.github.CSOAI-ORG/code-executor-mcp -->
@@ -3,7 +3,8 @@ requires = ["hatchling"]
3
3
  build-backend = "hatchling.build"
4
4
  [project]
5
5
  name = "code-executor-mcp"
6
- version = "1.0.2"
6
+ version = "1.0.3"
7
+ readme = "README.md"
7
8
  description = "MCP server for code executor. Features execute code, run command, run tests. From MEOK AI Labs."
8
9
  license = {file = "LICENSE"}
9
10
  requires-python = ">=3.10"