code-executor-mcp 1.0.8__tar.gz → 1.0.9__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 (36) hide show
  1. {code_executor_mcp-1.0.8 → code_executor_mcp-1.0.9}/.github/FUNDING.yml +1 -1
  2. code_executor_mcp-1.0.9/.well-known/agent-card.json +117 -0
  3. {code_executor_mcp-1.0.8 → code_executor_mcp-1.0.9}/PKG-INFO +1 -1
  4. {code_executor_mcp-1.0.8 → code_executor_mcp-1.0.9}/auth_middleware.py +3 -3
  5. {code_executor_mcp-1.0.8 → code_executor_mcp-1.0.9}/pyproject.toml +1 -1
  6. {code_executor_mcp-1.0.8 → code_executor_mcp-1.0.9}/.cursorrules +0 -0
  7. {code_executor_mcp-1.0.8 → code_executor_mcp-1.0.9}/.github/dependabot.yml +0 -0
  8. {code_executor_mcp-1.0.8 → code_executor_mcp-1.0.9}/.github/workflows/codeql.yml +0 -0
  9. {code_executor_mcp-1.0.8 → code_executor_mcp-1.0.9}/.github/workflows/mcp-smithery-publish.yml +0 -0
  10. {code_executor_mcp-1.0.8 → code_executor_mcp-1.0.9}/.github/workflows/scorecard.yml +0 -0
  11. {code_executor_mcp-1.0.8 → code_executor_mcp-1.0.9}/.github/workflows/test.yml +0 -0
  12. {code_executor_mcp-1.0.8 → code_executor_mcp-1.0.9}/.gitignore +0 -0
  13. {code_executor_mcp-1.0.8 → code_executor_mcp-1.0.9}/.mcp.json +0 -0
  14. {code_executor_mcp-1.0.8 → code_executor_mcp-1.0.9}/.well-known/agent.json +0 -0
  15. {code_executor_mcp-1.0.8 → code_executor_mcp-1.0.9}/.well-known/mcp/server-card.json +0 -0
  16. {code_executor_mcp-1.0.8 → code_executor_mcp-1.0.9}/.well-known/mcp-server-card.json +0 -0
  17. {code_executor_mcp-1.0.8 → code_executor_mcp-1.0.9}/CHANGELOG.md +0 -0
  18. {code_executor_mcp-1.0.8 → code_executor_mcp-1.0.9}/CODE_OF_CONDUCT.md +0 -0
  19. {code_executor_mcp-1.0.8 → code_executor_mcp-1.0.9}/CONTRIBUTING.md +0 -0
  20. {code_executor_mcp-1.0.8 → code_executor_mcp-1.0.9}/Dockerfile +0 -0
  21. {code_executor_mcp-1.0.8 → code_executor_mcp-1.0.9}/Dockerfile.glama +0 -0
  22. {code_executor_mcp-1.0.8 → code_executor_mcp-1.0.9}/LICENSE +0 -0
  23. {code_executor_mcp-1.0.8 → code_executor_mcp-1.0.9}/README.md +0 -0
  24. {code_executor_mcp-1.0.8 → code_executor_mcp-1.0.9}/SECURITY.md +0 -0
  25. {code_executor_mcp-1.0.8 → code_executor_mcp-1.0.9}/SKILL.md +0 -0
  26. {code_executor_mcp-1.0.8 → code_executor_mcp-1.0.9}/acp.json +0 -0
  27. {code_executor_mcp-1.0.8 → code_executor_mcp-1.0.9}/glama.json +0 -0
  28. {code_executor_mcp-1.0.8 → code_executor_mcp-1.0.9}/icon.png +0 -0
  29. {code_executor_mcp-1.0.8 → code_executor_mcp-1.0.9}/llms.txt +0 -0
  30. {code_executor_mcp-1.0.8 → code_executor_mcp-1.0.9}/mcp-wrapper.py +0 -0
  31. {code_executor_mcp-1.0.8 → code_executor_mcp-1.0.9}/package.json +0 -0
  32. {code_executor_mcp-1.0.8 → code_executor_mcp-1.0.9}/pytest.ini +0 -0
  33. {code_executor_mcp-1.0.8 → code_executor_mcp-1.0.9}/server.json +0 -0
  34. {code_executor_mcp-1.0.8 → code_executor_mcp-1.0.9}/server.py +0 -0
  35. {code_executor_mcp-1.0.8 → code_executor_mcp-1.0.9}/smithery.yaml +0 -0
  36. {code_executor_mcp-1.0.8 → code_executor_mcp-1.0.9}/tests/test_server.py +0 -0
@@ -3,6 +3,6 @@
3
3
 
4
4
  github: [CSOAI-ORG]
5
5
  custom:
6
- - "https://buy.stripe.com/00wfZjcgAeUW4c5cyQ8k90K"
6
+ - "https://buy.stripe.com/5kQ6oJ0xS3ce8sl7ew8k91j"
7
7
  - "https://meok.ai/sponsor"
8
8
  - "https://nlnet.nl/propose"
