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.
- {code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/PKG-INFO +44 -1
- {code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/pyproject.toml +2 -1
- {code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/.github/FUNDING.yml +0 -0
- {code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/.github/workflows/mcp-smithery-publish.yml +0 -0
- {code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/.github/workflows/test.yml +0 -0
- {code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/.gitignore +0 -0
- {code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/.mcp.json +0 -0
- {code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/.well-known/mcp/server-card.json +0 -0
- {code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/CODE_OF_CONDUCT.md +0 -0
- {code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/CONTRIBUTING.md +0 -0
- {code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/Dockerfile.glama +0 -0
- {code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/LICENSE +0 -0
- {code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/README.md +0 -0
- {code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/SECURITY.md +0 -0
- {code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/glama.json +0 -0
- {code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/mcp-wrapper.py +0 -0
- {code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/package.json +0 -0
- {code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/pytest.ini +0 -0
- {code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/server.json +0 -0
- {code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/server.py +0 -0
- {code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/smithery.yaml +0 -0
- {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.
|
|
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
|
+
[](https://glama.ai/mcp/servers/CSOAI-ORG/code-executor-mcp)
|
|
40
|
+
|
|
41
|
+
<div align="center">
|
|
42
|
+
|
|
43
|
+
[](https://github.com/CSOAI-ORG/code-executor-mcp/stargazers)
|
|
44
|
+
|
|
45
|
+
# ucodeU executorU mcp
|
|
46
|
+
|
|
47
|
+
****
|
|
48
|
+
|
|
49
|
+
[](https://www.npmjs.com/package/@meok-ai/code-executor-mcp)
|
|
50
|
+
[](LICENSE)
|
|
51
|
+
[](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.
|
|
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"
|
|
File without changes
|
{code_executor_mcp-1.0.2 → code_executor_mcp-1.0.3}/.github/workflows/mcp-smithery-publish.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|