mcp-server-mas-sequential-thinking 0.1.0__tar.gz → 0.1.1__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.
- {mcp_server_mas_sequential_thinking-0.1.0 → mcp_server_mas_sequential_thinking-0.1.1}/PKG-INFO +1 -1
- {mcp_server_mas_sequential_thinking-0.1.0 → mcp_server_mas_sequential_thinking-0.1.1}/pyproject.toml +2 -3
- {mcp_server_mas_sequential_thinking-0.1.0 → mcp_server_mas_sequential_thinking-0.1.1}/.gitignore +0 -0
- {mcp_server_mas_sequential_thinking-0.1.0 → mcp_server_mas_sequential_thinking-0.1.1}/.python-version +0 -0
- {mcp_server_mas_sequential_thinking-0.1.0 → mcp_server_mas_sequential_thinking-0.1.1}/README.md +0 -0
- {mcp_server_mas_sequential_thinking-0.1.0 → mcp_server_mas_sequential_thinking-0.1.1}/README.zh-CN.md +0 -0
- {mcp_server_mas_sequential_thinking-0.1.0 → mcp_server_mas_sequential_thinking-0.1.1}/main.py +0 -0
- {mcp_server_mas_sequential_thinking-0.1.0 → mcp_server_mas_sequential_thinking-0.1.1}/uv.lock +0 -0
{mcp_server_mas_sequential_thinking-0.1.0 → mcp_server_mas_sequential_thinking-0.1.1}/pyproject.toml
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
[project]
|
2
2
|
name = "mcp-server-mas-sequential-thinking"
|
3
|
-
version = "0.1.
|
3
|
+
version = "0.1.1"
|
4
4
|
description = "MCP Agent Implementation for Sequential Thinking"
|
5
5
|
readme = "README.md"
|
6
6
|
requires-python = ">=3.10"
|
@@ -31,8 +31,7 @@ requires = ["hatchling"]
|
|
31
31
|
build-backend = "hatchling.build"
|
32
32
|
|
33
33
|
[tool.hatch.build.targets.wheel]
|
34
|
-
|
35
|
-
include = ["/main.py"]
|
34
|
+
include = ["main.py"]
|
36
35
|
|
37
36
|
[tool.uv]
|
38
37
|
dev-dependencies = [
|
{mcp_server_mas_sequential_thinking-0.1.0 → mcp_server_mas_sequential_thinking-0.1.1}/.gitignore
RENAMED
File without changes
|
File without changes
|
{mcp_server_mas_sequential_thinking-0.1.0 → mcp_server_mas_sequential_thinking-0.1.1}/README.md
RENAMED
File without changes
|
File without changes
|
{mcp_server_mas_sequential_thinking-0.1.0 → mcp_server_mas_sequential_thinking-0.1.1}/main.py
RENAMED
File without changes
|
{mcp_server_mas_sequential_thinking-0.1.0 → mcp_server_mas_sequential_thinking-0.1.1}/uv.lock
RENAMED
File without changes
|