@@ -0,0 +1,117 @@
1
+ {
2
+ "name": "Meok Mcp",
3
+ "version": "1.0.0",
4
+ "url": "https://mcp.meok.ai/meok-mcp/a2a",
5
+ "capabilities": {
6
+ "streaming": false,
7
+ "pushNotifications": false,
8
+ "stateTransitionHistory": false
9
+ },
10
+ "protocolVersion": "0.3.0",
11
+ "description": "Meok Mcp — a MEOK compliance MCP, exposed over A2A.",
12
+ "provider": {
13
+ "organization": "MEOK AI LABS",
14
+ "url": "https://meok.ai"
15
+ },
16
+ "defaultInputModes": [
17
+ "application/json",
18
+ "text/plain"
19
+ ],
20
+ "defaultOutputModes": [
21
+ "application/json",
22
+ "text/plain"
23
+ ],
24
+ "skills": [
25
+ {
26
+ "id": "execute_code",
27
+ "name": "Execute Code",
28
+ "description": "MCP tool from MEOK AI Labs",
29
+ "tags": [
30
+ "compliance",
31
+ "a2a"
32
+ ],
33
+ "inputModes": [
34
+ "application/json",
35
+ "text/plain"
36
+ ],
37
+ "outputModes": [
38
+ "application/json",
39
+ "text/plain"
40
+ ]
41
+ },
42
+ {
43
+ "id": "run_command",
44
+ "name": "Run Command",
45
+ "description": "MCP tool from MEOK AI Labs",
46
+ "tags": [
47
+ "compliance",
48
+ "a2a"
49
+ ],
50
+ "inputModes": [
51
+ "application/json",
52
+ "text/plain"
53
+ ],
54
+ "outputModes": [
55
+ "application/json",
56
+ "text/plain"
57
+ ]
58
+ },
59
+ {
60
+ "id": "run_tests",
61
+ "name": "Run Tests",
62
+ "description": "MCP tool from MEOK AI Labs",
63
+ "tags": [
64
+ "compliance",
65
+ "a2a"
66
+ ],
67
+ "inputModes": [
68
+ "application/json",
69
+ "text/plain"
70
+ ],
71
+ "outputModes": [
72
+ "application/json",
73
+ "text/plain"
74
+ ]
75
+ },
76
+ {
77
+ "id": "read_file",
78
+ "name": "Read File",
79
+ "description": "MCP tool from MEOK AI Labs",
80
+ "tags": [
81
+ "compliance",
82
+ "a2a"
83
+ ],
84
+ "inputModes": [
85
+ "application/json",
86
+ "text/plain"
87
+ ],
88
+ "outputModes": [
89
+ "application/json",
90
+ "text/plain"
91
+ ]
92
+ },
93
+ {
94
+ "id": "list_sandbox_files",
95
+ "name": "List Sandbox Files",
96
+ "description": "MCP tool from MEOK AI Labs",
97
+ "tags": [
98
+ "compliance",
99
+ "a2a"
100
+ ],
101
+ "inputModes": [
102
+ "application/json",
103
+ "text/plain"
104
+ ],
105
+ "outputModes": [
106
+ "application/json",
107
+ "text/plain"
108
+ ]
109
+ }
110
+ ],
111
+ "documentationUrl": "https://meok.ai/developers",
112
+ "x-meok": {
113
+ "mcp_name": "meok-mcp",
114
+ "verifier": "https://proofof.ai/verify",
115
+ "governed_by": "CSOAI 52-article charter"
116
+ }
117
+ }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: code-executor-mcp
3
- Version: 1.0.8
3
+ Version: 1.0.9
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
@@ -12,7 +12,7 @@ Usage in any server.py:
12
12
  async def my_tool(query: str, api_key: str = "") -> str:
13
13
  allowed, msg, tier = check_access(api_key)
14
14
  if not allowed:
15
- return json.dumps({"error": msg, "upgrade_url": "https://buy.stripe.com/00wfZjcgAeUW4c5cyQ8k90K"})
15
+ return json.dumps({"error": msg, "upgrade_url": "https://buy.stripe.com/5kQ6oJ0xS3ce8sl7ew8k91j"})
16
16
  # ... tool logic ...
17
17
  audit_log(api_key, "my_tool", "eu_ai_act", "result_summary", tier)
18
18
  return json.dumps(result)
@@ -121,7 +121,7 @@ def check_access(api_key: str = "", framework: str = None) -> Tuple[bool, str, T
121
121
  return (
122
122
  False,
123
123
  f"Rate limit reached ({max_calls}/day on {tier.value} tier). "
124
- f"Upgrade at https://buy.stripe.com/00wfZjcgAeUW4c5cyQ8k90K",
124
+ f"Upgrade at https://buy.stripe.com/5kQ6oJ0xS3ce8sl7ew8k91j",
125
125
  tier,
126
126
  )
127
127
 
@@ -141,7 +141,7 @@ def require_tier(minimum: Tier, current: Tier) -> Tuple[bool, str]:
141
141
  return (
142
142
  False,
143
143
  f"Requires {minimum.value} tier. Current: {current.value}. "
144
- f"Upgrade at https://buy.stripe.com/00wfZjcgAeUW4c5cyQ8k90K",
144
+ f"Upgrade at https://buy.stripe.com/5kQ6oJ0xS3ce8sl7ew8k91j",
145
145
  )
146
146
  return True, "OK"
147
147
 
@@ -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.8"
6
+ version = "1.0.9"
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"}