code-executor-mcp 1.0.6__tar.gz → 1.0.7__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.6 → code_executor_mcp-1.0.7}/PKG-INFO +1 -1
- {code_executor_mcp-1.0.6 → code_executor_mcp-1.0.7}/pyproject.toml +1 -1
- {code_executor_mcp-1.0.6 → code_executor_mcp-1.0.7}/.cursorrules +0 -0
- {code_executor_mcp-1.0.6 → code_executor_mcp-1.0.7}/.github/FUNDING.yml +0 -0
- {code_executor_mcp-1.0.6 → code_executor_mcp-1.0.7}/.github/workflows/mcp-smithery-publish.yml +0 -0
- {code_executor_mcp-1.0.6 → code_executor_mcp-1.0.7}/.github/workflows/test.yml +0 -0
- {code_executor_mcp-1.0.6 → code_executor_mcp-1.0.7}/.gitignore +0 -0
- {code_executor_mcp-1.0.6 → code_executor_mcp-1.0.7}/.mcp.json +0 -0
- {code_executor_mcp-1.0.6 → code_executor_mcp-1.0.7}/.well-known/mcp/server-card.json +0 -0
- {code_executor_mcp-1.0.6 → code_executor_mcp-1.0.7}/.well-known/mcp-server-card.json +0 -0
- {code_executor_mcp-1.0.6 → code_executor_mcp-1.0.7}/CODE_OF_CONDUCT.md +0 -0
- {code_executor_mcp-1.0.6 → code_executor_mcp-1.0.7}/CONTRIBUTING.md +0 -0
- {code_executor_mcp-1.0.6 → code_executor_mcp-1.0.7}/Dockerfile +0 -0
- {code_executor_mcp-1.0.6 → code_executor_mcp-1.0.7}/Dockerfile.glama +0 -0
- {code_executor_mcp-1.0.6 → code_executor_mcp-1.0.7}/LICENSE +0 -0
- {code_executor_mcp-1.0.6 → code_executor_mcp-1.0.7}/README.md +0 -0
- {code_executor_mcp-1.0.6 → code_executor_mcp-1.0.7}/SECURITY.md +0 -0
- {code_executor_mcp-1.0.6 → code_executor_mcp-1.0.7}/SKILL.md +0 -0
- {code_executor_mcp-1.0.6 → code_executor_mcp-1.0.7}/auth_middleware.py +0 -0
- {code_executor_mcp-1.0.6 → code_executor_mcp-1.0.7}/glama.json +0 -0
- {code_executor_mcp-1.0.6 → code_executor_mcp-1.0.7}/llms.txt +0 -0
- {code_executor_mcp-1.0.6 → code_executor_mcp-1.0.7}/mcp-wrapper.py +0 -0
- {code_executor_mcp-1.0.6 → code_executor_mcp-1.0.7}/package.json +0 -0
- {code_executor_mcp-1.0.6 → code_executor_mcp-1.0.7}/pytest.ini +0 -0
- {code_executor_mcp-1.0.6 → code_executor_mcp-1.0.7}/server.json +0 -0
- {code_executor_mcp-1.0.6 → code_executor_mcp-1.0.7}/server.py +0 -0
- {code_executor_mcp-1.0.6 → code_executor_mcp-1.0.7}/smithery.yaml +0 -0
- {code_executor_mcp-1.0.6 → code_executor_mcp-1.0.7}/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.7
|
|
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
|
|
@@ -3,7 +3,7 @@ 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.7"
|
|
7
7
|
readme = "README.md"
|
|
8
8
|
description = "MCP server for code executor. Features execute code, run command, run tests. From MEOK AI Labs."
|
|
9
9
|
license = {file = "LICENSE"}
|
|
File without changes
|
|
File without changes
|
{code_executor_mcp-1.0.6 → code_executor_mcp-1.0.7}/.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|