sokrates-mcp 0.4.0__py3-none-any.whl → 0.4.1__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.
- sokrates_mcp/workflow.py +5 -3
- {sokrates_mcp-0.4.0.dist-info → sokrates_mcp-0.4.1.dist-info}/METADATA +7 -1
- {sokrates_mcp-0.4.0.dist-info → sokrates_mcp-0.4.1.dist-info}/RECORD +7 -7
- {sokrates_mcp-0.4.0.dist-info → sokrates_mcp-0.4.1.dist-info}/WHEEL +0 -0
- {sokrates_mcp-0.4.0.dist-info → sokrates_mcp-0.4.1.dist-info}/entry_points.txt +0 -0
- {sokrates_mcp-0.4.0.dist-info → sokrates_mcp-0.4.1.dist-info}/licenses/LICENSE +0 -0
- {sokrates_mcp-0.4.0.dist-info → sokrates_mcp-0.4.1.dist-info}/top_level.txt +0 -0
sokrates_mcp/workflow.py
CHANGED
@@ -361,11 +361,13 @@ class Workflow:
|
|
361
361
|
self.logger.info(f"Rolling {number_of_dice} dice with {side_count} sides {number_of_rolls} times")
|
362
362
|
await ctx.info(f"Throwing {number_of_dice} dice with {side_count} sides {number_of_rolls} times ...")
|
363
363
|
result = ""
|
364
|
-
for throw_number in range(1,number_of_rolls):
|
364
|
+
for throw_number in range(1,number_of_rolls+1):
|
365
|
+
self.logger.info(f"Performing Roll {throw_number} ...")
|
365
366
|
result = f"{result}# Roll {throw_number}\n"
|
366
|
-
for dice_number in range(1, number_of_dice):
|
367
|
+
for dice_number in range(1, number_of_dice+1):
|
367
368
|
dice_result = Utils.rand_int_inclusive(1, side_count)
|
368
|
-
|
369
|
+
self.logger.info(f"Dice {dice_number} result: {dice_result}")
|
370
|
+
result = f"{result}- Dice {dice_number} result: {dice_result}\n"
|
369
371
|
await ctx.info(self.WORKFLOW_COMPLETION_MESSAGE)
|
370
372
|
return result
|
371
373
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: sokrates-mcp
|
3
|
-
Version: 0.4.
|
3
|
+
Version: 0.4.1
|
4
4
|
Summary: A templated MCP server for demonstration and quick start.
|
5
5
|
Author-email: Julian Weber <julianweberdev@gmail.com>
|
6
6
|
License: MIT License
|
@@ -38,6 +38,9 @@ Dynamic: license-file
|
|
38
38
|
|
39
39
|
# sokrates-mcp
|
40
40
|
|
41
|
+
[](https://opensource.org/licenses/MIT)
|
42
|
+
[](https://github.com/Kubementat/sokrates-mcp)
|
43
|
+
|
41
44
|
A MCP server offering tools for prompt refinement and execution workflows using the FastMCP framework and the `sokrates` python library.
|
42
45
|
|
43
46
|
## Features
|
@@ -211,6 +214,9 @@ If you see "ModuleNotFoundError: fastmcp", ensure:
|
|
211
214
|
|
212
215
|
## Changelog
|
213
216
|
|
217
|
+
**0.4.1 (Sep 2025)**
|
218
|
+
- fix roll_dice tool
|
219
|
+
|
214
220
|
**0.4.0 (Aug 2025)**
|
215
221
|
- adds new tools:
|
216
222
|
- read_files_from_directory
|
@@ -2,12 +2,12 @@ sokrates_mcp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
2
|
sokrates_mcp/main.py,sha256=Mm9DcviqzZgoZphKO0mqgPtc2vqNaLQKqU_CVw5OkEI,23883
|
3
3
|
sokrates_mcp/mcp_config.py,sha256=5MnKhmZTCUhZQwhq1mlxuZwaAyC7Sw9VkMZ-DfMACoM,12395
|
4
4
|
sokrates_mcp/utils.py,sha256=LOXRXjuEVhqVjJeJ7Rnn7eAVwzZEbWz7Vn9pwVb9oac,795
|
5
|
-
sokrates_mcp/workflow.py,sha256=
|
6
|
-
sokrates_mcp-0.4.
|
5
|
+
sokrates_mcp/workflow.py,sha256=HxDIIabrinT2E6aSNELP2jAKKXdMkipbUO4y5jqQqoo,17655
|
6
|
+
sokrates_mcp-0.4.1.dist-info/licenses/LICENSE,sha256=OgJ7nuNhaIefjDRK0wTGOErJ_c1984Eg9oUweycmal0,1068
|
7
7
|
sokrates_mcp_client/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
8
8
|
sokrates_mcp_client/mcp_client_example.py,sha256=L5_xH0u7lt0k0t_eiFFhN9FVU__seFhxHfRixdy14PU,3866
|
9
|
-
sokrates_mcp-0.4.
|
10
|
-
sokrates_mcp-0.4.
|
11
|
-
sokrates_mcp-0.4.
|
12
|
-
sokrates_mcp-0.4.
|
13
|
-
sokrates_mcp-0.4.
|
9
|
+
sokrates_mcp-0.4.1.dist-info/METADATA,sha256=3q4Ena0hIzli-_MEHVLzxVpl6RLhoUu1dav83ZoiZV0,6672
|
10
|
+
sokrates_mcp-0.4.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
11
|
+
sokrates_mcp-0.4.1.dist-info/entry_points.txt,sha256=7gYOgoyRs_mE6dmwMJrAtrMns2mxv4ZbqXBznRh3sUc,56
|
12
|
+
sokrates_mcp-0.4.1.dist-info/top_level.txt,sha256=Nbwxz5Mm6LVkglOxqt4ZyEO5A6D4VjjN8c6d-fQyc3k,33
|
13
|
+
sokrates_mcp-0.4.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|